Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5134)
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] authored Feb 14, 2023
1 parent 1129efb commit dc92f43
Show file tree
Hide file tree
Showing 233 changed files with 1,626 additions and 527 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_config-5135-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-mesh_graphql-5135-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_mysql-5135-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_odata-5135-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_postgraphile-5135-dependencies.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/@graphql-mesh_runtime-5135-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_transform-hive-5135-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-mesh_types-5135-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_utils-5135-dependencies.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.1.20

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.82.18
- @graphql-mesh/json-schema@0.37.12
- @graphql-mesh/plugin-operation-field-permissions@0.1.11

## 0.1.19

### 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.1.19",
"version": "0.1.20",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@envelop/auth0": "4.0.4",
"@graphql-mesh/cli": "0.82.17",
"@graphql-mesh/json-schema": "0.37.11",
"@graphql-mesh/plugin-operation-field-permissions": "0.1.10",
"@graphql-mesh/cli": "0.82.18",
"@graphql-mesh/json-schema": "0.37.12",
"@graphql-mesh/plugin-operation-field-permissions": "0.1.11",
"graphql": "16.6.0"
},
"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.0.106

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.82.18
- @graphql-mesh/cache-cfw-kv@0.1.11
- @graphql-mesh/json-schema@0.37.12
- @graphql-mesh/plugin-response-cache@0.2.13

## 0.0.105

### 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.0.105",
"version": "0.0.106",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.1.10",
"@graphql-mesh/cli": "0.82.17",
"@graphql-mesh/json-schema": "0.37.11",
"@graphql-mesh/plugin-response-cache": "0.2.12",
"@graphql-mesh/cache-cfw-kv": "0.1.11",
"@graphql-mesh/cli": "0.82.18",
"@graphql-mesh/json-schema": "0.37.12",
"@graphql-mesh/plugin-response-cache": "0.2.13",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions examples/federation-example/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# federation-gateway

## 0.0.200

### Patch Changes

- Updated dependencies
[[`8c9c39cf5`](https://github.com/Urigo/graphql-mesh/commit/8c9c39cf56c0cd0e3e3908b5c54cb4c1bca4151e),
[`8c9c39cf5`](https://github.com/Urigo/graphql-mesh/commit/8c9c39cf56c0cd0e3e3908b5c54cb4c1bca4151e)]:
- @graphql-mesh/graphql@0.34.4
- @graphql-mesh/transform-federation@0.11.3
- @graphql-mesh/cli@0.82.18

## 0.0.199

### 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.0.199",
"version": "0.0.200",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.82.17",
"@graphql-mesh/graphql": "0.34.3",
"@graphql-mesh/transform-federation": "0.11.2",
"@graphql-mesh/cli": "0.82.18",
"@graphql-mesh/graphql": "0.34.4",
"@graphql-mesh/transform-federation": "0.11.3",
"graphql": "16.6.0"
}
}
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.0.23

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.82.18
- @graphql-mesh/json-schema@0.37.12

## 0.0.22

### 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.0.22",
"version": "0.0.23",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@google-cloud/functions-framework": "3.1.3",
"@graphql-mesh/cli": "0.82.17",
"@graphql-mesh/json-schema": "0.37.11",
"@graphql-mesh/cli": "0.82.18",
"@graphql-mesh/json-schema": "0.37.12",
"@types/node": "18.13.0",
"graphql": "16.6.0",
"typescript": "4.9.5"
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.6.307

### Patch Changes

- Updated dependencies
[[`8c9c39cf5`](https://github.com/Urigo/graphql-mesh/commit/8c9c39cf56c0cd0e3e3908b5c54cb4c1bca4151e)]:
- @graphql-mesh/graphql@0.34.4
- @graphql-mesh/cli@0.82.18

## 0.6.306

### 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.6.306",
"version": "0.6.307",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.82.17",
"@graphql-mesh/graphql": "0.34.3",
"@graphql-mesh/cli": "0.82.18",
"@graphql-mesh/graphql": "0.34.4",
"concurrently": "7.6.0",
"graphql": "16.6.0",
"graphql-yoga": "3.5.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.5.350

### Patch Changes

- Updated dependencies
[[`8c9c39cf5`](https://github.com/Urigo/graphql-mesh/commit/8c9c39cf56c0cd0e3e3908b5c54cb4c1bca4151e)]:
- @graphql-mesh/transform-naming-convention@0.13.12
- @graphql-mesh/cli@0.82.18
- @graphql-mesh/grpc@0.29.7

## 0.5.349

### 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.5.349",
"version": "0.5.350",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.82.17",
"@graphql-mesh/grpc": "0.29.6",
"@graphql-mesh/transform-naming-convention": "0.13.11",
"@graphql-mesh/cli": "0.82.18",
"@graphql-mesh/grpc": "0.29.7",
"@graphql-mesh/transform-naming-convention": "0.13.12",
"@grpc/grpc-js": "1.8.8",
"@grpc/proto-loader": "0.7.5",
"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.5.350

### Patch Changes

- Updated dependencies
[[`8c9c39cf5`](https://github.com/Urigo/graphql-mesh/commit/8c9c39cf56c0cd0e3e3908b5c54cb4c1bca4151e)]:
- @graphql-mesh/transform-naming-convention@0.13.12
- @graphql-mesh/cli@0.82.18
- @graphql-mesh/grpc@0.29.7

## 0.5.349

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.5.349",
"version": "0.5.350",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.82.17",
"@graphql-mesh/grpc": "0.29.6",
"@graphql-mesh/transform-naming-convention": "0.13.11",
"@graphql-mesh/cli": "0.82.18",
"@graphql-mesh/grpc": "0.29.7",
"@graphql-mesh/transform-naming-convention": "0.13.12",
"@grpc/grpc-js": "1.8.8",
"@grpc/proto-loader": "0.7.5",
"google-protobuf": "3.21.2",
Expand Down
Loading

0 comments on commit dc92f43

Please sign in to comment.