diff --git a/.changeset/calm-hats-tan.md b/.changeset/calm-hats-tan.md deleted file mode 100644 index 0582b230..00000000 --- a/.changeset/calm-hats-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphql-helix": minor ---- - -Include `extensions` within the `ExecutionContext`. diff --git a/.changeset/rare-buttons-yawn.md b/.changeset/rare-buttons-yawn.md deleted file mode 100644 index 3de44d01..00000000 --- a/.changeset/rare-buttons-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphql-helix": minor ---- - -Include `operationName` within the `ExecutionContext`. diff --git a/examples/context/package.json b/examples/context/package.json index 49bb9576..3194333f 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -15,6 +15,6 @@ "express": "4.17.1", "express-session": "1.17.2", "graphql": "16.0.0-experimental-stream-defer.5", - "graphql-helix": "^1.12.0" + "graphql-helix": "^1.13.0" } } diff --git a/examples/csp/package.json b/examples/csp/package.json index 2820405f..6bc8768a 100644 --- a/examples/csp/package.json +++ b/examples/csp/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5", "helmet": "4.6.0" } diff --git a/examples/error-handling/package.json b/examples/error-handling/package.json index 9fb1b235..3e12c9a1 100644 --- a/examples/error-handling/package.json +++ b/examples/error-handling/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/express/package.json b/examples/express/package.json index 80ab81d6..792f4d9b 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index d5e9d1c3..c026ae95 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "fastify": "3.21.6", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/file-upload/package.json b/examples/file-upload/package.json index 716944f5..aa72495a 100644 --- a/examples/file-upload/package.json +++ b/examples/file-upload/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5", "graphql-upload": "^11.0.0" } diff --git a/examples/graphql-jit/package.json b/examples/graphql-jit/package.json index 15073604..eb10b258 100644 --- a/examples/graphql-jit/package.json +++ b/examples/graphql-jit/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5", "graphql-jit": "0.5.2", "tiny-lru": "7.0.6" diff --git a/examples/graphql-modules/package.json b/examples/graphql-modules/package.json index 10b32a52..aa9b743a 100644 --- a/examples/graphql-modules/package.json +++ b/examples/graphql-modules/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5", "graphql-modules": "1.4.4" } diff --git a/examples/graphql-ws/package.json b/examples/graphql-ws/package.json index 6f3e31d5..4b695bb8 100644 --- a/examples/graphql-ws/package.json +++ b/examples/graphql-ws/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5", "graphql-ws": "5.5.0", "ws": "8.2.2" diff --git a/examples/http/package.json b/examples/http/package.json index c302bace..9a28f94a 100644 --- a/examples/http/package.json +++ b/examples/http/package.json @@ -10,7 +10,7 @@ "typescript": "4.4.4" }, "dependencies": { - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/koa/package.json b/examples/koa/package.json index 743d3f6a..240642ea 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -12,7 +12,7 @@ "typescript": "4.4.4" }, "dependencies": { - "graphql-helix": "1.12.0", + "graphql-helix": "1.13.0", "graphql": "16.0.0-experimental-stream-defer.5", "koa": "2.13.1", "koa-bodyparser": "4.3.0" diff --git a/examples/live-queries/package.json b/examples/live-queries/package.json index 39b01a5d..48af4dd5 100644 --- a/examples/live-queries/package.json +++ b/examples/live-queries/package.json @@ -14,7 +14,7 @@ "@n1ru4l/in-memory-live-query-store": "0.7.1", "@n1ru4l/graphql-live-query": "0.8.1", "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/persisted-queries/package.json b/examples/persisted-queries/package.json index 5d5e1c95..a90539c6 100644 --- a/examples/persisted-queries/package.json +++ b/examples/persisted-queries/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.12.0", + "graphql-helix": "^1.13.0", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8137fddc..9b68b3a2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # graphql-helix +## 1.13.0 + +### Minor Changes + +- 4d9ec82: Include `extensions` within the `ExecutionContext`. +- 4d9ec82: Include `operationName` within the `ExecutionContext`. + ## 1.12.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index fa348a7f..60cbd51d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-helix", - "version": "1.12.0", + "version": "1.13.0", "description": "A highly evolved GraphQL HTTP Server 🧬", "keywords": [ "graphql",