Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3148)
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 Nov 11, 2021
1 parent 5555daf commit 24e1e43
Show file tree
Hide file tree
Showing 84 changed files with 406 additions and 119 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-donkeys-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-grapes-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-coins-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-deers-clap.md

This file was deleted.

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.6

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/graphql": "0.20.3",
"@graphql-mesh/transform-federation": "0.7.3",
"graphql": "15.4.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.116

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6

## 0.6.115

### 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.115",
"version": "0.6.116",
"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.43.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/graphql": "0.20.3",
"@graphql-tools/schema": "8.2.0",
"concurrently": "5.3.0",
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.151

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6

## 0.5.150

### 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.150",
"version": "0.5.151",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/grpc": "0.18.1",
"@graphql-mesh/transform-naming-convention": "0.7.3",
"@grpc/proto-loader": "0.5.5",
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.151

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6

## 0.5.150

### 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.150",
"version": "0.5.151",
"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.43.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/grpc": "0.18.1",
"@graphql-mesh/transform-naming-convention": "0.7.3",
"@grpc/proto-loader": "0.5.5",
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.158

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6
- @graphql-mesh/json-schema@0.22.6

## 0.5.157

### 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.157",
"version": "0.5.158",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/json-schema": "0.22.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/json-schema": "0.22.6",
"graphql": "16.0.1"
}
}
8 changes: 8 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# json-schema-hello-world

## 0.0.90

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6
- @graphql-mesh/json-schema@0.22.6

## 0.0.89

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "json-schema-hello-world",
"version": "0.0.89",
"version": "0.0.90",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/json-schema": "0.22.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/json-schema": "0.22.6",
"@graphql-mesh/transform-mock": "0.11.3",
"graphql": "16.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/json-schema-covid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# covid-mesh

## 0.5.165

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6
- @graphql-mesh/json-schema@0.22.6

## 0.5.164

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.164",
"version": "0.5.165",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/graphql": "0.20.3",
"@graphql-mesh/json-schema": "0.22.5",
"@graphql-mesh/json-schema": "0.22.6",
"graphql": "16.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/json-schema-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# json-schema-example

## 0.5.161

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6
- @graphql-mesh/json-schema@0.22.6

## 0.5.160

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "json-schema-example",
"version": "0.5.160",
"version": "0.5.161",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/json-schema": "0.22.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/json-schema": "0.22.6",
"@graphql-mesh/transform-mock": "0.11.3",
"graphql": "16.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/json-schema-fhir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# json-schema-fhir

## 0.0.140

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6
- @graphql-mesh/json-schema@0.22.6

## 0.0.139

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.139",
"version": "0.0.140",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"dev": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/json-schema": "0.22.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/json-schema": "0.22.6",
"graphql": "16.0.1",
"unzip-stream": "0.3.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/json-schema-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# json-schema-subscriptions

## 0.1.88

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6
- @graphql-mesh/json-schema@0.22.6

## 0.1.87

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "json-schema-subscriptions",
"version": "0.1.87",
"version": "0.1.88",
"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.43.5",
"@graphql-mesh/json-schema": "0.22.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/json-schema": "0.22.6",
"graphql": "16.0.1",
"body-parser": "1.19.0",
"express": "4.17.1",
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.145

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6

## 0.5.144

### 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.144",
"version": "0.5.145",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/mongoose": "0.10.3",
"graphql": "16.0.1",
"mongoose": "5.10.9"
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.146

### Patch Changes

- Updated dependencies [5555daf59]
- @graphql-mesh/cli@0.43.6

## 0.5.145

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/mysql-employees/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mysql-employees",
"version": "0.5.145",
"version": "0.5.146",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.43.5",
"@graphql-mesh/cli": "0.43.6",
"@graphql-mesh/mysql": "0.14.3",
"graphql": "16.0.1"
}
Expand Down
Loading

0 comments on commit 24e1e43

Please sign in to comment.