diff --git a/.changeset/pre.json b/.changeset/pre.json index 5c530b98e3..1efdaa76b0 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -53,7 +53,8 @@ "@graphql-yoga/render-graphiql": "2.13.10", "@graphql-yoga/subscription": "2.2.3", "website": "0.0.0", - "example-deno": "0.0.0" + "example-deno": "0.0.0", + "example-node-ts": "1.0.0" }, "changesets": [ "bright-wasps-boil", @@ -73,7 +74,9 @@ "silent-ants-vanish", "slow-wasps-hide", "sour-apricots-move", + "spotty-crews-poke", "tall-paws-do", + "ten-panthers-cover", "twenty-poets-prove" ] } diff --git a/benchmark/hello-world/CHANGELOG.md b/benchmark/hello-world/CHANGELOG.md index 8027897b63..26917f8dc7 100644 --- a/benchmark/hello-world/CHANGELOG.md +++ b/benchmark/hello-world/CHANGELOG.md @@ -1,5 +1,12 @@ # hello-world-benchmark +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Patch Changes diff --git a/benchmark/hello-world/package.json b/benchmark/hello-world/package.json index 795ae7a350..3e8cdd3fb2 100644 --- a/benchmark/hello-world/package.json +++ b/benchmark/hello-world/package.json @@ -1,6 +1,6 @@ { "name": "hello-world-benchmark", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "private": true, "scripts": { "start": "node start-server.js", @@ -8,7 +8,7 @@ "check": "exit 0" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" } } diff --git a/examples/apollo-federation/gateway/CHANGELOG.md b/examples/apollo-federation/gateway/CHANGELOG.md index 777c5221ea..5ffc8f76ab 100644 --- a/examples/apollo-federation/gateway/CHANGELOG.md +++ b/examples/apollo-federation/gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # apollo-federation-gateway-with-yoga +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Patch Changes diff --git a/examples/apollo-federation/gateway/package.json b/examples/apollo-federation/gateway/package.json index 6542189bf3..3f03cc5db0 100644 --- a/examples/apollo-federation/gateway/package.json +++ b/examples/apollo-federation/gateway/package.json @@ -1,6 +1,6 @@ { "name": "apollo-federation-gateway-with-yoga", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "private": true, "scripts": { "start": "node index.js", @@ -9,7 +9,7 @@ "dependencies": { "@apollo/gateway": "^0.52.0", "@envelop/apollo-federation": "^2.5.0", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "^16.5.0" } } diff --git a/examples/apollo-federation/service/CHANGELOG.md b/examples/apollo-federation/service/CHANGELOG.md index 504b83b9f0..320b69d94e 100644 --- a/examples/apollo-federation/service/CHANGELOG.md +++ b/examples/apollo-federation/service/CHANGELOG.md @@ -1,5 +1,12 @@ # apollo-subgraph-with-yoga +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Patch Changes diff --git a/examples/apollo-federation/service/package.json b/examples/apollo-federation/service/package.json index 069a1d4e66..e9434768ce 100644 --- a/examples/apollo-federation/service/package.json +++ b/examples/apollo-federation/service/package.json @@ -1,6 +1,6 @@ { "name": "apollo-subgraph-with-yoga", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "private": true, "scripts": { "start": "node index.js", @@ -8,7 +8,7 @@ }, "dependencies": { "@apollo/subgraph": "^0.5.0", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "^16.2.0" } } diff --git a/examples/aws-lambda/lambda/CHANGELOG.md b/examples/aws-lambda/lambda/CHANGELOG.md index 20daa848a1..27a6e443f9 100644 --- a/examples/aws-lambda/lambda/CHANGELOG.md +++ b/examples/aws-lambda/lambda/CHANGELOG.md @@ -1,5 +1,12 @@ # graphql-lambda +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Patch Changes diff --git a/examples/aws-lambda/lambda/package.json b/examples/aws-lambda/lambda/package.json index 8b981e55d7..a0f34c9541 100644 --- a/examples/aws-lambda/lambda/package.json +++ b/examples/aws-lambda/lambda/package.json @@ -1,7 +1,7 @@ { "name": "graphql-lambda", "private": true, - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "", "main": "graphql.js", "scripts": { @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@vendia/serverless-express": "4.10.1", "graphql": "^16.3.0" } diff --git a/examples/azure-function/package.json b/examples/azure-function/package.json index 643684a43b..de2b36cc8c 100644 --- a/examples/azure-function/package.json +++ b/examples/azure-function/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0" + "graphql-yoga": "3.0.0-next.1" }, "devDependencies": { "@azure/functions": "3.2.0", diff --git a/examples/bun/package.json b/examples/bun/package.json index 944d5acb82..66cdbca739 100644 --- a/examples/bun/package.json +++ b/examples/bun/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "bun-types": "^0.1.5", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" } } diff --git a/examples/cloudflare-advanced/CHANGELOG.md b/examples/cloudflare-advanced/CHANGELOG.md index 259b26d045..96f22f870f 100644 --- a/examples/cloudflare-advanced/CHANGELOG.md +++ b/examples/cloudflare-advanced/CHANGELOG.md @@ -1,5 +1,12 @@ # cloudflare-advanced +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Patch Changes diff --git a/examples/cloudflare-advanced/package.json b/examples/cloudflare-advanced/package.json index 43a250485d..e34f06de9f 100644 --- a/examples/cloudflare-advanced/package.json +++ b/examples/cloudflare-advanced/package.json @@ -1,13 +1,13 @@ { "name": "cloudflare-advanced", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "private": true, "scripts": { "start": "wrangler dev", "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@cloudflare/workers-types": "^3.0.0", "graphql": "16.6.0" }, diff --git a/examples/cloudflare-modules/CHANGELOG.md b/examples/cloudflare-modules/CHANGELOG.md index 9135706f8d..95f556375d 100644 --- a/examples/cloudflare-modules/CHANGELOG.md +++ b/examples/cloudflare-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # cloudflare +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Patch Changes diff --git a/examples/cloudflare-modules/package.json b/examples/cloudflare-modules/package.json index 09cd623e4c..de716a7989 100644 --- a/examples/cloudflare-modules/package.json +++ b/examples/cloudflare-modules/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "private": true, "type": "module", "module": "./dist/index.mjs", @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/defer-stream/package.json b/examples/defer-stream/package.json index 689c8cbc71..a22c3df44a 100644 --- a/examples/defer-stream/package.json +++ b/examples/defer-stream/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.0.0-experimental-stream-defer.5" }, "devDependencies": { diff --git a/examples/error-handling/package.json b/examples/error-handling/package.json index 2fc6337b30..ddb737db1d 100644 --- a/examples/error-handling/package.json +++ b/examples/error-handling/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@whatwg-node/fetch": "0.4.4", "graphql": "^16.1.0" }, diff --git a/examples/express/package.json b/examples/express/package.json index d30530f496..3cafbda3b8 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@types/express": "^4.17.13", "express": "^4.17.1", "supertest": "^6.1.6" diff --git a/examples/fastify-modules/package.json b/examples/fastify-modules/package.json index c600dd42a1..9e5f87bf34 100644 --- a/examples/fastify-modules/package.json +++ b/examples/fastify-modules/package.json @@ -9,7 +9,7 @@ "dependencies": { "@envelop/graphql-modules": "3.6.0", "@graphql-tools/load-files": "6.6.1", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "fastify": "4.6.0", "graphql-modules": "2.1.0", "reflect-metadata": "0.1.13" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 734cc263d9..c90ab82f57 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "fastify": "4.6.0", "pino-pretty": "9.1.0" }, diff --git a/examples/file-upload-nextjs-pothos/package.json b/examples/file-upload-nextjs-pothos/package.json index afd4f4ed01..ea95d55edd 100644 --- a/examples/file-upload-nextjs-pothos/package.json +++ b/examples/file-upload-nextjs-pothos/package.json @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@pothos/core": "3.21.0", "graphql": "16.6.0", "next": "12.3.1", diff --git a/examples/file-upload-nexus/package.json b/examples/file-upload-nexus/package.json index 788202543e..7a769cbfe7 100644 --- a/examples/file-upload-nexus/package.json +++ b/examples/file-upload-nexus/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0", "nexus": "^1.3.0" }, diff --git a/examples/file-upload/package.json b/examples/file-upload/package.json index 5637a8f311..8d42dc2ca1 100644 --- a/examples/file-upload/package.json +++ b/examples/file-upload/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0", "ts-node": "10.9.1" } diff --git a/examples/generic-auth/package.json b/examples/generic-auth/package.json index cb8338c91d..d7a2d689e0 100644 --- a/examples/generic-auth/package.json +++ b/examples/generic-auth/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@envelop/generic-auth": "4.5.0", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" } } diff --git a/examples/graphql-armor/package.json b/examples/graphql-armor/package.json index 7bfc6fed7f..8a3d93638c 100644 --- a/examples/graphql-armor/package.json +++ b/examples/graphql-armor/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@escape.tech/graphql-armor": "1.2.0", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" } } diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 365759303e..c8aa850317 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -13,7 +13,7 @@ "@graphql-codegen/typescript-resolvers": "^2.6.4", "@graphql-tools/schema": "^9.0.0", "graphql": "^16.1.0", - "graphql-yoga": "3.0.0-next.0" + "graphql-yoga": "3.0.0-next.1" }, "devDependencies": { "ts-node": "10.9.1", diff --git a/examples/graphql-ws/package.json b/examples/graphql-ws/package.json index 01fa4f58c7..6e4de140b1 100644 --- a/examples/graphql-ws/package.json +++ b/examples/graphql-ws/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0", "graphql-ws": "5.11.2", "ws": "8.8.1" diff --git a/examples/hackernews/CHANGELOG.md b/examples/hackernews/CHANGELOG.md index 5da9d24505..241570955e 100644 --- a/examples/hackernews/CHANGELOG.md +++ b/examples/hackernews/CHANGELOG.md @@ -1,5 +1,12 @@ # hackernews +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 480503b3a8..1f23c114f1 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -1,6 +1,6 @@ { "name": "hackernews", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "private": true, "description": "", "scripts": { @@ -21,7 +21,7 @@ "prisma": "3.15.2" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@graphql-tools/schema": "9.0.4", "graphql": "16.6.0" } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index ac48d887df..a72e2b03c3 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,7 +7,7 @@ "check": "exit 0" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" } } diff --git a/examples/issue-template/package.json b/examples/issue-template/package.json index adc944bdd9..a0d7c29462 100644 --- a/examples/issue-template/package.json +++ b/examples/issue-template/package.json @@ -8,7 +8,7 @@ "ts-node": "10.9.1" }, "dependencies": { - "graphql-yoga": "^3.0.0-next.0", + "graphql-yoga": "^3.0.0-next.1", "graphql": "^16.3.0" }, "scripts": { diff --git a/examples/koa/package.json b/examples/koa/package.json index e4949cc7be..5311eebd07 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@types/koa": "2.13.5", "koa": "2.13.4", "supertest": "^6.1.6" diff --git a/examples/live-query/package.json b/examples/live-query/package.json index a728d66617..f72d36121c 100644 --- a/examples/live-query/package.json +++ b/examples/live-query/package.json @@ -15,7 +15,7 @@ "dependencies": { "@envelop/live-query": "4.2.0", "@n1ru4l/in-memory-live-query-store": "0.10.0", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" } } diff --git a/examples/nextjs-auth/package.json b/examples/nextjs-auth/package.json index 8598ca3954..35ebdb7553 100644 --- a/examples/nextjs-auth/package.json +++ b/examples/nextjs-auth/package.json @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "^16.1.0", "next-auth": "4.10.3", "next": "12.3.1", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index b1edc6e76a..10283f806b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -11,7 +11,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@types/react": "17.0.50", "graphql": "^16.1.0", "next": "12.3.1", diff --git a/examples/node-esm/package.json b/examples/node-esm/package.json index da2dfd29c9..f836389ac6 100644 --- a/examples/node-esm/package.json +++ b/examples/node-esm/package.json @@ -10,7 +10,7 @@ "check": "exit 0" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "^16.3.0" } } diff --git a/examples/node-ts/package.json b/examples/node-ts/package.json index 191e77c40d..e9986dc217 100644 --- a/examples/node-ts/package.json +++ b/examples/node-ts/package.json @@ -7,7 +7,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/redis-pub-sub/package.json b/examples/redis-pub-sub/package.json index f8c999c5e0..1e61ca6efc 100644 --- a/examples/redis-pub-sub/package.json +++ b/examples/redis-pub-sub/package.json @@ -19,7 +19,7 @@ "typescript": "4.8.3" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "@graphql-yoga/redis-event-target": "1.0.0-next.0", "graphql": "16.6.0", "ioredis": "5.2.3" diff --git a/examples/service-worker/package.json b/examples/service-worker/package.json index 93684c6733..92337f2c0c 100644 --- a/examples/service-worker/package.json +++ b/examples/service-worker/package.json @@ -9,7 +9,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" }, "devDependencies": { diff --git a/examples/subscriptions/package.json b/examples/subscriptions/package.json index 3e2c2ae6c4..37a90ee444 100644 --- a/examples/subscriptions/package.json +++ b/examples/subscriptions/package.json @@ -10,7 +10,7 @@ "check": "tsc --pretty --noEmit" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "^16.1.0" }, "devDependencies": { diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index bebc53cf5e..06fc523669 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@envelop/graphql-jit": "4.6.0", - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "graphql": "16.6.0" }, "type": "module" diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 7e12b6a91a..453e762aa1 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/common +## 3.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 3.0.0-next.0 ### Major Changes diff --git a/packages/common/package.json b/packages/common/package.json index f81d67cdb6..b102377c59 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/common", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "description": "", "repository": { "type": "git", @@ -64,7 +64,7 @@ "access": "public" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "tslib": "^2.3.1" }, "devDependencies": { diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 484c2161b1..7ce2c9c4c7 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-yoga/graphiql +## 3.0.0-next.0 + +### Major Changes + +- [#1777](https://github.com/dotansimha/graphql-yoga/pull/1777) [`418f8388`](https://github.com/dotansimha/graphql-yoga/commit/418f8388ba03341ce51bc166ff86755983d5e0b7) Thanks [@saihaj](https://github.com/saihaj)! - upgrade to GraphiQL v2 + ## 2.4.2 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 158738f033..a738810ae1 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,7 +1,7 @@ { "name": "@graphql-yoga/graphiql", "type": "module", - "version": "2.4.2", + "version": "3.0.0-next.0", "description": "", "repository": { "type": "git", diff --git a/packages/graphql-yoga/CHANGELOG.md b/packages/graphql-yoga/CHANGELOG.md index 2295df4015..6fa720dceb 100644 --- a/packages/graphql-yoga/CHANGELOG.md +++ b/packages/graphql-yoga/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-yoga +## 3.0.0-next.1 + +### Patch Changes + +- [#1775](https://github.com/dotansimha/graphql-yoga/pull/1775) [`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Context typings improvements + ## 3.0.0-next.0 ### Major Changes diff --git a/packages/graphql-yoga/package.json b/packages/graphql-yoga/package.json index 39df0556f6..e8f1b87c2d 100644 --- a/packages/graphql-yoga/package.json +++ b/packages/graphql-yoga/package.json @@ -1,6 +1,6 @@ { "name": "graphql-yoga", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "description": "", "repository": { "type": "git", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index ac196fd31e..be75fc2b4d 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/node +## 3.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 3.0.0-next.0 ### Major Changes diff --git a/packages/node/package.json b/packages/node/package.json index 6c37bbd9d7..9c6ef8a5d4 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/node", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "description": "", "repository": { "type": "git", @@ -63,7 +63,7 @@ "access": "public" }, "dependencies": { - "graphql-yoga": "3.0.0-next.0", + "graphql-yoga": "3.0.0-next.1", "tslib": "^2.3.1" }, "devDependencies": { diff --git a/packages/plugins/apollo-inline-trace/CHANGELOG.md b/packages/plugins/apollo-inline-trace/CHANGELOG.md index 144fa2e7d5..05a255ddfc 100644 --- a/packages/plugins/apollo-inline-trace/CHANGELOG.md +++ b/packages/plugins/apollo-inline-trace/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-apollo-inline-trace +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Major Changes diff --git a/packages/plugins/apollo-inline-trace/package.json b/packages/plugins/apollo-inline-trace/package.json index 3c7e87b26a..726b2af5a9 100644 --- a/packages/plugins/apollo-inline-trace/package.json +++ b/packages/plugins/apollo-inline-trace/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-apollo-inline-trace", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "Apollo's federated tracing plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -41,7 +41,7 @@ "access": "public" }, "peerDependencies": { - "graphql-yoga": "^3.0.0-next.0" + "graphql-yoga": "^3.0.0-next.1" }, "dependencies": { "@whatwg-node/fetch": "0.4.4", diff --git a/packages/plugins/apq/CHANGELOG.md b/packages/plugins/apq/CHANGELOG.md index 420d5e5fed..d022f6e6a7 100644 --- a/packages/plugins/apq/CHANGELOG.md +++ b/packages/plugins/apq/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-apq +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Major Changes diff --git a/packages/plugins/apq/package.json b/packages/plugins/apq/package.json index d377e9e513..d02a991d2d 100644 --- a/packages/plugins/apq/package.json +++ b/packages/plugins/apq/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-apq", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "APQ plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -44,7 +44,7 @@ "tiny-lru": "^9.0.0" }, "peerDependencies": { - "graphql-yoga": "^3.0.0-next.0" + "graphql-yoga": "^3.0.0-next.1" }, "type": "module" } diff --git a/packages/plugins/persisted-operations/CHANGELOG.md b/packages/plugins/persisted-operations/CHANGELOG.md index d6afa7861d..7ef2e9d0d8 100644 --- a/packages/plugins/persisted-operations/CHANGELOG.md +++ b/packages/plugins/persisted-operations/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-persisted-operations +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Major Changes diff --git a/packages/plugins/persisted-operations/package.json b/packages/plugins/persisted-operations/package.json index 35ccc09e6d..68e754cfc6 100644 --- a/packages/plugins/persisted-operations/package.json +++ b/packages/plugins/persisted-operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-persisted-operations", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "Persisted Operations plugin for GraphQL Yoga.", "repository": { "type": "git", @@ -40,7 +40,7 @@ "access": "public" }, "peerDependencies": { - "graphql-yoga": "^3.0.0-next.0" + "graphql-yoga": "^3.0.0-next.1" }, "devDependencies": { "@types/lru-cache": "7.10.9" diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index 322904f12b..fc0c2b8b2b 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/plugin-response-cache +## 1.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 1.0.0-next.0 ### Major Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 6fe8fde071..d25d99d9f1 100644 --- a/packages/plugins/response-cache/package.json +++ b/packages/plugins/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-response-cache", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "", "repository": { "type": "git", @@ -53,7 +53,7 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^3.0.0-next.0" + "graphql-yoga": "^3.0.0-next.1" }, "type": "module" } diff --git a/packages/render-graphiql/CHANGELOG.md b/packages/render-graphiql/CHANGELOG.md index 31c411ffaa..fe42f31923 100644 --- a/packages/render-graphiql/CHANGELOG.md +++ b/packages/render-graphiql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-yoga/render-graphiql +## 3.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]: + - graphql-yoga@3.0.0-next.1 + ## 3.0.0-next.0 ### Patch Changes diff --git a/packages/render-graphiql/package.json b/packages/render-graphiql/package.json index f5185122a1..e383640080 100644 --- a/packages/render-graphiql/package.json +++ b/packages/render-graphiql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/render-graphiql", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "description": "", "repository": { "type": "git", @@ -64,7 +64,7 @@ "access": "public" }, "peerDependencies": { - "graphql-yoga": "^3.0.0-next.0" + "graphql-yoga": "^3.0.0-next.1" }, "type": "module" }