Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6661)
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] authored Mar 13, 2024
1 parent 1e354ba commit c086aa2
Show file tree
Hide file tree
Showing 308 changed files with 1,950 additions and 584 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-humans-flash.md

This file was deleted.

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

## 0.10.4

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.89.3
- @graphql-mesh/json-schema@0.99.4
- @graphql-mesh/plugin-operation-field-permissions@0.97.3

## 0.10.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "0.10.4",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/json-schema": "0.99.3",
"@graphql-mesh/plugin-operation-field-permissions": "0.97.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/json-schema": "0.99.4",
"@graphql-mesh/plugin-operation-field-permissions": "0.97.3",
"graphql": "16.8.1"
},
"devDependencies": {
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.9.4

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cache-cfw-kv@0.97.3
- @graphql-mesh/cli@0.89.3
- @graphql-mesh/json-schema@0.99.4
- @graphql-mesh/plugin-response-cache@0.97.3

## 0.9.3

### 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",
"version": "0.9.3",
"version": "0.9.4",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.97.2",
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/json-schema": "0.99.3",
"@graphql-mesh/plugin-response-cache": "0.97.2",
"@graphql-mesh/cache-cfw-kv": "0.97.3",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/json-schema": "0.99.4",
"@graphql-mesh/plugin-response-cache": "0.97.3",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-fastify

## 0.7.3

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.89.3
- @graphql-mesh/graphql@0.97.3

## 0.7.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "example-fastify",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/graphql": "0.97.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/graphql": "0.97.3",
"fastify": "4.26.2",
"graphql": "16.8.1",
"ts-node": "^10.9.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/federation-example/gateway-supergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# federation-supergraph-gateway

## 0.3.3

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.89.3
- @graphql-mesh/supergraph@0.2.3

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/supergraph": "0.2.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/supergraph": "0.2.3",
"graphql": "16.8.1"
}
}
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.7.3

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.89.3
- @graphql-mesh/graphql@0.97.3
- @graphql-mesh/transform-federation@0.97.3

## 0.7.2

### 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.7.2",
"version": "0.7.3",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/graphql": "0.97.2",
"@graphql-mesh/transform-federation": "0.97.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/graphql": "0.97.3",
"@graphql-mesh/transform-federation": "0.97.3",
"graphql": "16.8.1"
}
}
8 changes: 8 additions & 0 deletions examples/gcp-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-gcp

## 0.9.4

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.89.3
- @graphql-mesh/json-schema@0.99.4

## 0.9.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.9.4",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@google-cloud/functions-framework": "3.3.0",
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/json-schema": "0.99.3",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/json-schema": "0.99.4",
"@types/node": "20.11.27",
"graphql": "16.8.1",
"typescript": "^5.4.2"
Expand Down
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.13.3

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/cli@0.89.3
- @graphql-mesh/graphql@0.97.3

## 0.13.2

### 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,6 +1,6 @@
{
"name": "graphql-file-upload-example",
"version": "0.13.2",
"version": "0.13.3",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/graphql": "0.97.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/graphql": "0.97.3",
"concurrently": "8.2.2",
"graphql": "16.8.1",
"graphql-yoga": "^5.1.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.13.3

### Patch Changes

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

## 0.13.2

### 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.13.2",
"version": "0.13.3",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/grpc": "0.98.2",
"@graphql-mesh/transform-naming-convention": "0.97.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/grpc": "0.98.3",
"@graphql-mesh/transform-naming-convention": "0.97.3",
"@grpc/grpc-js": "1.10.2",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
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.13.3

### Patch Changes

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

## 0.13.2

### 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.13.2",
"version": "0.13.3",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/grpc": "0.98.2",
"@graphql-mesh/transform-naming-convention": "0.97.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/grpc": "0.98.3",
"@graphql-mesh/transform-naming-convention": "0.97.3",
"@grpc/grpc-js": "1.10.2",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
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.14.4

### Patch Changes

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

## 0.14.3

### 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.14.3",
"version": "0.14.4",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/json-schema": "0.99.3",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/json-schema": "0.99.4",
"graphql": "16.8.1"
}
}
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.9.4

### Patch Changes

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

## 0.9.3

### 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.9.3",
"version": "0.9.4",
"type": "module",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.2",
"@graphql-mesh/json-schema": "0.99.3",
"@graphql-mesh/plugin-mock": "0.97.2",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/json-schema": "0.99.4",
"@graphql-mesh/plugin-mock": "0.97.3",
"graphql": "16.8.1"
},
"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.9.4

### Patch Changes

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

## 0.9.3

### Patch Changes
Expand Down
Loading

0 comments on commit c086aa2

Please sign in to comment.