Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2024
1 parent aa71cb8 commit 87b5f2b
Show file tree
Hide file tree
Showing 318 changed files with 2,144 additions and 649 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_graphql-6540-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_http-6540-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_supergraph-6540-dependencies.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/@omnigraph_json-schema-6540-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@omnigraph_openapi-6540-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@omnigraph_raml-6540-dependencies.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/@omnigraph_soap-6540-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@omnigraph_thrift-6540-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cuddly-islands-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-actors-live.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-planets-retire.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/polite-bats-run.md

This file was deleted.

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

## 0.9.0

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.88.6
- @graphql-mesh/json-schema@0.98.0
- @graphql-mesh/plugin-operation-field-permissions@0.96.4

## 0.8.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-example",
"version": "0.8.5",
"version": "0.9.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/json-schema": "0.97.4",
"@graphql-mesh/plugin-operation-field-permissions": "0.96.3",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/json-schema": "0.98.0",
"@graphql-mesh/plugin-operation-field-permissions": "0.96.4",
"graphql": "16.8.1"
},
"devDependencies": {
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.8.0

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.88.6
- @graphql-mesh/json-schema@0.98.0
- @graphql-mesh/cache-cfw-kv@0.96.4
- @graphql-mesh/plugin-response-cache@0.96.6

## 0.7.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.7.5",
"version": "0.8.0",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.96.3",
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/json-schema": "0.97.4",
"@graphql-mesh/plugin-response-cache": "0.96.5",
"@graphql-mesh/cache-cfw-kv": "0.96.4",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/json-schema": "0.98.0",
"@graphql-mesh/plugin-response-cache": "0.96.6",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# example-fastify

## 0.6.6

### Patch Changes

- Updated dependencies
[[`a7984e5`](https://github.com/ardatan/graphql-mesh/commit/a7984e5ab214ddd7f75dca0f03b2e7e8ad768211)]:
- @graphql-mesh/graphql@0.96.4
- @graphql-mesh/cli@0.88.6

## 0.6.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "example-fastify",
"version": "0.6.5",
"version": "0.6.6",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/graphql": "0.96.3",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/graphql": "0.96.4",
"fastify": "4.26.0",
"graphql": "16.8.1",
"ts-node": "10.9.2",
Expand Down
9 changes: 9 additions & 0 deletions examples/federation-example/gateway-supergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# federation-supergraph-gateway

## 0.2.6

### Patch Changes

- Updated dependencies
[[`a7984e5`](https://github.com/ardatan/graphql-mesh/commit/a7984e5ab214ddd7f75dca0f03b2e7e8ad768211)]:
- @graphql-mesh/supergraph@0.1.4
- @graphql-mesh/cli@0.88.6

## 0.2.5

### 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.2.5",
"version": "0.2.6",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/supergraph": "0.1.3",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/supergraph": "0.1.4",
"graphql": "16.8.1"
}
}
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.6.6

### Patch Changes

- Updated dependencies
[[`a7984e5`](https://github.com/ardatan/graphql-mesh/commit/a7984e5ab214ddd7f75dca0f03b2e7e8ad768211)]:
- @graphql-mesh/graphql@0.96.4
- @graphql-mesh/cli@0.88.6
- @graphql-mesh/transform-federation@0.96.4

## 0.6.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/federation-example/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "federation-gateway",
"version": "0.6.5",
"version": "0.6.6",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/graphql": "0.96.3",
"@graphql-mesh/transform-federation": "0.96.3",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/graphql": "0.96.4",
"@graphql-mesh/transform-federation": "0.96.4",
"graphql": "16.8.1"
}
}
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.8.0

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.88.6
- @graphql-mesh/json-schema@0.98.0

## 0.7.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7.5",
"version": "0.8.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@google-cloud/functions-framework": "3.3.0",
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/json-schema": "0.97.4",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/json-schema": "0.98.0",
"@types/node": "20.11.16",
"graphql": "16.8.1",
"typescript": "5.3.3"
Expand Down
9 changes: 9 additions & 0 deletions examples/graphql-file-upload-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-file-upload-example

## 0.12.6

### Patch Changes

- Updated dependencies
[[`a7984e5`](https://github.com/ardatan/graphql-mesh/commit/a7984e5ab214ddd7f75dca0f03b2e7e8ad768211)]:
- @graphql-mesh/graphql@0.96.4
- @graphql-mesh/cli@0.88.6

## 0.12.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.12.5",
"version": "0.12.6",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/graphql": "0.96.3",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/graphql": "0.96.4",
"concurrently": "8.2.2",
"graphql": "16.8.1",
"graphql-yoga": "^5.1.1",
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.12.6

### Patch Changes

- Updated dependencies
[[`e94fb1c`](https://github.com/ardatan/graphql-mesh/commit/e94fb1c44c6fbd384908ba1bff77502ed38d1d58)]:
- @graphql-mesh/transform-naming-convention@0.96.4
- @graphql-mesh/cli@0.88.6
- @graphql-mesh/grpc@0.97.4

## 0.12.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.12.5",
"version": "0.12.6",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/grpc": "0.97.3",
"@graphql-mesh/transform-naming-convention": "0.96.3",
"@graphql-mesh/cli": "0.88.6",
"@graphql-mesh/grpc": "0.97.4",
"@graphql-mesh/transform-naming-convention": "0.96.4",
"@grpc/grpc-js": "1.10.0",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
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.12.6

### Patch Changes

- Updated dependencies
[[`e94fb1c`](https://github.com/ardatan/graphql-mesh/commit/e94fb1c44c6fbd384908ba1bff77502ed38d1d58)]:
- @graphql-mesh/transform-naming-convention@0.96.4
- @graphql-mesh/cli@0.88.6
- @graphql-mesh/grpc@0.97.4

## 0.12.5

### Patch Changes
Expand Down
Loading

0 comments on commit 87b5f2b

Please sign in to comment.