Skip to content

Commit

Permalink
Upcoming Release Changes (#3239)
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
theguild-bot and github-actions[bot] authored May 8, 2024
1 parent a8ddac5 commit f99322f
Show file tree
Hide file tree
Showing 97 changed files with 504 additions and 287 deletions.

This file was deleted.

85 changes: 0 additions & 85 deletions .changeset/big-students-grin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/graphql-yoga-3237-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-melons-beam.md

This file was deleted.

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

## 3.5.1

### Patch Changes

- Updated dependencies
[[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca),
[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca)]:
- graphql-yoga@5.3.1
- @graphql-yoga/plugin-response-cache@3.5.1

## 3.5.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-world-benchmark",
"version": "3.5.0",
"version": "3.5.1",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@envelop/graphql-jit": "8.0.0",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "3.5.0",
"@graphql-yoga/plugin-response-cache": "3.5.1",
"graphql": "16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"start-server-and-test": "2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"dependencies": {
"@apollo/subgraph": "^2.4.0",
"@graphql-yoga/plugin-apollo-inline-trace": "3.3.0",
"@graphql-yoga/plugin-apollo-inline-trace": "3.3.1",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
Expand Down
9 changes: 9 additions & 0 deletions examples/apollo-federation/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# apollo-federation-gateway-with-yoga

## 3.3.1

### Patch Changes

- Updated dependencies
[[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca),
[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca)]:
- graphql-yoga@5.3.1

## 3.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/apollo-federation/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-federation-gateway-with-yoga",
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"scripts": {
"check": "exit 0",
Expand All @@ -10,6 +10,6 @@
"@apollo/gateway": "2.4.7",
"@envelop/apollo-federation": "5.0.0",
"graphql": "16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
}
}
9 changes: 9 additions & 0 deletions examples/apollo-federation/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# apollo-subgraph-with-yoga

## 3.3.1

### Patch Changes

- Updated dependencies
[[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca),
[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca)]:
- graphql-yoga@5.3.1

## 3.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/apollo-federation/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-subgraph-with-yoga",
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"scripts": {
"check": "exit 0",
Expand All @@ -9,6 +9,6 @@
"dependencies": {
"@apollo/subgraph": "^2.4.0",
"graphql": "16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
}
}
9 changes: 9 additions & 0 deletions examples/aws-lambda/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-lambda

## 3.3.1

### Patch Changes

- Updated dependencies
[[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca),
[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca)]:
- graphql-yoga@5.3.1

## 3.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/aws-lambda/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-lambda",
"version": "3.3.0",
"version": "3.3.1",
"description": "",
"author": "",
"license": "ISC",
Expand All @@ -13,6 +13,6 @@
},
"dependencies": {
"graphql": "^16.3.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"@azure/functions": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"bun-types": "^1.0.0",
"graphql": "^16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"@whatwg-node/fetch": "^0.9.17"
Expand Down
9 changes: 9 additions & 0 deletions examples/cloudflare-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cloudflare-advanced

## 3.3.1

### Patch Changes

- Updated dependencies
[[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca),
[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca)]:
- graphql-yoga@5.3.1

## 3.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-advanced",
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"scripts": {
"check": "tsc --pretty --noEmit",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@cloudflare/workers-types": "^4.0.0",
"graphql": "16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"ts-loader": "9.4.3",
Expand Down
9 changes: 9 additions & 0 deletions examples/cloudflare-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cloudflare

## 3.3.1

### Patch Changes

- Updated dependencies
[[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca),
[`3324bbab`](https://github.com/dotansimha/graphql-yoga/commit/3324bbabf1f32e8b4ee95ea8700acfb06f87f8ca)]:
- graphql-yoga@5.3.1

## 3.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"private": true,
"module": "./dist/index.mjs",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"graphql": "16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@whatwg-node/server-plugin-cookies": "^1.0.0",
"graphql": "16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"@types/node": "18.16.16",
Expand Down
6 changes: 3 additions & 3 deletions examples/defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "3.3.0",
"@graphql-yoga/render-graphiql": "5.3.0",
"@graphql-yoga/plugin-defer-stream": "3.3.1",
"@graphql-yoga/render-graphiql": "5.3.1",
"graphql": "16.6.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@whatwg-node/fetch": "^0.9.17",
"graphql": "^16.1.0",
"graphql-yoga": "5.3.0"
"graphql-yoga": "5.3.1"
},
"devDependencies": {
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/express-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@types/express": "^4.17.13",
"express": "^4.17.1",
"graphql-yoga": "5.3.0",
"graphql-yoga": "5.3.1",
"helmet": "^7.0.0",
"supertest": "^6.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@types/express": "^4.17.13",
"express": "^4.17.1",
"graphql-yoga": "5.3.0",
"graphql-yoga": "5.3.1",
"supertest": "^6.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@graphql-tools/load-files": "7.0.0",
"fastify": "4.17.0",
"graphql-modules": "2.1.2",
"graphql-yoga": "5.3.0",
"graphql-yoga": "5.3.1",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f99322f

Please sign in to comment.