Skip to content

Commit 9a55d3f

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

File tree

54 files changed

+261
-87
lines changed

Some content is hidden

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

54 files changed

+261
-87
lines changed

.changeset/cyan-worms-pull.md

-5
This file was deleted.

examples/v1-next/auth0/CHANGELOG.md

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

3+
## 0.12.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-cli@0.3.2
9+
310
## 0.12.2
411

512
### Patch Changes

examples/v1-next/auth0/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@v1-next/auth0-example",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"@envelop/auth0": "^6.0.0",
1414
"@graphql-mesh/compose-cli": "^0.2.1",
1515
"@graphql-mesh/plugin-operation-field-permissions": "^0.97.1",
16-
"@graphql-mesh/serve-cli": "^0.3.1",
16+
"@graphql-mesh/serve-cli": "^0.3.2",
1717
"@omnigraph/json-schema": "^0.99.2",
1818
"graphql": "16.8.1"
1919
},

examples/v1-next/auto-type-merging/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# auto-type-merging-example
22

3+
## 0.3.2
4+
35
## 0.3.1
46

57
## 0.3.0

examples/v1-next/auto-type-merging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-type-merging-example",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@graphql-mesh/compose-cli": "^0.2.1",
13-
"@graphql-mesh/serve-cli": "^0.3.1",
13+
"@graphql-mesh/serve-cli": "^0.3.2",
1414
"@graphql-yoga/plugin-defer-stream": "^3.1.1",
1515
"graphql": "^16.8.1",
1616
"graphql-yoga": "^5.1.1",

examples/v1-next/batching-resolver/CHANGELOG.md

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

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

512
### Patch Changes

examples/v1-next/batching-resolver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "batching-resolver-example",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphql-mesh/compose-cli": "^0.2.1",
13-
"@graphql-mesh/serve-cli": "^0.3.1",
13+
"@graphql-mesh/serve-cli": "^0.3.2",
1414
"@omnigraph/openapi": "^0.99.2",
1515
"fets": "^0.7.1",
1616
"graphql": "16.8.1"

examples/v1-next/federation-example/gateway/CHANGELOG.md

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

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

512
### Patch Changes
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@v1-next/federation-supergraph-gateway",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
77
"start": "node ../../../packages/serve-cli/dist/cjs/bin.js"
88
},
99
"dependencies": {
10-
"@graphql-mesh/serve-cli": "^0.3.1",
10+
"@graphql-mesh/serve-cli": "^0.3.2",
1111
"graphql": "16.8.1"
1212
}
1313
}

examples/v1-next/integrations/cfw-breweries/CHANGELOG.md

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

3+
## 0.10.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-runtime@0.2.2
9+
310
## 0.10.2
411

512
### Patch Changes

examples/v1-next/integrations/cfw-breweries/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfw-breweries",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"private": true,
55
"scripts": {
66
"compose": "node ../../../packages/compose-cli/dist/cjs/bin.js",
@@ -11,7 +11,7 @@
1111
"@graphql-mesh/cache-localforage": "^0.97.1",
1212
"@graphql-mesh/compose-cli": "^0.2.1",
1313
"@graphql-mesh/plugin-response-cache": "^0.97.1",
14-
"@graphql-mesh/serve-runtime": "^0.2.1",
14+
"@graphql-mesh/serve-runtime": "^0.2.2",
1515
"@omnigraph/json-schema": "^0.99.2",
1616
"graphql": "16.8.1"
1717
},

examples/v1-next/integrations/cfw-spacex/CHANGELOG.md

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

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-runtime@0.2.2
9+
310
## 0.8.1
411

512
### Patch Changes

examples/v1-next/integrations/cfw-spacex/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@v1-next/cfw-spacex",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"scripts": {
66
"start": "wrangler dev"
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/cache-cfw-kv": "^0.97.1",
1111
"@graphql-mesh/plugin-rate-limit": "^0.97.1",
1212
"@graphql-mesh/plugin-response-cache": "^0.97.1",
13-
"@graphql-mesh/serve-runtime": "^0.2.1",
13+
"@graphql-mesh/serve-runtime": "^0.2.2",
1414
"graphql": "16.8.1"
1515
},
1616
"devDependencies": {

examples/v1-next/integrations/fastify/CHANGELOG.md

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

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-runtime@0.2.2
9+
310
## 0.9.2
411

512
### Patch Changes

examples/v1-next/integrations/fastify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@v1-next/example-fastify",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"private": true,
55
"scripts": {
66
"compose": "node ../../../../packages/compose-cli/dist/cjs/bin.js",
77
"start": "ts-node-dev src/index.ts"
88
},
99
"dependencies": {
1010
"@graphql-mesh/compose-cli": "^0.2.1",
11-
"@graphql-mesh/serve-runtime": "^0.2.1",
11+
"@graphql-mesh/serve-runtime": "^0.2.2",
1212
"@omnigraph/openapi": "^0.99.2",
1313
"fastify": "^4.26.0",
1414
"graphql": "16.8.1",

examples/v1-next/integrations/gcp-functions/CHANGELOG.md

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

3+
## 0.10.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-runtime@0.2.2
9+
310
## 0.10.2
411

512
### Patch Changes

examples/v1-next/integrations/gcp-functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@v1-next/example-gcp",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"private": true,
55
"main": "dist/index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@google-cloud/functions-framework": "^3.3.0",
1616
"@graphql-mesh/compose-cli": "^0.2.1",
17-
"@graphql-mesh/serve-runtime": "^0.2.1",
17+
"@graphql-mesh/serve-runtime": "^0.2.2",
1818
"@omnigraph/json-schema": "^0.99.2",
1919
"@types/node": "^20.10.6",
2020
"graphql": "^16.8.1",

examples/v1-next/integrations/openwhisk-example/CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-runtime@0.2.2
9+
- @graphql-mesh/serve-cli@0.3.2
10+
311
## 0.9.1
412

513
### Patch Changes

examples/v1-next/integrations/openwhisk-example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@v1-next/openwhisk-example",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "OpenWhisk Example for GraphQL Mesh",
55
"author": "Arda TANRIKULU <[email protected]>",
66
"license": "MIT",
@@ -12,8 +12,8 @@
1212
"dev": "mesh serve"
1313
},
1414
"dependencies": {
15-
"@graphql-mesh/serve-cli": "^0.3.1",
16-
"@graphql-mesh/serve-runtime": "^0.2.1",
15+
"@graphql-mesh/serve-cli": "^0.3.2",
16+
"@graphql-mesh/serve-runtime": "^0.2.2",
1717
"esbuild": "^0.20.0",
1818
"graphql": "16.8.1",
1919
"typescript": "^5.4.2"

examples/v1-next/json-schema-reddit/CHANGELOG.md

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

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

512
### Patch Changes

examples/v1-next/json-schema-reddit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@v1-next/reddit-example",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"private": true,
55
"scripts": {
66
"compose": "node ../../packages/compose-cli/dist/cjs/bin.js",
77
"serve": "node ../../packages/serve-cli/dist/cjs/bin.js"
88
},
99
"dependencies": {
1010
"@graphql-mesh/compose-cli": "^0.2.1",
11-
"@graphql-mesh/serve-cli": "^0.3.1",
11+
"@graphql-mesh/serve-cli": "^0.3.2",
1212
"@omnigraph/json-schema": "^0.99.2",
1313
"graphql": "16.8.1"
1414
}

examples/v1-next/json-schema-subscriptions/CHANGELOG.md

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

3+
## 0.12.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-cli@0.3.2
9+
310
## 0.12.2
411

512
### Patch Changes

examples/v1-next/json-schema-subscriptions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@v1-next/json-schema-subscriptions",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"private": true,
55
"scripts": {
66
"compose": "node ../../packages/compose-cli/dist/cjs/bin.js",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@graphql-mesh/compose-cli": "^0.2.1",
1313
"@graphql-mesh/plugin-live-query": "^0.97.1",
14-
"@graphql-mesh/serve-cli": "^0.3.1",
14+
"@graphql-mesh/serve-cli": "^0.3.2",
1515
"@omnigraph/json-schema": "^0.99.2",
1616
"@whatwg-node/fetch": "^0.9.0",
1717
"fets": "^0.7.1",

examples/v1-next/mysql-employees/CHANGELOG.md

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

3+
## 0.14.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-cli@0.3.2
9+
310
## 0.14.1
411

512
### Patch Changes

examples/v1-next/mysql-employees/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@v1-next/mysql-employees",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@graphql-mesh/compose-cli": "^0.2.1",
12-
"@graphql-mesh/serve-cli": "^0.3.1",
12+
"@graphql-mesh/serve-cli": "^0.3.2",
1313
"@omnigraph/mysql": "^0.1.1",
1414
"graphql": "^16.8.1",
1515
"typescript": "^5.4.2"

examples/v1-next/mysql-rfam/CHANGELOG.md

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

3+
## 0.14.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-mesh/serve-cli@0.3.2
9+
310
## 0.14.1
411

512
### Patch Changes

examples/v1-next/mysql-rfam/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@v1-next/mysql-rfam",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@graphql-mesh/compose-cli": "^0.2.1",
12-
"@graphql-mesh/serve-cli": "^0.3.1",
12+
"@graphql-mesh/serve-cli": "^0.3.2",
1313
"@omnigraph/mysql": "^0.1.1",
1414
"graphql": "16.8.1",
1515
"typescript": "^5.4.2"

0 commit comments

Comments
 (0)