Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4465)
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 9, 2022
1 parent 35366d0 commit 0c571cd
Show file tree
Hide file tree
Showing 80 changed files with 350 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-dodos-crash.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare-workers

## 0.0.34

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cloudflare-workers",
"private": true,
"version": "0.0.33",
"version": "0.0.34",
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/json-schema": "0.35.8",
"@graphql-mesh/cache-cfw-kv": "0.0.23",
"@graphql-mesh/plugin-response-cache": "0.1.24",
Expand Down
7 changes: 7 additions & 0 deletions examples/federation-example/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# federation-gateway

## 0.0.127

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.0.126

### 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.0.126",
"version": "0.0.127",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/graphql": "0.31.7",
"@graphql-mesh/transform-federation": "0.9.31",
"graphql": "16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/graphql-file-upload-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-file-upload-example

## 0.6.237

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.6.236

### 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,14 +1,14 @@
{
"name": "graphql-file-upload-example",
"version": "0.6.236",
"version": "0.6.237",
"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.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/graphql": "0.31.7",
"concurrently": "5.3.0",
"@graphql-yoga/node": "2.13.13",
Expand Down
7 changes: 7 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# grpc-example

## 0.5.276

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.5.275

### 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.5.275",
"version": "0.5.276",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/grpc": "0.25.8",
"@graphql-mesh/transform-naming-convention": "0.10.77",
"@grpc/proto-loader": "0.7.2",
Expand Down
7 changes: 7 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# grpc-reflection-example

## 0.5.276

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.5.275

### 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.5.275",
"version": "0.5.276",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -10,7 +10,7 @@
"start": "concurrently \"yarn grpc:start\" \"yarn mesh:start\""
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/grpc": "0.25.8",
"@graphql-mesh/transform-naming-convention": "0.10.77",
"@grpc/proto-loader": "0.7.2",
Expand Down
7 changes: 7 additions & 0 deletions examples/hasura-openbrewery-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hasura-openbrewery-geodb

## 0.5.293

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.5.292

### 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.5.292",
"version": "0.5.293",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/json-schema": "0.35.8",
"graphql": "16.6.0"
}
Expand Down
7 changes: 7 additions & 0 deletions examples/hello-world-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hello-world-esm

## 0.0.50

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.0.49

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.49",
"version": "0.0.50",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/json-schema": "0.35.8",
"@graphql-mesh/plugin-mock": "0.0.14",
"graphql": "16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# json-schema-hello-world

## 0.0.225

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/cli@0.78.5

## 0.0.224

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "json-schema-hello-world",
"version": "0.0.224",
"version": "0.0.225",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/json-schema": "0.35.8",
"@graphql-mesh/plugin-mock": "0.0.14",
"graphql": "16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/json-schema-covid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# covid-mesh

## 0.5.301

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/[email protected]

## 0.5.300

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.300",
"version": "0.5.301",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/graphql": "0.31.7",
"@graphql-mesh/json-schema": "0.35.8",
"graphql": "16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/json-schema-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# json-schema-example

## 0.5.296

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/[email protected]

## 0.5.295

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-example",
"version": "0.5.295",
"version": "0.5.296",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/json-schema": "0.35.8",
"@graphql-mesh/plugin-mock": "0.0.14",
"graphql": "16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/json-schema-fhir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# json-schema-fhir

## 0.0.275

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/[email protected]

## 0.0.274

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/json-schema-fhir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-fhir",
"version": "0.0.274",
"version": "0.0.275",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"start:prod": "mesh start"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/json-schema": "0.35.8",
"graphql": "16.6.0",
"unzip-stream": "0.3.1"
Expand Down
7 changes: 7 additions & 0 deletions examples/json-schema-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# json-schema-subscriptions

## 0.1.223

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/[email protected]

## 0.1.222

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "json-schema-subscriptions",
"version": "0.1.222",
"version": "0.1.223",
"private": true,
"scripts": {
"start": "concurrently \"yarn start:api\" \"yarn start:mesh\"",
"start:api": "node api.js",
"start:mesh": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/json-schema": "0.35.8",
"@graphql-mesh/plugin-live-query": "0.1.22",
"graphql": "16.6.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/mongoose-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mongoose-example

## 0.5.265

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/[email protected]

## 0.5.264

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mongoose-example",
"version": "0.5.264",
"version": "0.5.265",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.4",
"@graphql-mesh/cli": "0.78.5",
"@graphql-mesh/mongoose": "0.11.7",
"graphql": "16.6.0",
"mongoose": "6.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/mysql-employees/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mysql-employees

## 0.5.267

### Patch Changes

- Updated dependencies [[`35366d0b5`](https://github.com/Urigo/graphql-mesh/commit/35366d0b585a7d25d75f493648b6a679a876ec2a)]:
- @graphql-mesh/[email protected]

## 0.5.266

### Patch Changes
Expand Down
Loading

0 comments on commit 0c571cd

Please sign in to comment.