Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6976)
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 May 20, 2024
1 parent bd5cea3 commit 3223e71
Show file tree
Hide file tree
Showing 126 changed files with 638 additions and 176 deletions.

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/afraid-dancers-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-wombats-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/poor-suits-call.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/proud-spoons-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-snakes-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-seahorses-bake.md

This file was deleted.

11 changes: 11 additions & 0 deletions e2e/soap-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

### Patch Changes

- Updated dependencies
[[`bd5cea3`](https://github.com/ardatan/graphql-mesh/commit/bd5cea366a75f4593e151a278e9b475eae2fd624),
[`e8fdfa3`](https://github.com/ardatan/graphql-mesh/commit/e8fdfa354a6ddae4f4fd57378d1b64c71aa57095),
[`bd5cea3`](https://github.com/ardatan/graphql-mesh/commit/bd5cea366a75f4593e151a278e9b475eae2fd624),
[`bd5cea3`](https://github.com/ardatan/graphql-mesh/commit/bd5cea366a75f4593e151a278e9b475eae2fd624)]:
- @omnigraph/soap@0.99.0

## null

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/serve-cli@0.4.6
- @graphql-mesh/compose-cli@0.3.4
Expand Down
1 change: 1 addition & 0 deletions e2e/soap-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@e2e/soap-demo",
"version": null,
"private": true,
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions examples/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# auth0-example

## 0.11.8

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.11.7

### 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.7",
"version": "0.11.8",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/json-schema": "0.100.7",
"@graphql-mesh/plugin-operation-field-permissions": "0.98.4",
"graphql": "16.8.1"
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.10.8

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7),
[`6c0de5f`](https://github.com/ardatan/graphql-mesh/commit/6c0de5f0e8f2bacb915da11f9a4f7128192e1314)]:
- @graphql-mesh/cli@0.90.6
- @graphql-mesh/plugin-response-cache@0.98.5

## 0.10.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cloudflare-workers",
"version": "0.10.7",
"version": "0.10.8",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.98.4",
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/json-schema": "0.100.7",
"@graphql-mesh/plugin-response-cache": "0.98.4",
"@graphql-mesh/plugin-response-cache": "0.98.5",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-fastify

## 0.8.6

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.8.5

### 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.5",
"version": "0.8.6",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/graphql": "0.98.4",
"fastify": "4.27.0",
"graphql": "16.8.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/federation-example/gateway-supergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# federation-supergraph-gateway

## 0.5.6

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/federation-example/gateway-supergraph/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "federation-supergraph-gateway",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/supergraph": "0.4.4",
"graphql": "16.8.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/federation-example/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# federation-gateway

## 0.8.6

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.8.5

### 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.5",
"version": "0.8.6",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/graphql": "0.98.4",
"@graphql-mesh/transform-federation": "0.98.4",
"graphql": "16.8.1"
Expand Down
8 changes: 8 additions & 0 deletions examples/gcp-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-gcp

## 0.10.8

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.10.7

### 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.7",
"version": "0.10.8",
"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.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/json-schema": "0.100.7",
"@types/node": "20.12.12",
"graphql": "16.8.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/graphql-file-upload-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphql-file-upload-example

## 0.14.6

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.14.5

### 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.5",
"version": "0.14.6",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/graphql": "0.98.4",
"concurrently": "8.2.2",
"graphql": "16.8.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-example

## 0.14.6

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.14.5

### 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.5",
"version": "0.14.6",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/grpc": "0.99.4",
"@graphql-mesh/transform-naming-convention": "0.98.4",
"@grpc/grpc-js": "1.10.8",
Expand Down
8 changes: 8 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-reflection-example

## 0.14.6

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.14.5

### 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.5",
"version": "0.14.6",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/grpc": "0.99.4",
"@graphql-mesh/transform-naming-convention": "0.98.4",
"@grpc/grpc-js": "1.10.8",
Expand Down
8 changes: 8 additions & 0 deletions examples/hasura-openbrewery-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hasura-openbrewery-geodb

## 0.15.8

### Patch Changes

- Updated dependencies
[[`8f2349c`](https://github.com/ardatan/graphql-mesh/commit/8f2349c6ed05e8d06566d3c028d805e4de6f52e7)]:
- @graphql-mesh/cli@0.90.6

## 0.15.7

### 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.7",
"version": "0.15.8",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/cli": "0.90.6",
"@graphql-mesh/json-schema": "0.100.7",
"graphql": "16.8.1"
}
Expand Down
Loading

0 comments on commit 3223e71

Please sign in to comment.