Skip to content

Commit 3296611

Browse files
chore(release): update monorepo packages versions (#4631)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 88f2b91 commit 3296611

File tree

192 files changed

+1205
-373
lines changed

Some content is hidden

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

192 files changed

+1205
-373
lines changed

.changeset/sour-schools-ring.md

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

examples/auth0/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.78.29
9+
- @graphql-mesh/json-schema@0.35.22
10+
311
## 0.0.15
412

513
### Patch Changes

examples/auth0/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-example",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -10,8 +10,8 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.78.28",
14-
"@graphql-mesh/json-schema": "0.35.21",
13+
"@graphql-mesh/cli": "0.78.29",
14+
"@graphql-mesh/json-schema": "0.35.22",
1515
"@envelop/auth0": "3.6.0",
1616
"graphql": "16.6.0"
1717
},

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.59
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cache-cfw-kv@0.0.35
9+
- @graphql-mesh/cli@0.78.29
10+
- @graphql-mesh/json-schema@0.35.22
11+
- @graphql-mesh/plugin-response-cache@0.1.36
12+
313
## 0.0.58
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.58",
4+
"version": "0.0.59",
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.78.28",
7-
"@graphql-mesh/json-schema": "0.35.21",
8-
"@graphql-mesh/cache-cfw-kv": "0.0.34",
9-
"@graphql-mesh/plugin-response-cache": "0.1.35",
6+
"@graphql-mesh/cli": "0.78.29",
7+
"@graphql-mesh/json-schema": "0.35.22",
8+
"@graphql-mesh/cache-cfw-kv": "0.0.35",
9+
"@graphql-mesh/plugin-response-cache": "0.1.36",
1010
"graphql": "16.6.0"
1111
},
1212
"devDependencies": {

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.151
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.78.29
9+
- @graphql-mesh/graphql@0.31.21
10+
- @graphql-mesh/transform-federation@0.9.43
11+
312
## 0.0.150
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.150",
3+
"version": "0.0.151",
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@graphql-mesh/cli": "0.78.28",
8-
"@graphql-mesh/graphql": "0.31.20",
9-
"@graphql-mesh/transform-federation": "0.9.42",
7+
"@graphql-mesh/cli": "0.78.29",
8+
"@graphql-mesh/graphql": "0.31.21",
9+
"@graphql-mesh/transform-federation": "0.9.43",
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.261
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.78.29
9+
- @graphql-mesh/graphql@0.31.21
10+
311
## 0.6.260
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.260",
3+
"version": "0.6.261",
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.78.28",
12-
"@graphql-mesh/graphql": "0.31.20",
11+
"@graphql-mesh/cli": "0.78.29",
12+
"@graphql-mesh/graphql": "0.31.21",
1313
"concurrently": "7.4.0",
1414
"graphql-yoga": "3.0.0-next.3",
1515
"sharp": "0.31.1",

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.301
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.78.29
9+
- @graphql-mesh/grpc@0.25.21
10+
- @graphql-mesh/transform-naming-convention@0.11.8
11+
312
## 0.5.300
413

514
### Patch Changes

0 commit comments

Comments
 (0)