Skip to content

Commit 9498359

Browse files
chore(release): update monorepo packages versions
1 parent e20f466 commit 9498359

File tree

184 files changed

+1194
-393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+1194
-393
lines changed

.changeset/@graphql-mesh_cli-4336-dependencies.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/@graphql-mesh_plugin-webhook-4336-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/stupid-pets-end.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/cloudflare-workers/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# cloudflare-workers
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`130d7bdeb`](https://github.com/Urigo/graphql-mesh/commit/130d7bdeb190ebf8fa2d6c7565289891e824bb40), [`f882aca38`](https://github.com/Urigo/graphql-mesh/commit/f882aca388380ad9dff1d618424e8a36b8607319)]:
8+
- @graphql-mesh/cli@0.75.12
9+
- @graphql-mesh/json-schema@0.33.0
10+
- @graphql-mesh/cache-cfw-kv@0.0.13
11+
- @graphql-mesh/plugin-response-cache@0.1.14
12+
313
## 0.0.18
414

515
### Patch Changes

examples/cloudflare-workers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "cloudflare-workers",
33
"private": true,
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.75.11",
7-
"@graphql-mesh/json-schema": "0.32.1",
8-
"@graphql-mesh/cache-cfw-kv": "0.0.12",
9-
"@graphql-mesh/plugin-response-cache": "0.1.13",
6+
"@graphql-mesh/cli": "0.75.12",
7+
"@graphql-mesh/json-schema": "0.33.0",
8+
"@graphql-mesh/cache-cfw-kv": "0.0.13",
9+
"@graphql-mesh/plugin-response-cache": "0.1.14",
1010
"@graphql-yoga/common": "2.12.7",
1111
"graphql": "16.6.0"
1212
},

examples/federation-example/gateway/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# federation-gateway
22

3+
## 0.0.114
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`130d7bdeb`](https://github.com/Urigo/graphql-mesh/commit/130d7bdeb190ebf8fa2d6c7565289891e824bb40)]:
8+
- @graphql-mesh/cli@0.75.12
9+
- @graphql-mesh/graphql@0.29.11
10+
- @graphql-mesh/transform-federation@0.9.21
11+
312
## 0.0.113
413

514
### Patch Changes
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "federation-gateway",
3-
"version": "0.0.113",
3+
"version": "0.0.114",
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@graphql-mesh/cli": "0.75.11",
8-
"@graphql-mesh/graphql": "0.29.10",
9-
"@graphql-mesh/transform-federation": "0.9.20",
7+
"@graphql-mesh/cli": "0.75.12",
8+
"@graphql-mesh/graphql": "0.29.11",
9+
"@graphql-mesh/transform-federation": "0.9.21",
1010
"graphql": "16.6.0"
1111
}
1212
}

examples/graphql-file-upload-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# graphql-file-upload-example
22

3+
## 0.6.224
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`130d7bdeb`](https://github.com/Urigo/graphql-mesh/commit/130d7bdeb190ebf8fa2d6c7565289891e824bb40)]:
8+
- @graphql-mesh/cli@0.75.12
9+
- @graphql-mesh/graphql@0.29.11
10+
311
## 0.6.223
412

513
### Patch Changes

examples/graphql-file-upload-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "graphql-file-upload-example",
3-
"version": "0.6.223",
3+
"version": "0.6.224",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
77
"start-apis": "concurrently \"node upload-files/index.js\" \"node resize-image/index.js\"",
88
"start-gateway": "mesh dev"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.75.11",
12-
"@graphql-mesh/graphql": "0.29.10",
11+
"@graphql-mesh/cli": "0.75.12",
12+
"@graphql-mesh/graphql": "0.29.11",
1313
"concurrently": "5.3.0",
1414
"@graphql-yoga/node": "2.13.8",
1515
"sharp": "0.30.7",

examples/grpc-example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# grpc-example
22

3+
## 0.5.262
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`130d7bdeb`](https://github.com/Urigo/graphql-mesh/commit/130d7bdeb190ebf8fa2d6c7565289891e824bb40)]:
8+
- @graphql-mesh/cli@0.75.12
9+
- @graphql-mesh/grpc@0.24.23
10+
- @graphql-mesh/transform-naming-convention@0.10.67
11+
312
## 0.5.261
413

514
### Patch Changes

0 commit comments

Comments
 (0)