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 Oct 12, 2021
1 parent c18f781 commit 7093ca8
Show file tree
Hide file tree
Showing 143 changed files with 848 additions and 249 deletions.
9 changes: 0 additions & 9 deletions .changeset/fifty-eggs-serve.md

This file was deleted.

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

## 0.5.137

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/graphql@0.18.17
- @graphql-mesh/transform-federation@0.6.9

## 0.5.136

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.136",
"version": "0.5.137",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -18,9 +18,9 @@
"nodemon": "2.0.6"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/graphql": "0.18.16",
"@graphql-mesh/transform-federation": "0.6.8",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/graphql": "0.18.17",
"@graphql-mesh/transform-federation": "0.6.9",
"apollo-server": "2.21.0",
"delay-cli": "^1.1.0",
"graphql": "15.4.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.102

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/graphql@0.18.17

## 0.6.101

### 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.101",
"version": "0.6.102",
"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.41.0",
"@graphql-mesh/graphql": "0.18.16",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/graphql": "0.18.17",
"@graphql-tools/schema": "8.2.0",
"concurrently": "5.3.0",
"express": "4.17.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.138

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/grpc@0.15.17
- @graphql-mesh/transform-naming-convention@0.6.67

## 0.5.137

### 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.137",
"version": "0.5.138",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/grpc": "0.15.16",
"@graphql-mesh/transform-naming-convention": "0.6.66",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/grpc": "0.15.17",
"@graphql-mesh/transform-naming-convention": "0.6.67",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
"graphql": "15.4.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.138

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/grpc@0.15.17
- @graphql-mesh/transform-naming-convention@0.6.67

## 0.5.137

### 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.137",
"version": "0.5.138",
"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.41.0",
"@graphql-mesh/grpc": "0.15.16",
"@graphql-mesh/transform-naming-convention": "0.6.66",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/grpc": "0.15.17",
"@graphql-mesh/transform-naming-convention": "0.6.67",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
"graphql": "15.4.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.139

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/json-schema@0.19.7

## 0.5.138

### 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.138",
"version": "0.5.139",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/json-schema": "0.19.6",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/json-schema": "0.19.7",
"graphql": "15.4.0"
}
}
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.71

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/json-schema@0.19.7
- @graphql-mesh/transform-mock@0.10.18

## 0.0.70

### 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.70",
"version": "0.0.71",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/json-schema": "0.19.6",
"@graphql-mesh/transform-mock": "0.10.17",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/json-schema": "0.19.7",
"@graphql-mesh/transform-mock": "0.10.18",
"graphql": "15.4.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.145

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/graphql@0.18.17
- @graphql-mesh/json-schema@0.19.7

## 0.5.144

### 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.144",
"version": "0.5.145",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/graphql": "0.18.16",
"@graphql-mesh/json-schema": "0.19.6",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/graphql": "0.18.17",
"@graphql-mesh/json-schema": "0.19.7",
"graphql": "15.4.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.142

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/json-schema@0.19.7
- @graphql-mesh/transform-mock@0.10.18

## 0.5.141

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "json-schema-example",
"version": "0.5.141",
"version": "0.5.142",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/json-schema": "0.19.6",
"@graphql-mesh/transform-mock": "0.10.17",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/json-schema": "0.19.7",
"@graphql-mesh/transform-mock": "0.10.18",
"graphql": "15.4.0"
},
"devDependencies": {
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.121

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/json-schema@0.19.7

## 0.0.120

### 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.120",
"version": "0.0.121",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"dev": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/json-schema": "0.19.6",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/json-schema": "0.19.7",
"graphql": "15.5.0",
"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.69

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/json-schema@0.19.7

## 0.1.68

### 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.68",
"version": "0.1.69",
"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.41.0",
"@graphql-mesh/json-schema": "0.19.6",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/json-schema": "0.19.7",
"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.132

### Patch Changes

- Updated dependencies [4ec7a14ba]
- @graphql-mesh/cli@0.42.0
- @graphql-mesh/mongoose@0.9.7

## 0.5.131

### 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.131",
"version": "0.5.132",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.41.0",
"@graphql-mesh/mongoose": "0.9.6",
"@graphql-mesh/cli": "0.42.0",
"@graphql-mesh/mongoose": "0.9.7",
"graphql": "15.4.0",
"mongoose": "5.10.9"
},
Expand Down
Loading

0 comments on commit 7093ca8

Please sign in to comment.