Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2873)
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 Jun 22, 2023
1 parent f637720 commit dedcc07
Show file tree
Hide file tree
Showing 95 changed files with 363 additions and 203 deletions.
6 changes: 0 additions & 6 deletions .changeset/@graphql-yoga_nestjs-2864-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-yoga_nestjs-2871-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-ravens-train.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]
- @graphql-yoga/plugin-response-cache@2.0.2

## 2.0.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,7 +1,7 @@
{
"name": "hello-world-benchmark",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"build": "tsc",
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"@envelop/graphql-jit": "6.0.0",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "2.0.1",
"graphql-yoga": "4.0.1",
"@graphql-yoga/plugin-response-cache": "2.0.2",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0"
},
"devDependencies": {
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 @@
"license": "ISC",
"dependencies": {
"@apollo/subgraph": "^2.4.0",
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.1",
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "4.0.1"
"graphql-yoga": "4.0.2"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
Expand Down
7 changes: 7 additions & 0 deletions examples/apollo-federation/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apollo-federation-gateway-with-yoga

## 2.0.2

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]

## 2.0.1

### 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.1",
"version": "2.0.2",
"private": true,
"scripts": {
"start": "node index.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/gateway": "2.4.7",
"@envelop/apollo-federation": "4.0.0",
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0"
}
}
7 changes: 7 additions & 0 deletions examples/apollo-federation/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apollo-subgraph-with-yoga

## 2.0.2

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]

## 2.0.1

### 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,14 +1,14 @@
{
"name": "apollo-subgraph-with-yoga",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"start": "node index.js",
"check": "exit 0"
},
"dependencies": {
"@apollo/subgraph": "^2.4.0",
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0"
}
}
7 changes: 7 additions & 0 deletions examples/aws-lambda/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-lambda

## 2.0.2

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]

## 2.0.1

### 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,7 +1,7 @@
{
"name": "graphql-lambda",
"private": true,
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "graphql.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "^16.3.0"
}
}
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.1"
"graphql-yoga": "4.0.2"
},
"devDependencies": {
"@azure/functions": "3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bun-types": "^0.6.0",
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "^16.6.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/cloudflare-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare-advanced

## 2.0.2

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]

## 2.0.1

### 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,13 +1,13 @@
{
"name": "cloudflare-advanced",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"start": "wrangler dev",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"@cloudflare/workers-types": "^4.0.0",
"graphql": "16.6.0"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/cloudflare-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare

## 2.0.2

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]

## 2.0.1

### 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.1",
"version": "2.0.2",
"private": true,
"type": "module",
"module": "./dist/index.mjs",
Expand All @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@whatwg-node/server-plugin-cookies": "^1.0.0",
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0"
},
"devDependencies": {
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 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"@graphql-yoga/render-graphiql": "4.0.1",
"graphql-yoga": "4.0.2",
"@graphql-yoga/render-graphiql": "4.0.2",
"graphql": "16.6.0",
"@graphql-yoga/plugin-defer-stream": "2.0.1"
"@graphql-yoga/plugin-defer-stream": "2.0.2"
},
"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 @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"@whatwg-node/fetch": "^0.9.0",
"graphql": "^16.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/express/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.1",
"graphql-yoga": "4.0.2",
"@types/express": "^4.17.13",
"express": "^4.17.1",
"supertest": "^6.1.6"
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 @@ -9,7 +9,7 @@
"dependencies": {
"@envelop/graphql-modules": "5.0.0",
"@graphql-tools/load-files": "7.0.0",
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"fastify": "4.17.0",
"graphql-modules": "2.1.2",
"reflect-metadata": "0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/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.1",
"graphql-yoga": "4.0.2",
"fastify": "4.17.0",
"pino-pretty": "10.0.0"
},
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 @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"@pothos/core": "3.30.0",
"graphql": "16.6.0",
"next": "13.4.7",
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 @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0",
"nexus": "^1.3.0"
},
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 @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0",
"ts-node": "10.9.1"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/firebase/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]

## null

### Patch Changes

- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion examples/firebase/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.2.0",
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/gcp-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-yoga-cloud-run-guide

## 2.0.2

### Patch Changes

- Updated dependencies [[`ce6d2465`](https://github.com/dotansimha/graphql-yoga/commit/ce6d24655eb3c59d9a506baf09dbe185da9a8b2b)]:
- [email protected]

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-cloud-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-yoga-cloud-run-guide",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"type": "module",
"main": "src/index.js",
Expand All @@ -11,6 +11,6 @@
"license": "MIT",
"dependencies": {
"graphql": "^16.6.0",
"graphql-yoga": "^4.0.1"
"graphql-yoga": "^4.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check": "exit 0"
},
"dependencies": {
"graphql-yoga": "4.0.1",
"graphql-yoga": "4.0.2",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit dedcc07

Please sign in to comment.