Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4024)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 8, 2022
1 parent 9733f49 commit 6149b0b
Show file tree
Hide file tree
Showing 174 changed files with 1,050 additions and 339 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-apes-sip.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.91

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/graphql@0.26.3
- @graphql-mesh/transform-federation@0.9.3

## 0.0.90

### 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.90",
"version": "0.0.91",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/graphql": "0.26.2",
"@graphql-mesh/transform-federation": "0.9.2",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/graphql": "0.26.3",
"@graphql-mesh/transform-federation": "0.9.3",
"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.201

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/graphql@0.26.3

## 0.6.200

### 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.200",
"version": "0.6.201",
"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.71.4",
"@graphql-mesh/graphql": "0.26.2",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/graphql": "0.26.3",
"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.238

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/grpc@0.24.3
- @graphql-mesh/transform-naming-convention@0.10.49

## 0.5.237

### 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.237",
"version": "0.5.238",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/grpc": "0.24.2",
"@graphql-mesh/transform-naming-convention": "0.10.48",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/grpc": "0.24.3",
"@graphql-mesh/transform-naming-convention": "0.10.49",
"@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.238

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/grpc@0.24.3
- @graphql-mesh/transform-naming-convention@0.10.49

## 0.5.237

### 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.237",
"version": "0.5.238",
"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.71.4",
"@graphql-mesh/grpc": "0.24.2",
"@graphql-mesh/transform-naming-convention": "0.10.48",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/grpc": "0.24.3",
"@graphql-mesh/transform-naming-convention": "0.10.49",
"@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.253

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/json-schema@0.28.15

## 0.5.252

### 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.252",
"version": "0.5.253",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/json-schema": "0.28.14",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/json-schema": "0.28.15",
"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.10

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/json-schema@0.28.15
- @graphql-mesh/transform-mock@0.14.44

## 0.0.9

### 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.9",
"version": "0.0.10",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/json-schema": "0.28.14",
"@graphql-mesh/transform-mock": "0.14.43",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/json-schema": "0.28.15",
"@graphql-mesh/transform-mock": "0.14.44",
"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.185

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/json-schema@0.28.15
- @graphql-mesh/transform-mock@0.14.44

## 0.0.184

### 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.184",
"version": "0.0.185",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/json-schema": "0.28.14",
"@graphql-mesh/transform-mock": "0.14.43",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/json-schema": "0.28.15",
"@graphql-mesh/transform-mock": "0.14.44",
"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.256

### Patch Changes

- @graphql-mesh/cli@0.71.5
- @graphql-mesh/json-schema@0.28.15
- @graphql-mesh/transform-mock@0.14.44

## 0.5.255

### 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.255",
"version": "0.5.256",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/json-schema": "0.28.14",
"@graphql-mesh/transform-mock": "0.14.43",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/json-schema": "0.28.15",
"@graphql-mesh/transform-mock": "0.14.44",
"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.235

### Patch Changes

- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]

## 0.0.234

### 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.234",
"version": "0.0.235",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"start:prod": "mesh start"
},
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/json-schema": "0.28.14",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/json-schema": "0.28.15",
"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.183

### Patch Changes

- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]

## 0.1.182

### 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.182",
"version": "0.1.183",
"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.71.4",
"@graphql-mesh/json-schema": "0.28.14",
"@graphql-mesh/plugin-live-query": "0.0.3",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/json-schema": "0.28.15",
"@graphql-mesh/plugin-live-query": "0.0.4",
"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.229

### Patch Changes

- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]

## 0.5.228

### 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.228",
"version": "0.5.229",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.71.4",
"@graphql-mesh/mongoose": "0.10.61",
"@graphql-mesh/cli": "0.71.5",
"@graphql-mesh/mongoose": "0.10.62",
"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.231

### Patch Changes

- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]

## 0.5.230

### Patch Changes
Expand Down
Loading

1 comment on commit 6149b0b

@vercel
Copy link

@vercel vercel bot commented on 6149b0b Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.