Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6674)
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 18, 2024
1 parent 6543bb3 commit 11e021a
Show file tree
Hide file tree
Showing 170 changed files with 778 additions and 189 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-moles-pump.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.6

### Patch Changes

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

## 0.10.5

### 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.5",
"version": "0.10.6",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/json-schema": "0.99.5",
"@graphql-mesh/plugin-operation-field-permissions": "0.97.4",
"graphql": "16.8.1"
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.9.6

### Patch Changes

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

## 0.9.5

### 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,10 +1,10 @@
{
"name": "cloudflare-workers",
"version": "0.9.5",
"version": "0.9.6",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.97.4",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/json-schema": "0.99.5",
"@graphql-mesh/plugin-response-cache": "0.97.4",
"graphql": "16.8.1"
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.5

### Patch Changes

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

## 0.7.4

### 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.4",
"version": "0.7.5",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/graphql": "0.97.4",
"fastify": "4.26.2",
"graphql": "16.8.1",
Expand Down
7 changes: 7 additions & 0 deletions examples/federation-example/gateway-supergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# federation-supergraph-gateway

## 0.3.5

### Patch Changes

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

## 0.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/federation-example/gateway-supergraph/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "federation-supergraph-gateway",
"version": "0.3.4",
"version": "0.3.5",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/supergraph": "0.2.4",
"graphql": "16.8.1"
}
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.7.5

### Patch Changes

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

## 0.7.4

### 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.4",
"version": "0.7.5",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/graphql": "0.97.4",
"@graphql-mesh/transform-federation": "0.97.4",
"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.6

### Patch Changes

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

## 0.9.5

### 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.5",
"version": "0.9.6",
"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.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/json-schema": "0.99.5",
"@types/node": "20.11.28",
"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.5

### Patch Changes

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

## 0.13.4

### 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.4",
"version": "0.13.5",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/graphql": "0.97.4",
"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.5

### Patch Changes

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

## 0.13.4

### 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.4",
"version": "0.13.5",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/grpc": "0.98.4",
"@graphql-mesh/transform-naming-convention": "0.97.4",
"@grpc/grpc-js": "1.10.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.13.5

### Patch Changes

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

## 0.13.4

### 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.4",
"version": "0.13.5",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/grpc": "0.98.4",
"@graphql-mesh/transform-naming-convention": "0.97.4",
"@grpc/grpc-js": "1.10.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.14.6

### Patch Changes

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

## 0.14.5

### 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.5",
"version": "0.14.6",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/json-schema": "0.99.5",
"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.6

### Patch Changes

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

## 0.9.5

### 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.5",
"version": "0.9.6",
"type": "module",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/json-schema": "0.99.5",
"@graphql-mesh/plugin-mock": "0.97.4",
"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.6

### Patch Changes

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

## 0.9.5

### 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.5",
"version": "0.9.6",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/json-schema": "0.99.5",
"@graphql-mesh/plugin-mock": "0.97.4",
"@graphql-yoga/plugin-sofa": "3.2.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/hive-example/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gateway-example

## 0.9.6

### Patch Changes

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

## 0.9.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/hive-example/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "gateway-example",
"version": "0.9.5",
"version": "0.9.6",
"description": "Gateway Example",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/cli": "0.89.5",
"@graphql-mesh/openapi": "0.99.5",
"@graphql-mesh/plugin-hive": "0.97.4",
"@graphql-mesh/transform-hive": "0.97.4",
Expand Down
2 changes: 2 additions & 0 deletions examples/hive-example/sources/authors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# authors-service

## 0.9.6

## 0.9.5

## 0.9.4
Expand Down
Loading

0 comments on commit 11e021a

Please sign in to comment.