Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6764)
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 Mar 31, 2024
1 parent c3168f4 commit d7bf9bb
Show file tree
Hide file tree
Showing 186 changed files with 878 additions and 235 deletions.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_plugin-snapshot-6766-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-pumas-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-olives-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-chefs-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-tables-think.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.10.9

### Patch Changes

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

## 0.10.8

### 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.10.8",
"version": "0.10.9",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/json-schema": "0.99.6",
"@graphql-mesh/plugin-operation-field-permissions": "0.97.5",
"graphql": "16.8.1"
Expand Down
9 changes: 9 additions & 0 deletions examples/cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cloudflare-workers

## 0.9.9

### Patch Changes

- Updated dependencies
[[`449e39d`](https://github.com/ardatan/graphql-mesh/commit/449e39dfe956d0a7b54929f4b4b7d6fbcbcddaf1)]:
- @graphql-mesh/plugin-response-cache@0.97.6
- @graphql-mesh/cli@0.89.8

## 0.9.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cloudflare-workers",
"version": "0.9.8",
"version": "0.9.9",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.97.5",
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/json-schema": "0.99.6",
"@graphql-mesh/plugin-response-cache": "0.97.5",
"@graphql-mesh/plugin-response-cache": "0.97.6",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-fastify

## 0.7.8

### Patch Changes

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

## 0.7.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "example-fastify",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/graphql": "0.97.5",
"fastify": "4.26.2",
"graphql": "16.8.1",
Expand Down
9 changes: 9 additions & 0 deletions examples/federation-example/gateway-supergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# federation-supergraph-gateway

## 0.4.1

### Patch Changes

- Updated dependencies
[[`425afee`](https://github.com/ardatan/graphql-mesh/commit/425afee8e95d115469daa011ddc64b1f48c95daa)]:
- @graphql-mesh/supergraph@0.3.1
- @graphql-mesh/cli@0.89.8

## 0.4.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/federation-example/gateway-supergraph/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "federation-supergraph-gateway",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/supergraph": "0.3.0",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/supergraph": "0.3.1",
"graphql": "16.8.1"
}
}
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.7.8

### Patch Changes

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

## 0.7.7

### 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.7.7",
"version": "0.7.8",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/graphql": "0.97.5",
"@graphql-mesh/transform-federation": "0.97.5",
"graphql": "16.8.1"
Expand Down
7 changes: 7 additions & 0 deletions examples/gcp-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-gcp

## 0.9.9

### Patch Changes

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

## 0.9.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-gcp",
"version": "0.9.8",
"version": "0.9.9",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "3.3.0",
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/json-schema": "0.99.6",
"@types/node": "20.12.2",
"graphql": "16.8.1",
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.13.8

### Patch Changes

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

## 0.13.7

### 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,6 +1,6 @@
{
"name": "graphql-file-upload-example",
"version": "0.13.7",
"version": "0.13.8",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/graphql": "0.97.5",
"concurrently": "8.2.2",
"graphql": "16.8.1",
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.13.8

### Patch Changes

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

## 0.13.7

### 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.13.7",
"version": "0.13.8",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/grpc": "0.98.5",
"@graphql-mesh/transform-naming-convention": "0.97.5",
"@grpc/grpc-js": "1.10.4",
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.13.8

### Patch Changes

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

## 0.13.7

### 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.13.7",
"version": "0.13.8",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/grpc": "0.98.5",
"@graphql-mesh/transform-naming-convention": "0.97.5",
"@grpc/grpc-js": "1.10.4",
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.14.9

### Patch Changes

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

## 0.14.8

### 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.14.8",
"version": "0.14.9",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/json-schema": "0.99.6",
"graphql": "16.8.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.9.9

### Patch Changes

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

## 0.9.8

### 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.9.8",
"version": "0.9.9",
"type": "module",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/json-schema": "0.99.6",
"@graphql-mesh/plugin-mock": "0.97.5",
"graphql": "16.8.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.9.9

### Patch Changes

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

## 0.9.8

### 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,14 +1,14 @@
{
"name": "json-schema-hello-world",
"version": "0.9.8",
"version": "0.9.9",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.7",
"@graphql-mesh/cli": "0.89.8",
"@graphql-mesh/json-schema": "0.99.6",
"@graphql-mesh/plugin-mock": "0.97.5",
"@graphql-yoga/plugin-sofa": "3.3.0",
Expand Down
Loading

0 comments on commit d7bf9bb

Please sign in to comment.