Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6970)
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 May 13, 2024
1 parent 7b30b82 commit 00ed320
Show file tree
Hide file tree
Showing 91 changed files with 407 additions and 87 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_json-schema-6966-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@omnigraph_json-schema-6966-dependencies.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 @@ -15,3 +15,5 @@
## null

## null

## null
1 change: 1 addition & 0 deletions e2e/auto-type-merging/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@e2e/auto-type-merging",
"version": null,
"private": true,
"devDependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
Expand Down
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
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @omnigraph/json-schema@0.100.7

## null

### Patch Changes

- Updated dependencies
[[`fb59244`](https://github.com/ardatan/graphql-mesh/commit/fb592447c12950582881b24c0ca035a34d2ca48c)]:
- @omnigraph/json-schema@0.100.6
Expand Down
1 change: 1 addition & 0 deletions e2e/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@e2e/json-schema-subscriptions",
"version": null,
"private": true,
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
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.100.8

## null

### Patch Changes

- Updated dependencies
[[`fb59244`](https://github.com/ardatan/graphql-mesh/commit/fb592447c12950582881b24c0ca035a34d2ca48c)]:
- @omnigraph/openapi@0.100.7
Expand Down
1 change: 1 addition & 0 deletions e2e/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@e2e/openapi-javascript-wiki",
"version": null,
"private": true,
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
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.100.8

## null

### Patch Changes

- Updated dependencies
[[`fb59244`](https://github.com/ardatan/graphql-mesh/commit/fb592447c12950582881b24c0ca035a34d2ca48c)]:
- @omnigraph/openapi@0.100.7
Expand Down
1 change: 1 addition & 0 deletions e2e/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@e2e/openapi-subscriptions",
"version": null,
"private": true,
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
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.100.8

## null

### Patch Changes

- Updated dependencies
[[`fb59244`](https://github.com/ardatan/graphql-mesh/commit/fb592447c12950582881b24c0ca035a34d2ca48c)]:
- @omnigraph/openapi@0.100.7
Expand Down
1 change: 1 addition & 0 deletions e2e/programmatic-batching/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@e2e/programmatic-batching-example",
"version": null,
"private": true,
"dependencies": {
"@graphql-mesh/compose-cli": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions examples/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# auth0-example

## 0.11.7

### Patch Changes

- Updated dependencies
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @graphql-mesh/json-schema@0.100.7

## 0.11.6

### 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.11.6",
"version": "0.11.7",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/json-schema": "0.100.6",
"@graphql-mesh/json-schema": "0.100.7",
"@graphql-mesh/plugin-operation-field-permissions": "0.98.4",
"graphql": "16.8.1"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cloudflare-workers

## 0.10.7

### Patch Changes

- Updated dependencies
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @graphql-mesh/json-schema@0.100.7

## 0.10.6

### 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.10.6",
"version": "0.10.7",
"private": true,
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "0.98.4",
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/json-schema": "0.100.6",
"@graphql-mesh/json-schema": "0.100.7",
"@graphql-mesh/plugin-response-cache": "0.98.4",
"graphql": "16.8.1"
},
Expand Down
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.10.7

### Patch Changes

- Updated dependencies
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @graphql-mesh/json-schema@0.100.7

## 0.10.6

### 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.10.6",
"version": "0.10.7",
"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.90.5",
"@graphql-mesh/json-schema": "0.100.6",
"@graphql-mesh/json-schema": "0.100.7",
"@types/node": "20.12.11",
"graphql": "16.8.1",
"typescript": "^5.4.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.15.7

### Patch Changes

- Updated dependencies
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @graphql-mesh/json-schema@0.100.7

## 0.15.6

### 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.15.6",
"version": "0.15.7",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/json-schema": "0.100.6",
"@graphql-mesh/json-schema": "0.100.7",
"graphql": "16.8.1"
}
}
8 changes: 8 additions & 0 deletions examples/hello-world-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hello-world-esm

## 0.10.7

### Patch Changes

- Updated dependencies
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @graphql-mesh/json-schema@0.100.7

## 0.10.6

### 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.10.6",
"version": "0.10.7",
"type": "module",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/json-schema": "0.100.6",
"@graphql-mesh/json-schema": "0.100.7",
"@graphql-mesh/plugin-mock": "0.98.4",
"graphql": "16.8.1"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# json-schema-hello-world

## 0.10.7

### Patch Changes

- Updated dependencies
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @graphql-mesh/json-schema@0.100.7

## 0.10.6

### 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.10.6",
"version": "0.10.7",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/json-schema": "0.100.6",
"@graphql-mesh/json-schema": "0.100.7",
"@graphql-mesh/plugin-mock": "0.98.4",
"@graphql-yoga/plugin-sofa": "3.3.1",
"graphql": "16.8.1"
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.10.8

### Patch Changes

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

## 0.10.7

### 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.10.7",
"version": "0.10.8",
"description": "Gateway Example",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/openapi": "0.100.7",
"@graphql-mesh/openapi": "0.100.8",
"@graphql-mesh/plugin-hive": "0.98.4",
"@graphql-mesh/transform-hive": "0.98.4",
"graphql": "16.8.1"
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.10.8

## 0.10.7

## 0.10.6
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.10.7",
"version": "0.10.8",
"description": "Authors Service",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@graphql-hive/cli": "0.37.0",
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/openapi": "0.100.7",
"@graphql-mesh/openapi": "0.100.8",
"graphql": "16.8.1"
}
}
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.10.8

## 0.10.7

## 0.10.6
Expand Down
4 changes: 2 additions & 2 deletions examples/hive-example/sources/books/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "books-service",
"version": "0.10.7",
"version": "0.10.8",
"description": "Books Service",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@graphql-hive/cli": "0.37.0",
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/openapi": "0.100.7",
"@graphql-mesh/openapi": "0.100.8",
"graphql": "16.8.1"
}
}
8 changes: 8 additions & 0 deletions examples/json-schema-covid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# covid-mesh

## 0.15.7

### Patch Changes

- Updated dependencies
[[`5bfef52`](https://github.com/ardatan/graphql-mesh/commit/5bfef5249fd8c02dd7063ee84c0edb52a476f58f)]:
- @graphql-mesh/json-schema@0.100.7

## 0.15.6

### Patch Changes
Expand Down
Loading

0 comments on commit 00ed320

Please sign in to comment.