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 Nov 1, 2022
1 parent 664c9a6 commit 1efd3fb
Show file tree
Hide file tree
Showing 204 changed files with 1,278 additions and 403 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_container-4769-dependencies.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-ties-sniff.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.0.32

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/json-schema@0.35.33
- @graphql-mesh/plugin-operation-field-permissions@0.0.20

## 0.0.31

### 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.0.31",
"version": "0.0.32",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/json-schema": "0.35.32",
"@graphql-mesh/plugin-operation-field-permissions": "0.0.19",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/json-schema": "0.35.33",
"@graphql-mesh/plugin-operation-field-permissions": "0.0.20",
"@envelop/auth0": "4.0.3",
"graphql": "16.6.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.0.75

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cache-cfw-kv@0.0.46
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/json-schema@0.35.33
- @graphql-mesh/plugin-response-cache@0.1.48

## 0.0.74

### 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",
"private": true,
"version": "0.0.74",
"version": "0.0.75",
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/json-schema": "0.35.32",
"@graphql-mesh/cache-cfw-kv": "0.0.45",
"@graphql-mesh/plugin-response-cache": "0.1.47",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/json-schema": "0.35.33",
"@graphql-mesh/cache-cfw-kv": "0.0.46",
"@graphql-mesh/plugin-response-cache": "0.1.48",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
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.0.168

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/graphql@0.31.31
- @graphql-mesh/transform-federation@0.9.55

## 0.0.167

### 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.167",
"version": "0.0.168",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/graphql": "0.31.30",
"@graphql-mesh/transform-federation": "0.9.54",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/graphql": "0.31.31",
"@graphql-mesh/transform-federation": "0.9.55",
"graphql": "16.6.0"
}
}
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.6.277

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/graphql@0.31.31

## 0.6.276

### 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,15 +1,15 @@
{
"name": "graphql-file-upload-example",
"version": "0.6.276",
"version": "0.6.277",
"license": "MIT",
"private": true,
"scripts": {
"start-apis": "concurrently \"node upload-files/index.js\" \"node resize-image/index.js\"",
"start-gateway": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/graphql": "0.31.30",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/graphql": "0.31.31",
"concurrently": "7.5.0",
"graphql-yoga": "3.0.0-next.8",
"sharp": "0.31.1",
Expand Down
9 changes: 9 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# grpc-example

## 0.5.317

### Patch Changes

- Updated dependencies [[`5f1a5f520`](https://github.com/Urigo/graphql-mesh/commit/5f1a5f520946c9fcd2cd31e6656b53964f67a952)]:
- @graphql-mesh/transform-naming-convention@0.11.19
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/grpc@0.25.32

## 0.5.316

### 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.316",
"version": "0.5.317",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/grpc": "0.25.31",
"@graphql-mesh/transform-naming-convention": "0.11.18",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/grpc": "0.25.32",
"@graphql-mesh/transform-naming-convention": "0.11.19",
"@grpc/proto-loader": "0.7.3",
"google-protobuf": "3.21.2",
"graphql": "16.6.0",
Expand Down
9 changes: 9 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# grpc-reflection-example

## 0.5.317

### Patch Changes

- Updated dependencies [[`5f1a5f520`](https://github.com/Urigo/graphql-mesh/commit/5f1a5f520946c9fcd2cd31e6656b53964f67a952)]:
- @graphql-mesh/transform-naming-convention@0.11.19
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/grpc@0.25.32

## 0.5.316

### 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.316",
"version": "0.5.317",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -10,9 +10,9 @@
"start": "concurrently \"yarn grpc:start\" \"yarn mesh:start\""
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/grpc": "0.25.31",
"@graphql-mesh/transform-naming-convention": "0.11.18",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/grpc": "0.25.32",
"@graphql-mesh/transform-naming-convention": "0.11.19",
"@grpc/proto-loader": "0.7.3",
"google-protobuf": "3.21.2",
"graphql": "16.6.0",
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.5.334

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/json-schema@0.35.33

## 0.5.333

### 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.5.333",
"version": "0.5.334",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/json-schema": "0.35.32",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/json-schema": "0.35.33",
"graphql": "16.6.0"
}
}
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.0.91

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/json-schema@0.35.33
- @graphql-mesh/plugin-mock@0.0.37

## 0.0.90

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/hello-world-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-world-esm",
"version": "0.0.90",
"version": "0.0.91",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/json-schema": "0.35.32",
"@graphql-mesh/plugin-mock": "0.0.36",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/json-schema": "0.35.33",
"@graphql-mesh/plugin-mock": "0.0.37",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# json-schema-hello-world

## 0.0.266

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/json-schema@0.35.33
- @graphql-mesh/plugin-mock@0.0.37

## 0.0.265

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "json-schema-hello-world",
"version": "0.0.265",
"version": "0.0.266",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/json-schema": "0.35.32",
"@graphql-mesh/plugin-mock": "0.0.36",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/json-schema": "0.35.33",
"@graphql-mesh/plugin-mock": "0.0.37",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/json-schema-covid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# covid-mesh

## 0.5.342

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/graphql@0.31.31
- @graphql-mesh/json-schema@0.35.33

## 0.5.341

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid-mesh",
"version": "0.5.341",
"version": "0.5.342",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/graphql": "0.31.30",
"@graphql-mesh/json-schema": "0.35.32",
"@graphql-mesh/cli": "0.79.3",
"@graphql-mesh/graphql": "0.31.31",
"@graphql-mesh/json-schema": "0.35.33",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/json-schema-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# json-schema-example

## 0.5.337

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.79.3
- @graphql-mesh/json-schema@0.35.33
- @graphql-mesh/plugin-mock@0.0.37

## 0.5.336

### Patch Changes
Expand Down
Loading

0 comments on commit 1efd3fb

Please sign in to comment.