Skip to content

Commit 7969536

Browse files
chore(release): update monorepo packages versions (ardatan#5863)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bd01167 commit 7969536

File tree

106 files changed

+470
-115
lines changed

Some content is hidden

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

106 files changed

+470
-115
lines changed

.changeset/thick-shoes-admire.md

-5
This file was deleted.

examples/auth0/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# auth0-example
22

3+
## 0.6.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.6.3
411

512
### Patch Changes

examples/auth0/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-example",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@envelop/auth0": "5.0.0",
14-
"@graphql-mesh/cli": "0.87.2",
14+
"@graphql-mesh/cli": "0.87.3",
1515
"@graphql-mesh/json-schema": "0.95.3",
1616
"@graphql-mesh/plugin-operation-field-permissions": "0.95.2",
1717
"graphql": "16.8.0"

examples/cloudflare-workers/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# cloudflare-workers
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.5.3
411

512
### Patch Changes

examples/cloudflare-workers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cloudflare-workers",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"dependencies": {
66
"@graphql-mesh/cache-cfw-kv": "0.95.2",
7-
"@graphql-mesh/cli": "0.87.2",
7+
"@graphql-mesh/cli": "0.87.3",
88
"@graphql-mesh/json-schema": "0.95.3",
99
"@graphql-mesh/plugin-response-cache": "0.95.3",
1010
"graphql": "16.8.0"

examples/fastify/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example-fastify
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.5.2
411

512
### Patch Changes

examples/fastify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "example-fastify",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"private": true,
55
"scripts": {
66
"build": "mesh build",
77
"start": "ts-node-dev src/index.ts"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.87.2",
10+
"@graphql-mesh/cli": "0.87.3",
1111
"@graphql-mesh/graphql": "0.95.2",
1212
"fastify": "4.21.0",
1313
"graphql": "16.8.0",

examples/federation-example/gateway-supergraph/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# federation-supergraph-gateway
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.1.2
411

512
### Patch Changes

examples/federation-example/gateway-supergraph/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "federation-supergraph-gateway",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@graphql-mesh/cli": "0.87.2",
7+
"@graphql-mesh/cli": "0.87.3",
88
"@graphql-mesh/supergraph": "0.0.2",
99
"graphql": "16.8.0"
1010
}

examples/federation-example/gateway/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# federation-gateway
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.5.2
411

512
### Patch Changes

examples/federation-example/gateway/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "federation-gateway",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@graphql-mesh/cli": "0.87.2",
7+
"@graphql-mesh/cli": "0.87.3",
88
"@graphql-mesh/graphql": "0.95.2",
99
"@graphql-mesh/transform-federation": "0.95.2",
1010
"graphql": "16.8.0"

examples/gcp-functions/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example-gcp
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.5.3
411

512
### Patch Changes

examples/gcp-functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-gcp",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"main": "dist/index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@google-cloud/functions-framework": "3.3.0",
16-
"@graphql-mesh/cli": "0.87.2",
16+
"@graphql-mesh/cli": "0.87.3",
1717
"@graphql-mesh/json-schema": "0.95.3",
1818
"@types/node": "18.17.9",
1919
"graphql": "16.8.0",

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-file-upload-example
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.11.2
411

512
### Patch Changes

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-file-upload-example",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,7 +9,7 @@
99
"test": "jest"
1010
},
1111
"dependencies": {
12-
"@graphql-mesh/cli": "0.87.2",
12+
"@graphql-mesh/cli": "0.87.3",
1313
"@graphql-mesh/graphql": "0.95.2",
1414
"concurrently": "8.2.1",
1515
"graphql": "16.8.0",

examples/grpc-example/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# grpc-example
22

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.10.3
411

512
### Patch Changes

examples/grpc-example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-example",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"author": "Simon Liang",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.87.2",
14+
"@graphql-mesh/cli": "0.87.3",
1515
"@graphql-mesh/grpc": "0.95.4",
1616
"@graphql-mesh/transform-naming-convention": "0.95.2",
1717
"@grpc/grpc-js": "1.9.1",

examples/grpc-reflection-example/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# grpc-reflection-example
22

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.10.3
411

512
### Patch Changes

examples/grpc-reflection-example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-reflection-example",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"author": "Simon Liang",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.87.2",
14+
"@graphql-mesh/cli": "0.87.3",
1515
"@graphql-mesh/grpc": "0.95.4",
1616
"@graphql-mesh/transform-naming-convention": "0.95.2",
1717
"@grpc/grpc-js": "1.9.1",

examples/hasura-openbrewery-geodb/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# hasura-openbrewery-geodb
22

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.10.3
411

512
### Patch Changes

examples/hasura-openbrewery-geodb/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "hasura-openbrewery-geodb",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
77
"start": "mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.87.2",
10+
"@graphql-mesh/cli": "0.87.3",
1111
"@graphql-mesh/json-schema": "0.95.3",
1212
"graphql": "16.8.0"
1313
}

examples/hello-world-esm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# hello-world-esm
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.5.3
411

512
### Patch Changes

examples/hello-world-esm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-esm",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"type": "module",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@graphql-mesh/cli": "0.87.2",
14+
"@graphql-mesh/cli": "0.87.3",
1515
"@graphql-mesh/json-schema": "0.95.3",
1616
"@graphql-mesh/plugin-mock": "0.95.2",
1717
"graphql": "16.8.0"

examples/hello-world/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# json-schema-hello-world
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.5.3
411

512
### Patch Changes

examples/hello-world/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "json-schema-hello-world",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
77
"start": "mesh dev",
88
"test": "jest"
99
},
1010
"dependencies": {
11-
"@graphql-mesh/cli": "0.87.2",
11+
"@graphql-mesh/cli": "0.87.3",
1212
"@graphql-mesh/json-schema": "0.95.3",
1313
"@graphql-mesh/plugin-mock": "0.95.2",
1414
"@graphql-yoga/plugin-sofa": "2.0.4",

examples/hive-example/gateway/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# gateway-example
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/cli@0.87.3
9+
310
## 0.5.3
411

512
### Patch Changes

examples/hive-example/gateway/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "gateway-example",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Gateway Example",
55
"private": true,
66
"scripts": {
77
"start": "mesh dev"
88
},
99
"dependencies": {
10-
"@graphql-mesh/cli": "0.87.2",
10+
"@graphql-mesh/cli": "0.87.3",
1111
"@graphql-mesh/openapi": "0.95.3",
1212
"@graphql-mesh/plugin-hive": "0.95.2",
1313
"@graphql-mesh/transform-hive": "0.95.2",

examples/hive-example/sources/authors/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# authors-service
22

3+
## 0.5.4
4+
35
## 0.5.3
46

57
## 0.5.2

0 commit comments

Comments
 (0)