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 Mar 16, 2021
1 parent 0b17530 commit d01e5c2
Show file tree
Hide file tree
Showing 61 changed files with 260 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/stupid-zoos-shout.md

This file was deleted.

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

## 0.5.85

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.84

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.84",
"version": "0.5.85",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"nodemon": "2.0.6"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/graphql": "0.14.1",
"@graphql-mesh/merger-federation": "0.8.28",
"@graphql-mesh/transform-federation": "0.5.1",
Expand Down
6 changes: 6 additions & 0 deletions examples/graphql-file-upload-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-file-upload-example

## 0.6.50

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.6.49

### 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.49",
"version": "0.6.50",
"license": "MIT",
"private": true,
"scripts": {
"start-apis": "concurrently \"node upload-files/index.js\" \"node resize-image/index.js\"",
"start-gateway": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/graphql": "0.14.1",
"@graphql-tools/schema": "7.1.2",
"concurrently": "5.3.0",
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.84

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.83

### 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.83",
"version": "0.5.84",
"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.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/grpc": "0.9.2",
"@graphql-mesh/transform-naming-convention": "0.6.34",
"@grpc/proto-loader": "0.5.5",
Expand Down
6 changes: 6 additions & 0 deletions examples/hasura-openbrewery-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hasura-openbrewery-geodb

## 0.5.83

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.82

### 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.82",
"version": "0.5.83",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/json-schema": "0.11.1",
"graphql": "15.4.0"
}
Expand Down
6 changes: 6 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# json-schema-hello-world

## 0.0.13

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.0.12

### 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.12",
"version": "0.0.13",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/json-schema": "0.11.1",
"@graphql-mesh/transform-mock": "0.8.1",
"graphql": "15.4.0"
Expand Down
6 changes: 6 additions & 0 deletions examples/json-schema-covid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# covid-mesh

## 0.5.87

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.86

### 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.86",
"version": "0.5.87",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/graphql": "0.14.1",
"@graphql-mesh/json-schema": "0.11.1",
"graphql": "15.4.0"
Expand Down
6 changes: 6 additions & 0 deletions examples/json-schema-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# json-schema-example

## 0.5.84

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.83

### 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,14 +1,14 @@
{
"name": "json-schema-example",
"version": "0.5.83",
"version": "0.5.84",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh serve",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/json-schema": "0.11.1",
"@graphql-mesh/transform-mock": "0.8.1",
"graphql": "15.4.0"
Expand Down
6 changes: 6 additions & 0 deletions examples/json-schema-fhir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# json-schema-fhir

## 0.0.63

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.0.62

### 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,9 +1,9 @@
{
"name": "json-schema-fhir",
"private": true,
"version": "0.0.62",
"version": "0.0.63",
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/graphql": "0.14.1",
"@graphql-mesh/fhir": "0.9.9",
"graphql": "15.4.0"
Expand Down
6 changes: 6 additions & 0 deletions examples/json-schema-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# json-schema-subscriptions

## 0.1.13

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.1.12

### 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.12",
"version": "0.1.13",
"private": true,
"scripts": {
"start": "concurrently \"yarn start:api\" \"yarn start:mesh\"",
"start:api": "node api.js",
"start:mesh": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/json-schema": "0.11.1",
"graphql": "15.4.0",
"body-parser": "1.19.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/mongoose-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mongoose-example

## 0.5.81

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.80

### 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.80",
"version": "0.5.81",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/mongoose": "0.7.1",
"graphql": "15.4.0",
"mongoose": "5.10.9"
Expand Down
6 changes: 6 additions & 0 deletions examples/mysql-employees/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mysql-employees

## 0.5.81

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.80

### 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.80",
"version": "0.5.81",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/mysql": "0.7.1",
"graphql": "15.4.0"
}
Expand Down
6 changes: 6 additions & 0 deletions examples/mysql-rfam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mysql-rfam

## 0.5.81

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.5.80

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/mysql-rfam/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mysql-rfam",
"version": "0.5.80",
"version": "0.5.81",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/mysql": "0.7.1",
"graphql": "15.4.0"
}
Expand Down
6 changes: 6 additions & 0 deletions examples/neo4j-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# neo4j-example

## 0.6.64

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.6.63

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/neo4j-example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "neo4j-example",
"version": "0.6.63",
"version": "0.6.64",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.26.1",
"@graphql-mesh/cli": "0.26.2",
"@graphql-mesh/neo4j": "0.10.1",
"@graphql-mesh/cache-file": "0.4.55",
"graphql": "15.4.0"
Expand Down
6 changes: 6 additions & 0 deletions examples/odata-microsoft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# odata-microsoft-graph-example

## 0.6.65

### Patch Changes

- @graphql-mesh/cli@0.26.2

## 0.6.64

### Patch Changes
Expand Down
Loading

0 comments on commit d01e5c2

Please sign in to comment.