diff --git a/.changeset/weak-kids-leave.md b/.changeset/weak-kids-leave.md deleted file mode 100644 index aaf2d61e..00000000 --- a/.changeset/weak-kids-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphql-helix": patch ---- - -Set content-length header on sendResponseResult diff --git a/examples/context/package.json b/examples/context/package.json index dd85053b..c232daf4 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.10.2" + "graphql-helix": "^1.10.3" } } diff --git a/examples/csp/package.json b/examples/csp/package.json index 9eb9e763..90aa2767 100644 --- a/examples/csp/package.json +++ b/examples/csp/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.10.2", + "graphql-helix": "^1.10.3", "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 789e619c..259c509b 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.10.2", + "graphql-helix": "^1.10.3", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/express/package.json b/examples/express/package.json index 91014ee8..959312a5 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.10.2", + "graphql-helix": "^1.10.3", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 1a916f23..c20b9e15 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "fastify": "3.21.6", - "graphql-helix": "^1.10.2", + "graphql-helix": "^1.10.3", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/file-upload/package.json b/examples/file-upload/package.json index 7bee3f23..27a6adaf 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.10.2", + "graphql-helix": "^1.10.3", "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 8119cd46..5befd4f3 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.10.2", + "graphql-helix": "^1.10.3", "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 f15014a5..ae5b94c1 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.10.2", + "graphql-helix": "^1.10.3", "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 f5e59d86..e53eaeaa 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.10.2", + "graphql-helix": "^1.10.3", "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 2cc0226f..deeb53a4 100644 --- a/examples/http/package.json +++ b/examples/http/package.json @@ -10,7 +10,7 @@ "typescript": "4.4.4" }, "dependencies": { - "graphql-helix": "^1.10.2", + "graphql-helix": "^1.10.3", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/koa/package.json b/examples/koa/package.json index 42e818c2..6ca4e8cd 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -12,7 +12,7 @@ "typescript": "4.4.4" }, "dependencies": { - "graphql-helix": "1.10.2", + "graphql-helix": "1.10.3", "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 923f71d1..aa9d9e68 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.10.2", + "graphql-helix": "^1.10.3", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/persisted-queries/package.json b/examples/persisted-queries/package.json index 30454b36..6ae8c273 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.10.2", + "graphql-helix": "^1.10.3", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 54c77c79..ad61afb8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-helix +## 1.10.3 + +### Patch Changes + +- d6071a1: Set content-length header on sendResponseResult + ## 1.10.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7cce9a79..74d9198b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-helix", - "version": "1.10.2", + "version": "1.10.3", "description": "A highly evolved GraphQL HTTP Server 🧬", "keywords": [ "graphql",