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 Aug 25, 2021
1 parent 9eff8a3 commit 26e199d
Show file tree
Hide file tree
Showing 145 changed files with 933 additions and 286 deletions.
11 changes: 0 additions & 11 deletions .changeset/smooth-scissors-film.md

This file was deleted.

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

## 0.5.127

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/graphql@0.18.10
- @graphql-mesh/merger-federation@0.9.11
- @graphql-mesh/transform-federation@0.6.2

## 0.5.126

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.126",
"version": "0.5.127",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -18,10 +18,10 @@
"nodemon": "2.0.6"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/graphql": "0.18.9",
"@graphql-mesh/merger-federation": "0.9.10",
"@graphql-mesh/transform-federation": "0.6.1",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/graphql": "0.18.10",
"@graphql-mesh/merger-federation": "0.9.11",
"@graphql-mesh/transform-federation": "0.6.2",
"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.92

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/graphql@0.18.10

## 0.6.91

### 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.91",
"version": "0.6.92",
"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.37.0",
"@graphql-mesh/graphql": "0.18.9",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/graphql": "0.18.10",
"@graphql-tools/schema": "8.0.3",
"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.128

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/grpc@0.15.10
- @graphql-mesh/transform-naming-convention@0.6.60

## 0.5.127

### 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.127",
"version": "0.5.128",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/grpc": "0.15.9",
"@graphql-mesh/transform-naming-convention": "0.6.59",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/grpc": "0.15.10",
"@graphql-mesh/transform-naming-convention": "0.6.60",
"@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.128

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/grpc@0.15.10
- @graphql-mesh/transform-naming-convention@0.6.60

## 0.5.127

### 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.127",
"version": "0.5.128",
"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.37.0",
"@graphql-mesh/grpc": "0.15.9",
"@graphql-mesh/transform-naming-convention": "0.6.59",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/grpc": "0.15.10",
"@graphql-mesh/transform-naming-convention": "0.6.60",
"@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.126

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/json-schema@0.18.3

## 0.5.125

### 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.125",
"version": "0.5.126",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/json-schema": "0.18.2",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/json-schema": "0.18.3",
"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.58

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/json-schema@0.18.3
- @graphql-mesh/transform-mock@0.10.11

## 0.0.57

### 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.57",
"version": "0.0.58",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/json-schema": "0.18.2",
"@graphql-mesh/transform-mock": "0.10.10",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/json-schema": "0.18.3",
"@graphql-mesh/transform-mock": "0.10.11",
"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.132

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/graphql@0.18.10
- @graphql-mesh/json-schema@0.18.3

## 0.5.131

### 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.131",
"version": "0.5.132",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/graphql": "0.18.9",
"@graphql-mesh/json-schema": "0.18.2",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/graphql": "0.18.10",
"@graphql-mesh/json-schema": "0.18.3",
"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.129

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/json-schema@0.18.3
- @graphql-mesh/transform-mock@0.10.11

## 0.5.128

### 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.128",
"version": "0.5.129",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/json-schema": "0.18.2",
"@graphql-mesh/transform-mock": "0.10.10",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/json-schema": "0.18.3",
"@graphql-mesh/transform-mock": "0.10.11",
"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.108

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/json-schema@0.18.3

## 0.0.107

### 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.107",
"version": "0.0.108",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"dev": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/json-schema": "0.18.2",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/json-schema": "0.18.3",
"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.56

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/json-schema@0.18.3

## 0.1.55

### 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.55",
"version": "0.1.56",
"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.37.0",
"@graphql-mesh/json-schema": "0.18.2",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/json-schema": "0.18.3",
"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.121

### Patch Changes

- Updated dependencies [9eff8a396]
- @graphql-mesh/cli@0.38.0
- @graphql-mesh/mongoose@0.8.10

## 0.5.120

### 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.120",
"version": "0.5.121",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.37.0",
"@graphql-mesh/mongoose": "0.8.9",
"@graphql-mesh/cli": "0.38.0",
"@graphql-mesh/mongoose": "0.8.10",
"graphql": "15.4.0",
"mongoose": "5.10.9"
},
Expand Down
Loading

0 comments on commit 26e199d

Please sign in to comment.