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 Jun 10, 2022
1 parent ed9ba7f commit a1745aa
Show file tree
Hide file tree
Showing 175 changed files with 1,064 additions and 345 deletions.
6 changes: 0 additions & 6 deletions .changeset/khaki-berries-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-terms-peel.md

This file was deleted.

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

## 0.0.95

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/graphql@0.27.2
- @graphql-mesh/transform-federation@0.9.6

## 0.0.94

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/federation-example/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "federation-gateway",
"version": "0.0.94",
"version": "0.0.95",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/graphql": "0.27.1",
"@graphql-mesh/transform-federation": "0.9.5",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/graphql": "0.27.2",
"@graphql-mesh/transform-federation": "0.9.6",
"graphql": "15.4.0"
}
}
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.205

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/graphql@0.27.2

## 0.6.204

### 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.204",
"version": "0.6.205",
"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.73.0",
"@graphql-mesh/graphql": "0.27.1",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/graphql": "0.27.2",
"concurrently": "5.3.0",
"@graphql-yoga/node": "^2.4.0",
"sharp": "0.30.5",
Expand Down
8 changes: 8 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-example

## 0.5.242

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/grpc@0.24.6
- @graphql-mesh/transform-naming-convention@0.10.52

## 0.5.241

### 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.241",
"version": "0.5.242",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/grpc": "0.24.5",
"@graphql-mesh/transform-naming-convention": "0.10.51",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/grpc": "0.24.6",
"@graphql-mesh/transform-naming-convention": "0.10.52",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
"graphql": "16.0.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-reflection-example

## 0.5.242

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/grpc@0.24.6
- @graphql-mesh/transform-naming-convention@0.10.52

## 0.5.241

### 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.241",
"version": "0.5.242",
"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.73.0",
"@graphql-mesh/grpc": "0.24.5",
"@graphql-mesh/transform-naming-convention": "0.10.51",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/grpc": "0.24.6",
"@graphql-mesh/transform-naming-convention": "0.10.52",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
"graphql": "16.0.1",
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.257

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/json-schema@0.28.18

## 0.5.256

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

## 0.0.14

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/json-schema@0.28.18
- @graphql-mesh/transform-mock@0.14.47

## 0.0.13

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/hello-world-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-world-esm",
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/json-schema": "0.28.18",
"@graphql-mesh/transform-mock": "0.14.47",
"graphql": "16.0.1"
},
"devDependencies": {
Expand Down
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.189

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/json-schema@0.28.18
- @graphql-mesh/transform-mock@0.14.47

## 0.0.188

### 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.188",
"version": "0.0.189",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/json-schema": "0.28.18",
"@graphql-mesh/transform-mock": "0.14.47",
"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.260

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/json-schema@0.28.18
- @graphql-mesh/transform-mock@0.14.47

## 0.5.259

### 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,6 +1,6 @@
{
"name": "json-schema-example",
"version": "0.5.259",
"version": "0.5.260",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/json-schema": "0.28.18",
"@graphql-mesh/transform-mock": "0.14.47",
"graphql": "16.0.1"
},
"devDependencies": {
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.239

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/json-schema@0.28.18

## 0.0.238

### 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.238",
"version": "0.0.239",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"start:prod": "mesh start"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/json-schema": "0.28.18",
"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.187

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/json-schema@0.28.18
- @graphql-mesh/plugin-live-query@0.0.7

## 0.1.186

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "json-schema-subscriptions",
"version": "0.1.186",
"version": "0.1.187",
"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.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/plugin-live-query": "0.0.6",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/json-schema": "0.28.18",
"@graphql-mesh/plugin-live-query": "0.0.7",
"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.233

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/mongoose@0.10.65

## 0.5.232

### 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.232",
"version": "0.5.233",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/mongoose": "0.10.64",
"@graphql-mesh/cli": "0.73.1",
"@graphql-mesh/mongoose": "0.10.65",
"graphql": "16.0.1",
"mongoose": "6.2.2"
},
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.235

### Patch Changes

- @graphql-mesh/cli@0.73.1
- @graphql-mesh/mysql@0.16.5

## 0.5.234

### Patch Changes
Expand Down
Loading

0 comments on commit a1745aa

Please sign in to comment.