Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #6666

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
chore(release): update monorepo packages versions
  • Loading branch information
github-actions[bot] committed Mar 14, 2024
commit f0cae86c6265621c9bcff8e2d68799c6a1747a0e
5 changes: 0 additions & 5 deletions .changeset/modern-carrots-deny.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nervous-lions-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-grapes-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-tools-prove.md

This file was deleted.

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

## 0.10.5

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/json-schema@0.99.5
- @graphql-mesh/plugin-operation-field-permissions@0.97.4

## 0.10.4

### 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.4",
"version": "0.10.5",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/json-schema": "0.99.4",
"@graphql-mesh/plugin-operation-field-permissions": "0.97.3",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/json-schema": "0.99.5",
"@graphql-mesh/plugin-operation-field-permissions": "0.97.4",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions examples/cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# cloudflare-workers

## 0.9.5

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/cache-cfw-kv@0.97.4
- @graphql-mesh/json-schema@0.99.5
- @graphql-mesh/plugin-response-cache@0.97.4

## 0.9.4

### 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.4",
"version": "0.9.5",
"private": true,
"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",
"@graphql-mesh/cache-cfw-kv": "0.97.4",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/json-schema": "0.99.5",
"@graphql-mesh/plugin-response-cache": "0.97.4",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# example-fastify

## 0.7.4

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/graphql@0.97.4

## 0.7.3

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

## 0.3.4

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/supergraph@0.2.4

## 0.3.3

### 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.3",
"version": "0.3.4",
"license": "MIT",
"private": true,
"dependencies": {
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/supergraph": "0.2.3",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/supergraph": "0.2.4",
"graphql": "16.8.1"
}
}
10 changes: 10 additions & 0 deletions examples/federation-example/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# federation-gateway

## 0.7.4

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/graphql@0.97.4
- @graphql-mesh/transform-federation@0.97.4

## 0.7.3

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

## 0.9.5

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/json-schema@0.99.5

## 0.9.4

### 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.4",
"version": "0.9.5",
"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.3",
"@graphql-mesh/json-schema": "0.99.4",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/json-schema": "0.99.5",
"@types/node": "20.11.27",
"graphql": "16.8.1",
"typescript": "^5.4.2"
Expand Down
9 changes: 9 additions & 0 deletions examples/graphql-file-upload-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-file-upload-example

## 0.13.4

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/graphql@0.97.4

## 0.13.3

### 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.3",
"version": "0.13.4",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/graphql": "0.97.3",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/graphql": "0.97.4",
"concurrently": "8.2.2",
"graphql": "16.8.1",
"graphql-yoga": "^5.1.1",
Expand Down
10 changes: 10 additions & 0 deletions examples/grpc-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# grpc-example

## 0.13.4

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/grpc@0.98.4
- @graphql-mesh/transform-naming-convention@0.97.4

## 0.13.3

### 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.3",
"version": "0.13.4",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/grpc": "0.98.3",
"@graphql-mesh/transform-naming-convention": "0.97.3",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/grpc": "0.98.4",
"@graphql-mesh/transform-naming-convention": "0.97.4",
"@grpc/grpc-js": "1.10.2",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
Expand Down
10 changes: 10 additions & 0 deletions examples/grpc-reflection-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# grpc-reflection-example

## 0.13.4

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/grpc@0.98.4
- @graphql-mesh/transform-naming-convention@0.97.4

## 0.13.3

### 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.3",
"version": "0.13.4",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/grpc": "0.98.3",
"@graphql-mesh/transform-naming-convention": "0.97.3",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/grpc": "0.98.4",
"@graphql-mesh/transform-naming-convention": "0.97.4",
"@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/hasura-openbrewery-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hasura-openbrewery-geodb

## 0.14.5

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/json-schema@0.99.5

## 0.14.4

### 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.4",
"version": "0.14.5",
"license": "MIT",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.89.3",
"@graphql-mesh/json-schema": "0.99.4",
"@graphql-mesh/cli": "0.89.4",
"@graphql-mesh/json-schema": "0.99.5",
"graphql": "16.8.1"
}
}
10 changes: 10 additions & 0 deletions examples/hello-world-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# hello-world-esm

## 0.9.5

### Patch Changes

- Updated dependencies
[[`e2fb7ed`](https://github.com/ardatan/graphql-mesh/commit/e2fb7edb8b02a53fa6f1b1f1fba629ea7c84488f)]:
- @graphql-mesh/cli@0.89.4
- @graphql-mesh/json-schema@0.99.5
- @graphql-mesh/plugin-mock@0.97.4

## 0.9.4

### Patch Changes
Expand Down
Loading