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 2, 2021
1 parent c4d8be6 commit 0f70051
Show file tree
Hide file tree
Showing 100 changed files with 515 additions and 158 deletions.
8 changes: 0 additions & 8 deletions .changeset/cool-hats-battle.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/ninety-beds-nail.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/federation-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# federation-handler-example

## 0.5.145

### Patch Changes

- Updated dependencies [c4d8be6f4]
- @graphql-mesh/graphql@0.20.0
- @graphql-mesh/cli@0.42.7

## 0.5.144

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/federation-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "federation-handler-example",
"version": "0.5.144",
"version": "0.5.145",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"nodemon": "2.0.6"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/graphql": "0.19.0",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/graphql": "0.20.0",
"@graphql-mesh/transform-federation": "0.6.11",
"apollo-server": "2.21.0",
"delay-cli": "^1.1.0",
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.6.110

### Patch Changes

- Updated dependencies [c4d8be6f4]
- @graphql-mesh/graphql@0.20.0
- @graphql-mesh/cli@0.42.7

## 0.6.109

### 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.109",
"version": "0.6.110",
"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.42.6",
"@graphql-mesh/graphql": "0.19.0",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/graphql": "0.20.0",
"@graphql-tools/schema": "8.2.0",
"concurrently": "5.3.0",
"express": "4.17.1",
Expand Down
6 changes: 6 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# grpc-example

## 0.5.145

### Patch Changes

- @graphql-mesh/cli@0.42.7

## 0.5.144

### 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.144",
"version": "0.5.145",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/grpc": "0.16.1",
"@graphql-mesh/transform-naming-convention": "0.6.69",
"@grpc/proto-loader": "0.5.5",
Expand Down
6 changes: 6 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# grpc-reflection-example

## 0.5.145

### Patch Changes

- @graphql-mesh/cli@0.42.7

## 0.5.144

### 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.144",
"version": "0.5.145",
"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.42.6",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/grpc": "0.16.1",
"@graphql-mesh/transform-naming-convention": "0.6.69",
"@grpc/proto-loader": "0.5.5",
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.151

### Patch Changes

- @graphql-mesh/json-schema@0.21.8
- @graphql-mesh/cli@0.42.7

## 0.5.150

### 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.150",
"version": "0.5.151",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/json-schema": "0.21.7",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/json-schema": "0.21.8",
"graphql": "15.4.0"
}
}
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.83

### Patch Changes

- @graphql-mesh/json-schema@0.21.8
- @graphql-mesh/cli@0.42.7

## 0.0.82

### 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.82",
"version": "0.0.83",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/json-schema": "0.21.7",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/json-schema": "0.21.8",
"@graphql-mesh/transform-mock": "0.10.21",
"graphql": "15.4.0"
},
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.158

### Patch Changes

- Updated dependencies [c4d8be6f4]
- @graphql-mesh/graphql@0.20.0
- @graphql-mesh/json-schema@0.21.8
- @graphql-mesh/cli@0.42.7

## 0.5.157

### 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.157",
"version": "0.5.158",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/graphql": "0.19.0",
"@graphql-mesh/json-schema": "0.21.7",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/graphql": "0.20.0",
"@graphql-mesh/json-schema": "0.21.8",
"graphql": "15.4.0"
},
"devDependencies": {
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.154

### Patch Changes

- @graphql-mesh/json-schema@0.21.8
- @graphql-mesh/cli@0.42.7

## 0.5.153

### 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.153",
"version": "0.5.154",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/json-schema": "0.21.7",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/json-schema": "0.21.8",
"@graphql-mesh/transform-mock": "0.10.21",
"graphql": "15.4.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.133

### Patch Changes

- @graphql-mesh/json-schema@0.21.8
- @graphql-mesh/cli@0.42.7

## 0.0.132

### 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.132",
"version": "0.0.133",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"dev": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/json-schema": "0.21.7",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/json-schema": "0.21.8",
"graphql": "15.5.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.81

### Patch Changes

- @graphql-mesh/json-schema@0.21.8
- @graphql-mesh/cli@0.42.7

## 0.1.80

### 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.80",
"version": "0.1.81",
"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.42.6",
"@graphql-mesh/json-schema": "0.21.7",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/json-schema": "0.21.8",
"graphql": "15.4.0",
"body-parser": "1.19.0",
"express": "4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/mongoose-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mongoose-example

## 0.5.139

### Patch Changes

- Updated dependencies [267573a16]
- @graphql-mesh/mongoose@0.10.0
- @graphql-mesh/cli@0.42.7

## 0.5.138

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "mongoose-example",
"version": "0.5.138",
"version": "0.5.139",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.42.6",
"@graphql-mesh/mongoose": "0.9.9",
"@graphql-mesh/cli": "0.42.7",
"@graphql-mesh/mongoose": "0.10.0",
"graphql": "15.4.0",
"mongoose": "5.10.9"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/mysql-employees/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mysql-employees

## 0.5.140

### Patch Changes

- Updated dependencies [267573a16]
- @graphql-mesh/mysql@0.14.0
- @graphql-mesh/cli@0.42.7

## 0.5.139

### Patch Changes
Expand Down
Loading

0 comments on commit 0f70051

Please sign in to comment.