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 3, 2022
1 parent 70b3f55 commit e159dc8
Show file tree
Hide file tree
Showing 88 changed files with 402 additions and 99 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-taxis-dance.md

This file was deleted.

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

## 0.0.15

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.14",
"version": "0.0.15",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"@envelop/auth0": "3.6.0",
"graphql": "16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare-workers

## 0.0.58

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.0.57

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cloudflare-workers",
"private": true,
"version": "0.0.57",
"version": "0.0.58",
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"@graphql-mesh/cache-cfw-kv": "0.0.34",
"@graphql-mesh/plugin-response-cache": "0.1.35",
Expand Down
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.150

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.0.149

### 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.149",
"version": "0.0.150",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/graphql": "0.31.20",
"@graphql-mesh/transform-federation": "0.9.42",
"graphql": "16.6.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.260

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.6.259

### 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.259",
"version": "0.6.260",
"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.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/graphql": "0.31.20",
"concurrently": "7.4.0",
"graphql-yoga": "3.0.0-next.3",
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.300

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.5.299

### 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.299",
"version": "0.5.300",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/grpc": "0.25.20",
"@graphql-mesh/transform-naming-convention": "0.11.7",
"@grpc/proto-loader": "0.7.3",
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.300

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.5.299

### 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.299",
"version": "0.5.300",
"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.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/grpc": "0.25.20",
"@graphql-mesh/transform-naming-convention": "0.11.7",
"@grpc/proto-loader": "0.7.3",
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.317

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.5.316

### 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.316",
"version": "0.5.317",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"graphql": "16.6.0"
}
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.74

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.0.73

### 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.73",
"version": "0.0.74",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"@graphql-mesh/plugin-mock": "0.0.25",
"graphql": "16.6.0"
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.249

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.0.248

### 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.248",
"version": "0.0.249",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"@graphql-mesh/plugin-mock": "0.0.25",
"graphql": "16.6.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/json-schema-covid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# covid-mesh

## 0.5.325

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.5.324

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.324",
"version": "0.5.325",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/graphql": "0.31.20",
"@graphql-mesh/json-schema": "0.35.21",
"graphql": "16.6.0"
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.320

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.5.319

### 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.319",
"version": "0.5.320",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"@graphql-mesh/plugin-mock": "0.0.25",
"graphql": "16.6.0"
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.299

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.0.298

### 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.298",
"version": "0.0.299",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"start:prod": "mesh start"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"graphql": "16.6.0",
"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.247

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.1.246

### 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.246",
"version": "0.1.247",
"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.78.27",
"@graphql-mesh/cli": "0.78.28",
"@graphql-mesh/json-schema": "0.35.21",
"@graphql-mesh/plugin-live-query": "0.1.33",
"graphql": "16.6.0",
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.288

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.78.28

## 0.5.287

### Patch Changes
Expand Down
Loading

0 comments on commit e159dc8

Please sign in to comment.