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 Aug 4, 2022
1 parent eca098c commit bdbd184
Show file tree
Hide file tree
Showing 196 changed files with 1,252 additions and 462 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-birds-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-kids-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-cups-hang.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/red-squids-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-bags-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-baboons-explain.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/silver-monkeys-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-rocks-pretend.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/spotty-avocados-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-walls-grin.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/warm-pumas-warn.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# cloudflare-workers

## 0.0.10

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.30.6
- @graphql-mesh/cache-cfw-kv@0.0.9
- @graphql-mesh/cli@0.75.5
- @graphql-mesh/plugin-response-cache@0.1.10

## 0.0.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cloudflare-workers",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"dependencies": {
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/json-schema": "0.30.5",
"@graphql-mesh/cache-cfw-kv": "0.0.8",
"@graphql-mesh/plugin-response-cache": "0.1.9",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/json-schema": "0.30.6",
"@graphql-mesh/cache-cfw-kv": "0.0.9",
"@graphql-mesh/plugin-response-cache": "0.1.10",
"@graphql-yoga/common": "2.12.4",
"graphql": "16.5.0"
},
Expand Down
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.107

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.75.5
- @graphql-mesh/graphql@0.29.7
- @graphql-mesh/transform-federation@0.9.17

## 0.0.106

### 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.106",
"version": "0.0.107",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/graphql": "0.29.6",
"@graphql-mesh/transform-federation": "0.9.16",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/graphql": "0.29.7",
"@graphql-mesh/transform-federation": "0.9.17",
"graphql": "16.5.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.217

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.75.5
- @graphql-mesh/graphql@0.29.7

## 0.6.216

### 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.216",
"version": "0.6.217",
"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.75.4",
"@graphql-mesh/graphql": "0.29.6",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/graphql": "0.29.7",
"concurrently": "5.3.0",
"@graphql-yoga/node": "2.13.5",
"sharp": "0.30.7",
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.255

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.75.5
- @graphql-mesh/grpc@0.24.18
- @graphql-mesh/transform-naming-convention@0.10.63

## 0.5.254

### 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.254",
"version": "0.5.255",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/grpc": "0.24.17",
"@graphql-mesh/transform-naming-convention": "0.10.62",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/grpc": "0.24.18",
"@graphql-mesh/transform-naming-convention": "0.10.63",
"@grpc/proto-loader": "0.7.0",
"google-protobuf": "3.21.0",
"graphql": "16.5.0",
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.255

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.75.5
- @graphql-mesh/grpc@0.24.18
- @graphql-mesh/transform-naming-convention@0.10.63

## 0.5.254

### 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.254",
"version": "0.5.255",
"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.75.4",
"@graphql-mesh/grpc": "0.24.17",
"@graphql-mesh/transform-naming-convention": "0.10.62",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/grpc": "0.24.18",
"@graphql-mesh/transform-naming-convention": "0.10.63",
"@grpc/proto-loader": "0.7.0",
"google-protobuf": "3.21.0",
"graphql": "16.5.0",
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.269

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.30.6
- @graphql-mesh/cli@0.75.5

## 0.5.268

### 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.268",
"version": "0.5.269",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/json-schema": "0.30.5",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/json-schema": "0.30.6",
"graphql": "16.5.0"
}
}
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.26

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.30.6
- @graphql-mesh/cli@0.75.5
- @graphql-mesh/transform-mock@0.15.6

## 0.0.25

### 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.25",
"version": "0.0.26",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/json-schema": "0.30.5",
"@graphql-mesh/transform-mock": "0.15.5",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/json-schema": "0.30.6",
"@graphql-mesh/transform-mock": "0.15.6",
"graphql": "16.5.0"
},
"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.201

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.30.6
- @graphql-mesh/cli@0.75.5
- @graphql-mesh/transform-mock@0.15.6

## 0.0.200

### 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.200",
"version": "0.0.201",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/json-schema": "0.30.5",
"@graphql-mesh/transform-mock": "0.15.5",
"@graphql-mesh/cli": "0.75.5",
"@graphql-mesh/json-schema": "0.30.6",
"@graphql-mesh/transform-mock": "0.15.6",
"graphql": "16.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bdbd184

Please sign in to comment.