Skip to content

Commit d0fa2be

Browse files
chore(release): update monorepo packages versions
1 parent 5e9b640 commit d0fa2be

File tree

203 files changed

+1278
-401
lines changed

Some content is hidden

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

203 files changed

+1278
-401
lines changed

.changeset/itchy-ties-double.md

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

.changeset/tall-files-design.md

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

examples/auth0/CHANGELOG.md

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

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.79.4
9+
- @graphql-mesh/json-schema@0.35.34
10+
- @graphql-mesh/plugin-operation-field-permissions@0.0.21
11+
312
## 0.0.32
413

514
### Patch Changes

examples/auth0/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-example",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -10,9 +10,9 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@graphql-mesh/cli": "0.79.3",
14-
"@graphql-mesh/json-schema": "0.35.33",
15-
"@graphql-mesh/plugin-operation-field-permissions": "0.0.20",
13+
"@graphql-mesh/cli": "0.79.4",
14+
"@graphql-mesh/json-schema": "0.35.34",
15+
"@graphql-mesh/plugin-operation-field-permissions": "0.0.21",
1616
"@envelop/auth0": "4.0.3",
1717
"graphql": "16.6.0"
1818
},

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.76
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cache-cfw-kv@0.0.47
9+
- @graphql-mesh/cli@0.79.4
10+
- @graphql-mesh/json-schema@0.35.34
11+
- @graphql-mesh/plugin-response-cache@0.1.49
12+
313
## 0.0.75
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.75",
4+
"version": "0.0.76",
55
"dependencies": {
6-
"@graphql-mesh/cli": "0.79.3",
7-
"@graphql-mesh/json-schema": "0.35.33",
8-
"@graphql-mesh/cache-cfw-kv": "0.0.46",
9-
"@graphql-mesh/plugin-response-cache": "0.1.48",
6+
"@graphql-mesh/cli": "0.79.4",
7+
"@graphql-mesh/json-schema": "0.35.34",
8+
"@graphql-mesh/cache-cfw-kv": "0.0.47",
9+
"@graphql-mesh/plugin-response-cache": "0.1.49",
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.169
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.79.4
9+
- @graphql-mesh/graphql@0.31.32
10+
- @graphql-mesh/transform-federation@0.9.56
11+
312
## 0.0.168
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.168",
3+
"version": "0.0.169",
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@graphql-mesh/cli": "0.79.3",
8-
"@graphql-mesh/graphql": "0.31.31",
9-
"@graphql-mesh/transform-federation": "0.9.55",
7+
"@graphql-mesh/cli": "0.79.4",
8+
"@graphql-mesh/graphql": "0.31.32",
9+
"@graphql-mesh/transform-federation": "0.9.56",
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.278
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.79.4
9+
- @graphql-mesh/graphql@0.31.32
10+
311
## 0.6.277
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.277",
3+
"version": "0.6.278",
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.79.3",
12-
"@graphql-mesh/graphql": "0.31.31",
11+
"@graphql-mesh/cli": "0.79.4",
12+
"@graphql-mesh/graphql": "0.31.32",
1313
"concurrently": "7.5.0",
1414
"graphql-yoga": "3.0.0-next.10",
1515
"sharp": "0.31.2",

0 commit comments

Comments
 (0)