Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (ardatan#4031)
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 10, 2022
1 parent fd5f077 commit 7d267b0
Show file tree
Hide file tree
Showing 87 changed files with 416 additions and 108 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-pots-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-numbers-live.md

This file was deleted.

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

## 0.0.94

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.0.93

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

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.6.203

### 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.203",
"version": "0.6.204",
"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.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/graphql": "0.27.1",
"concurrently": "5.3.0",
"@graphql-yoga/node": "^2.4.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# grpc-example

## 0.5.241

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.5.240

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

## 0.5.241

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.5.240

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.240",
"version": "0.5.241",
"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.72.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/grpc": "0.24.5",
"@graphql-mesh/transform-naming-convention": "0.10.51",
"@grpc/proto-loader": "0.5.5",
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.256

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.5.255

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

## 0.0.13

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "0.0.13",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"graphql": "16.0.1"
Expand Down
7 changes: 7 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# json-schema-hello-world

## 0.0.188

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.0.187

### 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.187",
"version": "0.0.188",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/transform-mock": "0.14.46",
"graphql": "16.0.1"
Expand Down
7 changes: 7 additions & 0 deletions examples/json-schema-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# json-schema-example

## 0.5.259

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.5.258

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

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.0.237

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

## 0.1.186

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.1.185

### 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.185",
"version": "0.1.186",
"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.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/json-schema": "0.28.17",
"@graphql-mesh/plugin-live-query": "0.0.6",
"graphql": "16.0.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.232

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/cli@0.73.0

## 0.5.231

### 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.231",
"version": "0.5.232",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/mongoose": "0.10.64",
"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.234

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/[email protected]

## 0.5.233

### 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.233",
"version": "0.5.234",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/mysql": "0.16.4",
"graphql": "16.0.1"
}
Expand Down
7 changes: 7 additions & 0 deletions examples/mysql-rfam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mysql-rfam

## 0.5.234

### Patch Changes

- Updated dependencies [4534e71ca]
- @graphql-mesh/[email protected]

## 0.5.233

### 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,14 +1,14 @@
{
"name": "mysql-rfam",
"version": "0.5.233",
"version": "0.5.234",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.72.1",
"@graphql-mesh/cli": "0.73.0",
"@graphql-mesh/mysql": "0.16.4",
"graphql": "16.0.1"
},
Expand Down
Loading

0 comments on commit 7d267b0

Please sign in to comment.