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 Oct 20, 2022
1 parent cab0093 commit 353b84b
Show file tree
Hide file tree
Showing 201 changed files with 1,263 additions and 394 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-dryers-carry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/large-dingos-sit.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# auth0-example

## 0.0.23

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/json-schema@0.35.27

## 0.0.22

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-example",
"version": "0.0.22",
"version": "0.0.23",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,8 +10,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/json-schema": "0.35.26",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/json-schema": "0.35.27",
"@envelop/auth0": "4.0.2",
"graphql": "16.6.0"
},
Expand Down
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.66

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/cache-cfw-kv@0.0.40
- @graphql-mesh/json-schema@0.35.27
- @graphql-mesh/plugin-response-cache@0.1.41

## 0.0.65

### 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.65",
"version": "0.0.66",
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/json-schema": "0.35.26",
"@graphql-mesh/cache-cfw-kv": "0.0.39",
"@graphql-mesh/plugin-response-cache": "0.1.40",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/json-schema": "0.35.27",
"@graphql-mesh/cache-cfw-kv": "0.0.40",
"@graphql-mesh/plugin-response-cache": "0.1.41",
"graphql": "16.6.0"
},
"devDependencies": {
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.159

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/graphql@0.31.25
- @graphql-mesh/transform-federation@0.9.49

## 0.0.158

### 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.158",
"version": "0.0.159",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/graphql": "0.31.24",
"@graphql-mesh/transform-federation": "0.9.48",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/graphql": "0.31.25",
"@graphql-mesh/transform-federation": "0.9.49",
"graphql": "16.6.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.268

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/graphql@0.31.25

## 0.6.267

### 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.267",
"version": "0.6.268",
"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.78.35",
"@graphql-mesh/graphql": "0.31.24",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/graphql": "0.31.25",
"concurrently": "7.4.0",
"graphql-yoga": "3.0.0-next.5",
"sharp": "0.31.1",
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.308

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/grpc@0.25.26
- @graphql-mesh/transform-naming-convention@0.11.13

## 0.5.307

### 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.307",
"version": "0.5.308",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/grpc": "0.25.25",
"@graphql-mesh/transform-naming-convention": "0.11.12",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/grpc": "0.25.26",
"@graphql-mesh/transform-naming-convention": "0.11.13",
"@grpc/proto-loader": "0.7.3",
"google-protobuf": "3.21.2",
"graphql": "16.6.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.308

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/grpc@0.25.26
- @graphql-mesh/transform-naming-convention@0.11.13

## 0.5.307

### 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.307",
"version": "0.5.308",
"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.78.35",
"@graphql-mesh/grpc": "0.25.25",
"@graphql-mesh/transform-naming-convention": "0.11.12",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/grpc": "0.25.26",
"@graphql-mesh/transform-naming-convention": "0.11.13",
"@grpc/proto-loader": "0.7.3",
"google-protobuf": "3.21.2",
"graphql": "16.6.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.325

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/json-schema@0.35.27

## 0.5.324

### 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.324",
"version": "0.5.325",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/json-schema": "0.35.26",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/json-schema": "0.35.27",
"graphql": "16.6.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.82

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/json-schema@0.35.27
- @graphql-mesh/plugin-mock@0.0.31

## 0.0.81

### 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.81",
"version": "0.0.82",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/json-schema": "0.35.26",
"@graphql-mesh/plugin-mock": "0.0.30",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/json-schema": "0.35.27",
"@graphql-mesh/plugin-mock": "0.0.31",
"graphql": "16.6.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.257

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.36
- @graphql-mesh/json-schema@0.35.27
- @graphql-mesh/plugin-mock@0.0.31

## 0.0.256

### 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.256",
"version": "0.0.257",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/json-schema": "0.35.26",
"@graphql-mesh/plugin-mock": "0.0.30",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/json-schema": "0.35.27",
"@graphql-mesh/plugin-mock": "0.0.31",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/json-schema-covid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# covid-mesh

## 0.5.333

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]

## 0.5.332

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid-mesh",
"version": "0.5.332",
"version": "0.5.333",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/graphql": "0.31.24",
"@graphql-mesh/json-schema": "0.35.26",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/graphql": "0.31.25",
"@graphql-mesh/json-schema": "0.35.27",
"graphql": "16.6.0"
},
"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.328

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]

## 0.5.327

### 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.327",
"version": "0.5.328",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/json-schema": "0.35.26",
"@graphql-mesh/plugin-mock": "0.0.30",
"@graphql-mesh/cli": "0.78.36",
"@graphql-mesh/json-schema": "0.35.27",
"@graphql-mesh/plugin-mock": "0.0.31",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 353b84b

Please sign in to comment.