Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (three)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2022
1 parent cca1bc2 commit 75da6cb
Show file tree
Hide file tree
Showing 68 changed files with 226 additions and 70 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,19 @@
"example-deno": "0.0.0",
"example-node-ts": "1.0.0",
"example-pothos": "1.0.0",
"@graphql-yoga/plugin-prometheus": "0.0.0"
"@graphql-yoga/plugin-prometheus": "0.0.0",
"@graphql-yoga/plugin-defer-stream": "0.0.0"
},
"changesets": [
"breezy-ads-walk",
"bright-wasps-boil",
"chilly-rats-marry",
"chilly-windows-happen",
"cuddly-lamps-know",
"curvy-oranges-heal",
"curvy-sloths-move",
"dirty-pillows-tap",
"eight-eyes-nail",
"fast-coats-explode",
"fifty-elephants-provide",
"grumpy-kangaroos-tell",
Expand All @@ -74,6 +77,7 @@
"healthy-waves-sing",
"hungry-knives-raise",
"long-ears-brake",
"metal-maps-dream",
"more-accept-headers",
"nine-brooms-cough",
"orange-paws-tease",
Expand All @@ -83,6 +87,7 @@
"seven-tomatoes-invent",
"silent-ants-vanish",
"slow-wasps-hide",
"smart-pens-compete",
"sour-apricots-move",
"spicy-mails-judge",
"spotty-crews-poke",
Expand Down
7 changes: 7 additions & 0 deletions benchmark/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hello-world-benchmark

## 1.0.0-next.10

### Patch Changes

- Updated dependencies [[`8773a27f`](https://github.com/dotansimha/graphql-yoga/commit/8773a27ffb7f50a4b1f8c044d2a0c428d14e4fee), [`cedde92f`](https://github.com/dotansimha/graphql-yoga/commit/cedde92fead65bcc4c08bb31d4c2400f92fd83d2), [`bf69a561`](https://github.com/dotansimha/graphql-yoga/commit/bf69a561b3c18b8b2736c2a72da0a59244f6f62b)]:
- graphql-yoga@3.0.0-next.10

## 1.0.0-next.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "hello-world-benchmark",
"version": "1.0.0-next.9",
"version": "1.0.0-next.10",
"private": true,
"scripts": {
"start": "node start-server.js",
"loadtest": "k6 run k6.js",
"check": "exit 0"
},
"dependencies": {
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "16.6.0"
}
}
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

## 1.0.0-next.10

### Patch Changes

- Updated dependencies [[`8773a27f`](https://github.com/dotansimha/graphql-yoga/commit/8773a27ffb7f50a4b1f8c044d2a0c428d14e4fee), [`cedde92f`](https://github.com/dotansimha/graphql-yoga/commit/cedde92fead65bcc4c08bb31d4c2400f92fd83d2), [`bf69a561`](https://github.com/dotansimha/graphql-yoga/commit/bf69a561b3c18b8b2736c2a72da0a59244f6f62b)]:
- graphql-yoga@3.0.0-next.10

## 1.0.0-next.9

### 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": "1.0.0-next.9",
"version": "1.0.0-next.10",
"private": true,
"scripts": {
"start": "node index.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/gateway": "^0.52.0",
"@envelop/apollo-federation": "3.0.3",
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "^16.5.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

## 1.0.0-next.10

### Patch Changes

- Updated dependencies [[`8773a27f`](https://github.com/dotansimha/graphql-yoga/commit/8773a27ffb7f50a4b1f8c044d2a0c428d14e4fee), [`cedde92f`](https://github.com/dotansimha/graphql-yoga/commit/cedde92fead65bcc4c08bb31d4c2400f92fd83d2), [`bf69a561`](https://github.com/dotansimha/graphql-yoga/commit/bf69a561b3c18b8b2736c2a72da0a59244f6f62b)]:
- graphql-yoga@3.0.0-next.10

## 1.0.0-next.9

### 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": "1.0.0-next.9",
"version": "1.0.0-next.10",
"private": true,
"scripts": {
"start": "node index.js",
"check": "exit 0"
},
"dependencies": {
"@apollo/subgraph": "^0.5.0",
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "^16.2.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

## 1.0.0-next.10

### Patch Changes

- Updated dependencies [[`8773a27f`](https://github.com/dotansimha/graphql-yoga/commit/8773a27ffb7f50a4b1f8c044d2a0c428d14e4fee), [`cedde92f`](https://github.com/dotansimha/graphql-yoga/commit/cedde92fead65bcc4c08bb31d4c2400f92fd83d2), [`bf69a561`](https://github.com/dotansimha/graphql-yoga/commit/bf69a561b3c18b8b2736c2a72da0a59244f6f62b)]:
- graphql-yoga@3.0.0-next.10

## 1.0.0-next.9

### 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": "1.0.0-next.9",
"version": "1.0.0-next.10",
"description": "",
"main": "graphql.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"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": "3.0.0-next.9"
"graphql-yoga": "3.0.0-next.10"
},
"devDependencies": {
"@azure/functions": "3.2.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 @@ -8,7 +8,7 @@
},
"dependencies": {
"bun-types": "^0.2.0",
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"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

## 1.0.0-next.10

### Patch Changes

- Updated dependencies [[`8773a27f`](https://github.com/dotansimha/graphql-yoga/commit/8773a27ffb7f50a4b1f8c044d2a0c428d14e4fee), [`cedde92f`](https://github.com/dotansimha/graphql-yoga/commit/cedde92fead65bcc4c08bb31d4c2400f92fd83d2), [`bf69a561`](https://github.com/dotansimha/graphql-yoga/commit/bf69a561b3c18b8b2736c2a72da0a59244f6f62b)]:
- graphql-yoga@3.0.0-next.10

## 1.0.0-next.9

### 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": "1.0.0-next.9",
"version": "1.0.0-next.10",
"private": true,
"scripts": {
"start": "wrangler dev",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"@cloudflare/workers-types": "^3.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

## 1.0.0-next.10

### Patch Changes

- Updated dependencies [[`8773a27f`](https://github.com/dotansimha/graphql-yoga/commit/8773a27ffb7f50a4b1f8c044d2a0c428d14e4fee), [`cedde92f`](https://github.com/dotansimha/graphql-yoga/commit/cedde92fead65bcc4c08bb31d4c2400f92fd83d2), [`bf69a561`](https://github.com/dotansimha/graphql-yoga/commit/bf69a561b3c18b8b2736c2a72da0a59244f6f62b)]:
- graphql-yoga@3.0.0-next.10

## 1.0.0-next.9

### 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": "1.0.0-next.9",
"version": "1.0.0-next.10",
"private": true,
"type": "module",
"module": "./dist/index.mjs",
Expand All @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"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": "3.0.0-next.9",
"@graphql-yoga/render-graphiql": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"@graphql-yoga/render-graphiql": "3.0.0-next.10",
"graphql": "16.6.0",
"@graphql-yoga/plugin-defer-stream": "0.0.0"
"@graphql-yoga/plugin-defer-stream": "0.0.1-next.0"
},
"devDependencies": {
"ts-node": "10.8.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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"@whatwg-node/fetch": "0.5.1",
"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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"@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": "4.0.3",
"@graphql-tools/load-files": "6.6.1",
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"fastify": "4.9.2",
"graphql-modules": "2.1.0",
"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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"fastify": "4.9.2",
"pino-pretty": "9.1.1"
},
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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"@pothos/core": "3.22.9",
"graphql": "16.6.0",
"next": "12.3.2",
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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "16.6.0",
"ts-node": "10.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@envelop/generic-auth": "5.0.3",
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@escape.tech/graphql-armor": "1.4.0",
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ws/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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "16.6.0",
"graphql-ws": "5.11.2",
"ws": "8.10.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/hackernews/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hackernews

## 2.0.0-next.10

### Patch Changes

- Updated dependencies [[`8773a27f`](https://github.com/dotansimha/graphql-yoga/commit/8773a27ffb7f50a4b1f8c044d2a0c428d14e4fee), [`cedde92f`](https://github.com/dotansimha/graphql-yoga/commit/cedde92fead65bcc4c08bb31d4c2400f92fd83d2), [`bf69a561`](https://github.com/dotansimha/graphql-yoga/commit/bf69a561b3c18b8b2736c2a72da0a59244f6f62b)]:
- graphql-yoga@3.0.0-next.10

## 2.0.0-next.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackernews",
"version": "2.0.0-next.9",
"version": "2.0.0-next.10",
"private": true,
"description": "",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"prisma": "3.15.2"
},
"dependencies": {
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"@graphql-tools/schema": "9.0.8",
"graphql": "16.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "exit 0"
},
"dependencies": {
"graphql-yoga": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/issue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ts-node": "10.9.1"
},
"dependencies": {
"graphql-yoga": "^3.0.0-next.9",
"graphql-yoga": "^3.0.0-next.10",
"graphql": "^16.3.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/koa/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": "3.0.0-next.9",
"graphql-yoga": "3.0.0-next.10",
"@types/koa": "2.13.5",
"koa": "2.13.4",
"supertest": "^6.1.6"
Expand Down
Loading

0 comments on commit 75da6cb

Please sign in to comment.