Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4027)
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 41cfb46 commit 1d40cbd
Show file tree
Hide file tree
Showing 175 changed files with 1,095 additions and 345 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-crabs-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-dryers-give.md

This file was deleted.

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

## 0.0.93

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/graphql@0.27.1
- @graphql-mesh/transform-federation@0.9.5

## 0.0.92

### 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.92",
"version": "0.0.93",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/graphql": "0.27.0",
"@graphql-mesh/transform-federation": "0.9.4",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/graphql": "0.27.1",
"@graphql-mesh/transform-federation": "0.9.5",
"graphql": "15.4.0"
}
}
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.203

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/graphql@0.27.1

## 0.6.202

### 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.202",
"version": "0.6.203",
"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.72.0",
"@graphql-mesh/graphql": "0.27.0",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/graphql": "0.27.1",
"concurrently": "5.3.0",
"@graphql-yoga/node": "^2.4.0",
"sharp": "0.30.5",
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.240

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/grpc@0.24.5
- @graphql-mesh/transform-naming-convention@0.10.51

## 0.5.239

### 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.239",
"version": "0.5.240",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/grpc": "0.24.4",
"@graphql-mesh/transform-naming-convention": "0.10.50",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/grpc": "0.24.5",
"@graphql-mesh/transform-naming-convention": "0.10.51",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
"graphql": "16.0.1",
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.240

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/grpc@0.24.5
- @graphql-mesh/transform-naming-convention@0.10.51

## 0.5.239

### 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.239",
"version": "0.5.240",
"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.72.0",
"@graphql-mesh/grpc": "0.24.4",
"@graphql-mesh/transform-naming-convention": "0.10.50",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/grpc": "0.24.5",
"@graphql-mesh/transform-naming-convention": "0.10.51",
"@grpc/proto-loader": "0.5.5",
"google-protobuf": "3.14.0",
"graphql": "16.0.1",
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.255

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/json-schema@0.28.17

## 0.5.254

### 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.254",
"version": "0.5.255",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/json-schema": "0.28.16",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/json-schema": "0.28.17",
"graphql": "16.0.1"
}
}
9 changes: 9 additions & 0 deletions examples/hello-world-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hello-world-esm

## 0.0.12

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/json-schema@0.28.17
- @graphql-mesh/transform-mock@0.14.46

## 0.0.11

### 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.11",
"version": "0.0.12",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/json-schema": "0.28.16",
"@graphql-mesh/transform-mock": "0.14.45",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"graphql": "16.0.1"
},
"devDependencies": {
Expand Down
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.187

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/json-schema@0.28.17
- @graphql-mesh/transform-mock@0.14.46

## 0.0.186

### 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.186",
"version": "0.0.187",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/json-schema": "0.28.16",
"@graphql-mesh/transform-mock": "0.14.45",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"graphql": "16.0.1"
},
"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.258

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/json-schema@0.28.17
- @graphql-mesh/transform-mock@0.14.46

## 0.5.257

### 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.257",
"version": "0.5.258",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/json-schema": "0.28.16",
"@graphql-mesh/transform-mock": "0.14.45",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"graphql": "16.0.1"
},
"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.237

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/json-schema@0.28.17

## 0.0.236

### 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.236",
"version": "0.0.237",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"start:prod": "mesh start"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/json-schema": "0.28.16",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/json-schema": "0.28.17",
"graphql": "16.0.1",
"unzip-stream": "0.3.1"
}
Expand Down
9 changes: 9 additions & 0 deletions examples/json-schema-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# json-schema-subscriptions

## 0.1.185

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/json-schema@0.28.17
- @graphql-mesh/plugin-live-query@0.0.6

## 0.1.184

### 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.184",
"version": "0.1.185",
"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.72.0",
"@graphql-mesh/json-schema": "0.28.16",
"@graphql-mesh/plugin-live-query": "0.0.5",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/plugin-live-query": "0.0.6",
"graphql": "16.0.1",
"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.231

### Patch Changes

- Updated dependencies [c402b2c97]
- @graphql-mesh/cli@0.72.1
- @graphql-mesh/mongoose@0.10.64

## 0.5.230

### 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.230",
"version": "0.5.231",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.0",
"@graphql-mesh/mongoose": "0.10.63",
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/mongoose": "0.10.64",
"graphql": "16.0.1",
"mongoose": "6.2.2"
},
Expand Down
Loading

1 comment on commit 1d40cbd

@vercel
Copy link

@vercel vercel bot commented on 1d40cbd 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.