Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6012)
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 Sep 28, 2023
1 parent f4cb6e3 commit 73f7475
Show file tree
Hide file tree
Showing 239 changed files with 1,522 additions and 491 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_plugin-statsd-6013-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-bugs-tease.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.6.12

### Patch Changes

- Updated dependencies
[[`498e357c8`](https://github.com/Urigo/graphql-mesh/commit/498e357c81f3b4b1799cb7c3a68cf8aeed8268fa)]:
- @graphql-mesh/plugin-operation-field-permissions@0.95.7
- @graphql-mesh/json-schema@0.95.7
- @graphql-mesh/cli@0.87.10

## 0.6.11

### 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.6.11",
"version": "0.6.12",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@envelop/auth0": "5.0.3",
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/json-schema": "0.95.6",
"@graphql-mesh/plugin-operation-field-permissions": "0.95.6",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/json-schema": "0.95.7",
"@graphql-mesh/plugin-operation-field-permissions": "0.95.7",
"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.5.11

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.95.7
- @graphql-mesh/plugin-response-cache@0.95.7
- @graphql-mesh/cli@0.87.10
- @graphql-mesh/cache-cfw-kv@0.95.6

## 0.5.10

### 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.5.10",
"version": "0.5.11",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.95.5",
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/json-schema": "0.95.6",
"@graphql-mesh/plugin-response-cache": "0.95.6",
"@graphql-mesh/cache-cfw-kv": "0.95.6",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/json-schema": "0.95.7",
"@graphql-mesh/plugin-response-cache": "0.95.7",
"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.5.10

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/graphql@0.95.6
- @graphql-mesh/cli@0.87.10

## 0.5.9

### 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.5.9",
"version": "0.5.10",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/graphql": "0.95.5",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/graphql": "0.95.6",
"fastify": "4.23.2",
"graphql": "16.8.1",
"ts-node": "10.9.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.1.10

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/supergraph@0.0.6
- @graphql-mesh/cli@0.87.10

## 0.1.9

### 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.1.9",
"version": "0.1.10",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/supergraph": "0.0.5",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/supergraph": "0.0.6",
"graphql": "16.8.1"
}
}
9 changes: 9 additions & 0 deletions examples/federation-example/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# federation-gateway

## 0.5.10

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/graphql@0.95.6
- @graphql-mesh/transform-federation@0.95.6
- @graphql-mesh/cli@0.87.10

## 0.5.9

### 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.5.9",
"version": "0.5.10",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/graphql": "0.95.5",
"@graphql-mesh/transform-federation": "0.95.5",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/graphql": "0.95.6",
"@graphql-mesh/transform-federation": "0.95.6",
"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.5.11

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.95.7
- @graphql-mesh/cli@0.87.10

## 0.5.10

### 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.5.10",
"version": "0.5.11",
"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.87.9",
"@graphql-mesh/json-schema": "0.95.6",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/json-schema": "0.95.7",
"@types/node": "18.18.0",
"graphql": "16.8.1",
"typescript": "5.2.2"
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.11.10

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/graphql@0.95.6
- @graphql-mesh/cli@0.87.10

## 0.11.9

### 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.11.9",
"version": "0.11.10",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/graphql": "0.95.5",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/graphql": "0.95.6",
"concurrently": "8.2.1",
"graphql": "16.8.1",
"graphql-yoga": "4.0.4",
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.10.11

### Patch Changes

- Updated dependencies
[[`f4cb6e384`](https://github.com/Urigo/graphql-mesh/commit/f4cb6e384414cf2877d1fbf77b6ef53dcd67f3fc)]:
- @graphql-mesh/grpc@0.95.8
- @graphql-mesh/cli@0.87.10
- @graphql-mesh/transform-naming-convention@0.95.6

## 0.10.10

### 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.10.10",
"version": "0.10.11",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/grpc": "0.95.7",
"@graphql-mesh/transform-naming-convention": "0.95.5",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/grpc": "0.95.8",
"@graphql-mesh/transform-naming-convention": "0.95.6",
"@grpc/grpc-js": "1.9.4",
"@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.10.11

### Patch Changes

- Updated dependencies
[[`f4cb6e384`](https://github.com/Urigo/graphql-mesh/commit/f4cb6e384414cf2877d1fbf77b6ef53dcd67f3fc)]:
- @graphql-mesh/grpc@0.95.8
- @graphql-mesh/cli@0.87.10
- @graphql-mesh/transform-naming-convention@0.95.6

## 0.10.10

### 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.10.10",
"version": "0.10.11",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/grpc": "0.95.7",
"@graphql-mesh/transform-naming-convention": "0.95.5",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/grpc": "0.95.8",
"@graphql-mesh/transform-naming-convention": "0.95.6",
"@grpc/grpc-js": "1.9.4",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
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.10.11

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.95.7
- @graphql-mesh/cli@0.87.10

## 0.10.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/hasura-openbrewery-geodb/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "hasura-openbrewery-geodb",
"version": "0.10.10",
"version": "0.10.11",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.87.9",
"@graphql-mesh/json-schema": "0.95.6",
"@graphql-mesh/cli": "0.87.10",
"@graphql-mesh/json-schema": "0.95.7",
"graphql": "16.8.1"
}
}
9 changes: 9 additions & 0 deletions examples/hello-world-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hello-world-esm

## 0.5.11

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.95.7
- @graphql-mesh/plugin-mock@0.95.6
- @graphql-mesh/cli@0.87.10

## 0.5.10

### Patch Changes
Expand Down
Loading

0 comments on commit 73f7475

Please sign in to comment.