Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5723)
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 Jul 24, 2023
1 parent f91c750 commit e73b38d
Show file tree
Hide file tree
Showing 104 changed files with 461 additions and 113 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-gifts-hang.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.4.5

### Patch Changes

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

## 0.4.4

### 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.4.4",
"version": "0.4.5",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@envelop/auth0": "5.0.0",
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"@graphql-mesh/plugin-operation-field-permissions": "0.94.5",
"graphql": "16.7.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.3.5

### Patch Changes

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

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.94.5",
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"@graphql-mesh/plugin-response-cache": "0.94.7",
"graphql": "16.7.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.3.5

### Patch Changes

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

## 0.3.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.3.4",
"version": "0.3.5",
"private": true,
"scripts": {
"build": "mesh build",
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/graphql": "0.94.6",
"fastify": "4.20.0",
"graphql": "16.7.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.3.5

### Patch Changes

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

## 0.3.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.3.4",
"version": "0.3.5",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/graphql": "0.94.6",
"@graphql-mesh/transform-federation": "0.94.5",
"graphql": "16.7.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.3.5

### Patch Changes

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

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"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.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"@types/node": "18.17.0",
"graphql": "16.7.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.9.5

### Patch Changes

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

## 0.9.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.9.4",
"version": "0.9.5",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/graphql": "0.94.6",
"concurrently": "8.2.0",
"graphql": "16.7.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.8.5

### Patch Changes

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

## 0.8.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.8.4",
"version": "0.8.5",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/grpc": "0.94.9",
"@graphql-mesh/transform-naming-convention": "0.94.6",
"@grpc/grpc-js": "1.8.18",
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.8.5

### Patch Changes

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

## 0.8.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.8.4",
"version": "0.8.5",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/grpc": "0.94.9",
"@graphql-mesh/transform-naming-convention": "0.94.6",
"@grpc/grpc-js": "1.8.18",
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.8.5

### Patch Changes

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

## 0.8.4

### 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.8.4",
"version": "0.8.5",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"graphql": "16.7.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.3.5

### Patch Changes

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

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"type": "module",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"@graphql-mesh/plugin-mock": "0.94.6",
"graphql": "16.7.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.3.5

### Patch Changes

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

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev",
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"@graphql-mesh/plugin-mock": "0.94.6",
"@graphql-yoga/plugin-sofa": "2.0.3",
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.3.5

### Patch Changes

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

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"description": "Gateway Example",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/openapi": "0.94.9",
"@graphql-mesh/plugin-hive": "0.94.5",
"@graphql-mesh/transform-hive": "0.94.5",
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.3.5

## 0.3.4

## 0.3.3
Expand Down
4 changes: 2 additions & 2 deletions examples/hive-example/sources/authors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authors-service",
"version": "0.3.4",
"version": "0.3.5",
"description": "Authors Service",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"@graphql-hive/cli": "0.26.0",
"@graphql-mesh/cli": "0.85.4",
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/openapi": "0.94.9",
"graphql": "16.7.1"
}
Expand Down
2 changes: 2 additions & 0 deletions examples/hive-example/sources/books/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# books-service

## 0.3.5

## 0.3.4

## 0.3.3
Expand Down
Loading

0 comments on commit e73b38d

Please sign in to comment.