Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#7148)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 25, 2024
1 parent ee66081 commit c769a03
Show file tree
Hide file tree
Showing 110 changed files with 648 additions and 147 deletions.
8 changes: 0 additions & 8 deletions .changeset/@graphql-mesh_cli-7131-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-mesh_supergraph-7149-dependencies.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/forty-tools-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-taxis-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-icons-design.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# auth0-example

## 0.12.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.11.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-example",
"version": "0.11.15",
"version": "0.12.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/json-schema": "0.100.13",
"@graphql-mesh/plugin-operation-field-permissions": "0.98.8",
"graphql": "16.9.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# cloudflare-workers

## 0.11.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.10.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cloudflare-workers",
"version": "0.10.15",
"version": "0.11.0",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.98.8",
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/json-schema": "0.100.13",
"@graphql-mesh/plugin-response-cache": "0.98.9",
"graphql": "16.9.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-fastify

## 0.9.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.8.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "example-fastify",
"version": "0.8.13",
"version": "0.9.0",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/graphql": "0.98.9",
"fastify": "4.28.0",
"graphql": "16.9.0",
Expand Down
13 changes: 13 additions & 0 deletions examples/federation-example/gateway-supergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# federation-supergraph-gateway

## 0.6.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`4e850b1`](https://github.com/ardatan/graphql-mesh/commit/4e850b1241130b30a97f34a43af50f859239e8db),
[`4e850b1`](https://github.com/ardatan/graphql-mesh/commit/4e850b1241130b30a97f34a43af50f859239e8db),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0
- @graphql-mesh/supergraph@0.4.10

## 0.5.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/federation-example/gateway-supergraph/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "federation-supergraph-gateway",
"version": "0.5.13",
"version": "0.6.0",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/supergraph": "0.4.9",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/supergraph": "0.4.10",
"graphql": "16.9.0"
}
}
10 changes: 10 additions & 0 deletions examples/federation-example/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# federation-gateway

## 0.9.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.8.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/federation-example/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "federation-gateway",
"version": "0.8.13",
"version": "0.9.0",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/graphql": "0.98.9",
"@graphql-mesh/transform-federation": "0.98.8",
"graphql": "16.9.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/gcp-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-gcp

## 0.11.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.10.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-gcp",
"version": "0.10.15",
"version": "0.11.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "3.4.0",
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/json-schema": "0.100.13",
"@types/node": "20.14.8",
"graphql": "16.9.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/graphql-file-upload-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-file-upload-example

## 0.15.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.14.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-file-upload-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-file-upload-example",
"version": "0.14.13",
"version": "0.15.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/graphql": "0.98.9",
"concurrently": "8.2.2",
"graphql": "16.9.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# grpc-example

## 0.15.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.14.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-example",
"version": "0.14.12",
"version": "0.15.0",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/grpc": "0.99.8",
"@graphql-mesh/transform-naming-convention": "0.98.8",
"@grpc/grpc-js": "1.10.10",
Expand Down
10 changes: 10 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# grpc-reflection-example

## 0.15.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.14.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-reflection-example",
"version": "0.14.12",
"version": "0.15.0",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/grpc": "0.99.8",
"@graphql-mesh/transform-naming-convention": "0.98.8",
"@grpc/grpc-js": "1.10.10",
Expand Down
10 changes: 10 additions & 0 deletions examples/hasura-openbrewery-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# hasura-openbrewery-geodb

## 0.16.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.15.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/hasura-openbrewery-geodb/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "hasura-openbrewery-geodb",
"version": "0.15.15",
"version": "0.16.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.12",
"@graphql-mesh/cli": "0.91.0",
"@graphql-mesh/json-schema": "0.100.13",
"graphql": "16.9.0"
}
Expand Down
10 changes: 10 additions & 0 deletions examples/hello-world-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# hello-world-esm

## 0.11.0

### Patch Changes

- Updated dependencies
[[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a),
[`92dc600`](https://github.com/ardatan/graphql-mesh/commit/92dc6000f82e0bf9b5800fe641ae7eb51c338281),
[`bc0c083`](https://github.com/ardatan/graphql-mesh/commit/bc0c083f36eb69517e3dc484a43ee8c01086719a)]:
- @graphql-mesh/cli@0.91.0

## 0.10.15

### Patch Changes
Expand Down
Loading

0 comments on commit c769a03

Please sign in to comment.