Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2989)
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 Sep 28, 2023
1 parent 7db08cc commit e51f479
Show file tree
Hide file tree
Showing 103 changed files with 450 additions and 237 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-walls-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-drinks-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-numbers-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-hairs-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-feet-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-goats-promise.md

This file was deleted.

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

## 2.2.0

### Patch Changes

- Updated dependencies
[[`0c6625ad`](https://github.com/dotansimha/graphql-yoga/commit/0c6625ad362db284e26b526e508d8506e1aa3a10),
[`2a122360`](https://github.com/dotansimha/graphql-yoga/commit/2a1223601d24d8f5589a0a7be639a5ff2929d7f0),
[`0c6625ad`](https://github.com/dotansimha/graphql-yoga/commit/0c6625ad362db284e26b526e508d8506e1aa3a10),
[`0c6625ad`](https://github.com/dotansimha/graphql-yoga/commit/0c6625ad362db284e26b526e508d8506e1aa3a10),
[`caf75884`](https://github.com/dotansimha/graphql-yoga/commit/caf758844064ddcbbb1becfd1ff444b639c2fa13),
[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- @graphql-yoga/plugin-response-cache@2.2.0
- graphql-yoga@4.0.5

## 2.1.1

### 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": "2.1.1",
"version": "2.2.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@envelop/graphql-jit": "6.0.5",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "2.1.1",
"@graphql-yoga/plugin-response-cache": "2.2.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
},
"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": "2.0.4",
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.5",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/apollo-federation/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# apollo-federation-gateway-with-yoga

## 2.0.5

### Patch Changes

- Updated dependencies
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- graphql-yoga@4.0.5

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"private": true,
"scripts": {
"check": "exit 0",
Expand All @@ -10,6 +10,6 @@
"@apollo/gateway": "2.4.7",
"@envelop/apollo-federation": "4.0.3",
"graphql": "16.6.0",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
}
}
8 changes: 8 additions & 0 deletions examples/apollo-federation/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# apollo-subgraph-with-yoga

## 2.0.5

### Patch Changes

- Updated dependencies
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- graphql-yoga@4.0.5

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"private": true,
"scripts": {
"check": "exit 0",
Expand All @@ -9,6 +9,6 @@
"dependencies": {
"@apollo/subgraph": "^2.4.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
}
}
8 changes: 8 additions & 0 deletions examples/aws-lambda/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphql-lambda

## 2.0.5

### Patch Changes

- Updated dependencies
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- graphql-yoga@4.0.5

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"description": "",
"author": "",
"license": "ISC",
Expand All @@ -13,6 +13,6 @@
},
"dependencies": {
"graphql": "^16.3.0",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
}
}
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": "4.0.4"
"graphql-yoga": "4.0.5"
},
"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": "4.0.4"
"graphql-yoga": "4.0.5"
},
"devDependencies": {
"@whatwg-node/fetch": "^0.9.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/cloudflare-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cloudflare-advanced

## 2.0.5

### Patch Changes

- Updated dependencies
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- graphql-yoga@4.0.5

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"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": "4.0.4"
"graphql-yoga": "4.0.5"
},
"devDependencies": {
"ts-loader": "9.4.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/cloudflare-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cloudflare

## 2.0.5

### Patch Changes

- Updated dependencies
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- graphql-yoga@4.0.5

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"type": "module",
"private": true,
"module": "./dist/index.mjs",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"graphql": "16.6.0",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
},
"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": "4.0.4"
"graphql-yoga": "4.0.5"
},
"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": "2.0.4",
"@graphql-yoga/render-graphiql": "4.0.4",
"@graphql-yoga/plugin-defer-stream": "2.0.5",
"@graphql-yoga/render-graphiql": "4.0.5",
"graphql": "16.6.0",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
},
"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.7",
"graphql": "^16.1.0",
"graphql-yoga": "4.0.4"
"graphql-yoga": "4.0.5"
},
"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": "4.0.4",
"graphql-yoga": "4.0.5",
"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": "4.0.4",
"graphql-yoga": "4.0.5",
"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": "4.0.4",
"graphql-yoga": "4.0.5",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"fastify": "4.17.0",
"graphql-yoga": "4.0.4",
"graphql-yoga": "4.0.5",
"pino-pretty": "10.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@pothos/core": "3.30.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.4",
"graphql-yoga": "4.0.5",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/file-upload-nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"graphql": "16.6.0",
"graphql-yoga": "4.0.4",
"graphql-yoga": "4.0.5",
"nexus": "^1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"graphql": "16.6.0",
"graphql-yoga": "4.0.4",
"graphql-yoga": "4.0.5",
"ts-node": "10.9.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/firebase/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- graphql-yoga@4.0.5

## null

### Patch Changes

- Updated dependencies
[[`5f182006`](https://github.com/dotansimha/graphql-yoga/commit/5f1820066e8a340ad214b55232fcf439793f91bf)]:
- graphql-yoga@4.0.4
Expand Down
Loading

0 comments on commit e51f479

Please sign in to comment.