Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4061)
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] committed Jun 23, 2022
1 parent 19d06f6 commit 8ecf1e8
Show file tree
Hide file tree
Showing 184 changed files with 1,541 additions and 432 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-lizards-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cold-hotels-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-schools-do.md

This file was deleted.

42 changes: 0 additions & 42 deletions .changeset/serious-rules-trade.md

This file was deleted.

34 changes: 0 additions & 34 deletions .changeset/weak-students-jog.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/federation-example/gateway/CHANGELOG.md
@@ -1,5 +1,14 @@
# federation-gateway

## 0.0.97

### Patch Changes

- Updated dependencies [a0950ac6f]
- @graphql-mesh/graphql@0.28.0
- @graphql-mesh/cli@0.73.3
- @graphql-mesh/transform-federation@0.9.8

## 0.0.96

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/federation-example/gateway/package.json
@@ -1,12 +1,12 @@
{
"name": "federation-gateway",
"version": "0.0.96",
"version": "0.0.97",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.73.2",
"@graphql-mesh/graphql": "0.27.3",
"@graphql-mesh/transform-federation": "0.9.7",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/graphql": "0.28.0",
"@graphql-mesh/transform-federation": "0.9.8",
"graphql": "15.4.0"
}
}
8 changes: 8 additions & 0 deletions examples/graphql-file-upload-example/CHANGELOG.md
@@ -1,5 +1,13 @@
# graphql-file-upload-example

## 0.6.207

### Patch Changes

- Updated dependencies [a0950ac6f]
- @graphql-mesh/graphql@0.28.0
- @graphql-mesh/cli@0.73.3

## 0.6.206

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql-file-upload-example/package.json
@@ -1,15 +1,15 @@
{
"name": "graphql-file-upload-example",
"version": "0.6.206",
"version": "0.6.207",
"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.2",
"@graphql-mesh/graphql": "0.27.3",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/graphql": "0.28.0",
"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
@@ -1,5 +1,13 @@
# grpc-example

## 0.5.244

### Patch Changes

- @graphql-mesh/cli@0.73.3
- @graphql-mesh/grpc@0.24.8
- @graphql-mesh/transform-naming-convention@0.10.54

## 0.5.243

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/grpc-example/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-example",
"version": "0.5.243",
"version": "0.5.244",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.2",
"@graphql-mesh/grpc": "0.24.7",
"@graphql-mesh/transform-naming-convention": "0.10.53",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/grpc": "0.24.8",
"@graphql-mesh/transform-naming-convention": "0.10.54",
"@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
@@ -1,5 +1,13 @@
# grpc-reflection-example

## 0.5.244

### Patch Changes

- @graphql-mesh/cli@0.73.3
- @graphql-mesh/grpc@0.24.8
- @graphql-mesh/transform-naming-convention@0.10.54

## 0.5.243

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/grpc-reflection-example/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-reflection-example",
"version": "0.5.243",
"version": "0.5.244",
"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.2",
"@graphql-mesh/grpc": "0.24.7",
"@graphql-mesh/transform-naming-convention": "0.10.53",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/grpc": "0.24.8",
"@graphql-mesh/transform-naming-convention": "0.10.54",
"@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
@@ -1,5 +1,13 @@
# hasura-openbrewery-geodb

## 0.5.259

### Patch Changes

- Updated dependencies [a0950ac6f]
- @graphql-mesh/json-schema@0.29.0
- @graphql-mesh/cli@0.73.3

## 0.5.258

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/hasura-openbrewery-geodb/package.json
@@ -1,14 +1,14 @@
{
"name": "hasura-openbrewery-geodb",
"version": "0.5.258",
"version": "0.5.259",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.2",
"@graphql-mesh/json-schema": "0.28.19",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/json-schema": "0.29.0",
"graphql": "16.0.1"
}
}
9 changes: 9 additions & 0 deletions examples/hello-world-esm/CHANGELOG.md
@@ -1,5 +1,14 @@
# hello-world-esm

## 0.0.16

### Patch Changes

- Updated dependencies [a0950ac6f]
- @graphql-mesh/json-schema@0.29.0
- @graphql-mesh/cli@0.73.3
- @graphql-mesh/transform-mock@0.14.49

## 0.0.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/hello-world-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "hello-world-esm",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.2",
"@graphql-mesh/json-schema": "0.28.19",
"@graphql-mesh/transform-mock": "0.14.48",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/json-schema": "0.29.0",
"@graphql-mesh/transform-mock": "0.14.49",
"graphql": "16.0.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/hello-world/CHANGELOG.md
@@ -1,5 +1,14 @@
# json-schema-hello-world

## 0.0.191

### Patch Changes

- Updated dependencies [a0950ac6f]
- @graphql-mesh/json-schema@0.29.0
- @graphql-mesh/cli@0.73.3
- @graphql-mesh/transform-mock@0.14.49

## 0.0.190

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/hello-world/package.json
@@ -1,15 +1,15 @@
{
"name": "json-schema-hello-world",
"version": "0.0.190",
"version": "0.0.191",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.2",
"@graphql-mesh/json-schema": "0.28.19",
"@graphql-mesh/transform-mock": "0.14.48",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/json-schema": "0.29.0",
"@graphql-mesh/transform-mock": "0.14.49",
"graphql": "16.0.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/json-schema-example/CHANGELOG.md
@@ -1,5 +1,14 @@
# json-schema-example

## 0.5.262

### Patch Changes

- Updated dependencies [a0950ac6f]
- @graphql-mesh/json-schema@0.29.0
- @graphql-mesh/cli@0.73.3
- @graphql-mesh/transform-mock@0.14.49

## 0.5.261

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/json-schema-example/package.json
@@ -1,6 +1,6 @@
{
"name": "json-schema-example",
"version": "0.5.261",
"version": "0.5.262",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.73.2",
"@graphql-mesh/json-schema": "0.28.19",
"@graphql-mesh/transform-mock": "0.14.48",
"@graphql-mesh/cli": "0.73.3",
"@graphql-mesh/json-schema": "0.29.0",
"@graphql-mesh/transform-mock": "0.14.49",
"graphql": "16.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/json-schema-fhir/CHANGELOG.md
@@ -1,5 +1,13 @@
# json-schema-fhir

## 0.0.241

### Patch Changes

- Updated dependencies [a0950ac6f]
- @graphql-mesh/json-schema@0.29.0
- @graphql-mesh/cli@0.73.3

## 0.0.240

### Patch Changes
Expand Down

1 comment on commit 8ecf1e8

@vercel
Copy link

@vercel vercel bot commented on 8ecf1e8 Jun 23, 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.