Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#7188)
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
2 people authored and ardatan committed Jul 2, 2024
1 parent 1ffb3f1 commit 180bfdb
Show file tree
Hide file tree
Showing 108 changed files with 547 additions and 175 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_transport-rest-7191-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@omnigraph_json-schema-7191-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-coins-hug.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-squids-share.md

This file was deleted.

2 changes: 2 additions & 0 deletions e2e/auto-type-merging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@
## null

## null

## null
8 changes: 8 additions & 0 deletions e2e/json-schema-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies
[[`a387451`](https://github.com/ardatan/graphql-mesh/commit/a38745126d8f7f58247afad9d4c16213c6dc4a65)]:
- @omnigraph/json-schema@0.101.2

## null

### Patch Changes

- Updated dependencies
[[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
Expand Down
7 changes: 7 additions & 0 deletions e2e/openapi-javascript-wiki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies []:
- @omnigraph/openapi@0.101.2

## null

### Patch Changes

- Updated dependencies
[[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
Expand Down
7 changes: 7 additions & 0 deletions e2e/openapi-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies []:
- @omnigraph/openapi@0.101.2

## null

### Patch Changes

- Updated dependencies
[[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
Expand Down
7 changes: 7 additions & 0 deletions e2e/programmatic-batching/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies []:
- @omnigraph/openapi@0.101.2

## null

### Patch Changes

- Updated dependencies
[[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
Expand Down
8 changes: 8 additions & 0 deletions e2e/soap-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies
[[`da0c516`](https://github.com/ardatan/graphql-mesh/commit/da0c51659cc622082a04799cffb69dd8bd99f954)]:
- @omnigraph/soap@0.100.2

## null

### Patch Changes

- Updated dependencies
[[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
[`0d916a4`](https://github.com/ardatan/graphql-mesh/commit/0d916a4b4603ca57a383337f42c51ef8d5f4ae3d),
Expand Down
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.13.2

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.101.2

## 0.13.1

### 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.13.1",
"version": "0.13.2",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/json-schema": "0.101.1",
"@graphql-mesh/json-schema": "0.101.2",
"@graphql-mesh/plugin-operation-field-permissions": "0.98.10",
"graphql": "16.9.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.12.2

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.101.2

## 0.12.1

### 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,11 +1,11 @@
{
"name": "cloudflare-workers",
"version": "0.12.1",
"version": "0.12.2",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.98.10",
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/json-schema": "0.101.1",
"@graphql-mesh/json-schema": "0.101.2",
"@graphql-mesh/plugin-response-cache": "0.98.11",
"graphql": "16.9.0"
},
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.12.2

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.101.2

## 0.12.1

### 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.12.1",
"version": "0.12.2",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@google-cloud/functions-framework": "3.4.0",
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/json-schema": "0.101.1",
"@graphql-mesh/json-schema": "0.101.2",
"@types/node": "20.14.9",
"graphql": "16.9.0",
"typescript": "^5.4.2"
Expand Down
8 changes: 8 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-example

## 0.16.2

### Patch Changes

- Updated dependencies
[[`987e9cc`](https://github.com/ardatan/graphql-mesh/commit/987e9ccfae27ab1b4a1ea33e8ce336c810e5be14)]:
- @graphql-mesh/grpc@0.100.2

## 0.16.1

### 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.16.1",
"version": "0.16.2",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/grpc": "0.100.1",
"@graphql-mesh/grpc": "0.100.2",
"@graphql-mesh/transform-naming-convention": "0.98.10",
"@grpc/grpc-js": "1.10.10",
"@grpc/proto-loader": "0.7.13",
Expand Down
8 changes: 8 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# grpc-reflection-example

## 0.16.2

### Patch Changes

- Updated dependencies
[[`987e9cc`](https://github.com/ardatan/graphql-mesh/commit/987e9ccfae27ab1b4a1ea33e8ce336c810e5be14)]:
- @graphql-mesh/grpc@0.100.2

## 0.16.1

### 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.16.1",
"version": "0.16.2",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/grpc": "0.100.1",
"@graphql-mesh/grpc": "0.100.2",
"@graphql-mesh/transform-naming-convention": "0.98.10",
"@grpc/grpc-js": "1.10.10",
"@grpc/proto-loader": "0.7.13",
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.17.2

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.101.2

## 0.17.1

### 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,14 +1,14 @@
{
"name": "hasura-openbrewery-geodb",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/json-schema": "0.101.1",
"@graphql-mesh/json-schema": "0.101.2",
"graphql": "16.9.0"
}
}
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.12.2

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.101.2

## 0.12.1

### 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.12.1",
"version": "0.12.2",
"type": "module",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/json-schema": "0.101.1",
"@graphql-mesh/json-schema": "0.101.2",
"@graphql-mesh/plugin-mock": "0.98.10",
"graphql": "16.9.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.12.2

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/json-schema@0.101.2

## 0.12.1

### 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,6 +1,6 @@
{
"name": "json-schema-hello-world",
"version": "0.12.1",
"version": "0.12.2",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/json-schema": "0.101.1",
"@graphql-mesh/json-schema": "0.101.2",
"@graphql-mesh/plugin-mock": "0.98.10",
"@graphql-yoga/plugin-sofa": "3.6.0",
"graphql": "16.9.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.12.4

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/openapi@0.101.2

## 0.12.3

### 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,14 +1,14 @@
{
"name": "gateway-example",
"version": "0.12.3",
"version": "0.12.4",
"description": "Gateway Example",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/openapi": "0.101.1",
"@graphql-mesh/openapi": "0.101.2",
"@graphql-mesh/plugin-hive": "0.98.12",
"@graphql-mesh/transform-hive": "0.98.10",
"graphql": "16.9.0"
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.12.2

## 0.12.1

## 0.12.0
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.12.1",
"version": "0.12.2",
"description": "Authors Service",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@graphql-hive/cli": "0.38.4",
"@graphql-mesh/cli": "0.91.2",
"@graphql-mesh/openapi": "0.101.1",
"@graphql-mesh/openapi": "0.101.2",
"graphql": "16.9.0"
}
}
Loading

0 comments on commit 180bfdb

Please sign in to comment.