Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2023
1 parent 350bb85 commit db58058
Show file tree
Hide file tree
Showing 103 changed files with 424 additions and 212 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-files-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-rabbits-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-emus-bake.md

This file was deleted.

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

## 2.3.0

### Patch Changes

- Updated dependencies
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0
- @graphql-yoga/plugin-response-cache@2.3.0

## 2.2.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": "2.2.0",
"version": "2.3.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@envelop/graphql-jit": "7.0.0",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "2.2.0",
"@graphql-yoga/plugin-response-cache": "2.3.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.5"
"graphql-yoga": "4.1.0"
},
"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.5",
"@graphql-yoga/plugin-apollo-inline-trace": "2.1.0",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "4.0.5"
"graphql-yoga": "4.1.0"
},
"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.1.0

### Patch Changes

- Updated dependencies
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0

## 2.0.5

### 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.5",
"version": "2.1.0",
"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.5"
"graphql-yoga": "4.1.0"
}
}
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.1.0

### Patch Changes

- Updated dependencies
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0

## 2.0.5

### 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.5",
"version": "2.1.0",
"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.5"
"graphql-yoga": "4.1.0"
}
}
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.1.0

### Patch Changes

- Updated dependencies
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0

## 2.0.5

### 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.5",
"version": "2.1.0",
"description": "",
"author": "",
"license": "ISC",
Expand All @@ -13,6 +13,6 @@
},
"dependencies": {
"graphql": "^16.3.0",
"graphql-yoga": "4.0.5"
"graphql-yoga": "4.1.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.5"
"graphql-yoga": "4.1.0"
},
"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.5"
"graphql-yoga": "4.1.0"
},
"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.1.0

### Patch Changes

- Updated dependencies
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0

## 2.0.5

### 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.5",
"version": "2.1.0",
"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.5"
"graphql-yoga": "4.1.0"
},
"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.1.0

### Patch Changes

- Updated dependencies
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0

## 2.0.5

### 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.5",
"version": "2.1.0",
"type": "module",
"private": true,
"module": "./dist/index.mjs",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"graphql": "16.6.0",
"graphql-yoga": "4.0.5"
"graphql-yoga": "4.1.0"
},
"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.5"
"graphql-yoga": "4.1.0"
},
"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.5",
"@graphql-yoga/render-graphiql": "4.0.5",
"@graphql-yoga/plugin-defer-stream": "2.1.0",
"@graphql-yoga/render-graphiql": "4.1.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.5"
"graphql-yoga": "4.1.0"
},
"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.5"
"graphql-yoga": "4.1.0"
},
"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.5",
"graphql-yoga": "4.1.0",
"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.5",
"graphql-yoga": "4.1.0",
"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.5",
"graphql-yoga": "4.1.0",
"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.5",
"graphql-yoga": "4.1.0",
"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.5",
"graphql-yoga": "4.1.0",
"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.5",
"graphql-yoga": "4.1.0",
"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.5",
"graphql-yoga": "4.1.0",
"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
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0

## null

### Patch Changes

- Updated dependencies
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
- graphql-yoga@4.0.5
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 @@ -15,7 +15,7 @@
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.2.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.5"
"graphql-yoga": "4.1.0"
},
"devDependencies": {
"concurrently": "8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/gcp-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphql-yoga-cloud-run-guide

## 2.1.0

### Patch Changes

- Updated dependencies
[[`350bb851`](https://github.com/dotansimha/graphql-yoga/commit/350bb85195c01cc5b5721f7a90f6cfbe1af36aff)]:
- graphql-yoga@4.1.0

## 2.0.5

### 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.5",
"version": "2.1.0",
"type": "module",
"description": "",
"author": "",
Expand All @@ -11,6 +11,6 @@
},
"dependencies": {
"graphql": "^16.6.0",
"graphql-yoga": "^4.0.5"
"graphql-yoga": "^4.1.0"
}
}
Loading

0 comments on commit db58058

Please sign in to comment.