Skip to content

Commit e035ee0

Browse files
authoredJun 26, 2023
chore(release): update monorepo packages versions (#5609)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b85a5b1 commit e035ee0

10 files changed

+42
-16
lines changed
 

‎.changeset/@graphql-mesh_plugin-rate-limit-5607-dependencies.md

-5
This file was deleted.

‎.changeset/@graphql-mesh_plugin-snapshot-5607-dependencies.md

-5
This file was deleted.

‎examples/soap-country-info/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# country-info-example
22

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`584d16d6c`](https://github.com/Urigo/graphql-mesh/commit/584d16d6c6e867c7ffbe4715f30d850492ab9298)]:
9+
- @graphql-mesh/plugin-snapshot@0.94.1
10+
311
## 0.6.5
412

513
### Patch Changes

‎examples/soap-country-info/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "country-info-example",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
77
"start": "mesh dev"
88
},
99
"dependencies": {
1010
"@graphql-mesh/cli": "0.83.5",
11-
"@graphql-mesh/plugin-snapshot": "0.94.0",
11+
"@graphql-mesh/plugin-snapshot": "0.94.1",
1212
"@graphql-mesh/soap": "0.94.3",
1313
"graphql": "16.7.1"
1414
}

‎examples/spacex-cfw/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# spacex-cfw
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`584d16d6c`](https://github.com/Urigo/graphql-mesh/commit/584d16d6c6e867c7ffbe4715f30d850492ab9298)]:
9+
- @graphql-mesh/plugin-rate-limit@0.94.1
10+
311
## 0.1.7
412

513
### Patch Changes

‎examples/spacex-cfw/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "spacex-cfw",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": true,
55
"dependencies": {
66
"@envelop/depth-limit": "3.0.0",
77
"@graphql-mesh/cache-cfw-kv": "0.94.0",
88
"@graphql-mesh/cli": "0.83.5",
99
"@graphql-mesh/graphql": "0.94.1",
10-
"@graphql-mesh/plugin-rate-limit": "0.94.0",
10+
"@graphql-mesh/plugin-rate-limit": "0.94.1",
1111
"@graphql-mesh/plugin-response-cache": "0.94.2",
1212
"graphql": "16.7.1"
1313
},

‎packages/plugins/rate-limit/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-mesh/plugin-rate-limit
22

3+
## 0.94.1
4+
5+
### Patch Changes
6+
7+
- [#5607](https://github.com/Urigo/graphql-mesh/pull/5607)
8+
[`584d16d6c`](https://github.com/Urigo/graphql-mesh/commit/584d16d6c6e867c7ffbe4715f30d850492ab9298)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency [`minimatch@9.0.2` ↗︎](https://www.npmjs.com/package/minimatch/v/9.0.2) (from
11+
`9.0.1`, in `dependencies`)
12+
313
## 0.94.0
414

515
### Minor Changes

‎packages/plugins/rate-limit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-rate-limit",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

‎packages/plugins/snapshot/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-mesh/plugin-snapshot
22

3+
## 0.94.1
4+
5+
### Patch Changes
6+
7+
- [#5607](https://github.com/Urigo/graphql-mesh/pull/5607)
8+
[`584d16d6c`](https://github.com/Urigo/graphql-mesh/commit/584d16d6c6e867c7ffbe4715f30d850492ab9298)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency [`minimatch@9.0.2` ↗︎](https://www.npmjs.com/package/minimatch/v/9.0.2) (from
11+
`9.0.1`, in `dependencies`)
12+
313
## 0.94.0
414

515
### Minor Changes

‎packages/plugins/snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-snapshot",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.