From b6dc4a5f871e800020694609052c60da7e91ed8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 09:32:08 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#158) Co-authored-by: github-actions[bot] --- .changeset/metal-seas-add.md | 5 ----- examples/context/package.json | 2 +- examples/csp/package.json | 2 +- examples/error-handling/package.json | 2 +- examples/express/package.json | 2 +- examples/fastify/package.json | 2 +- examples/file-upload/package.json | 2 +- examples/graphql-jit/package.json | 2 +- examples/graphql-modules/package.json | 2 +- examples/graphql-ws/package.json | 2 +- examples/http/package.json | 2 +- examples/koa/package.json | 2 +- examples/live-queries/package.json | 2 +- examples/persisted-queries/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 16 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 .changeset/metal-seas-add.md diff --git a/.changeset/metal-seas-add.md b/.changeset/metal-seas-add.md deleted file mode 100644 index 35a0a97a..00000000 --- a/.changeset/metal-seas-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphql-helix": patch ---- - -fix missing context in subscribe function diff --git a/examples/context/package.json b/examples/context/package.json index ee173df2..dd85053b 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.1" + "graphql-helix": "^1.10.2" } } diff --git a/examples/csp/package.json b/examples/csp/package.json index 7dcf782a..9eb9e763 100644 --- a/examples/csp/package.json +++ b/examples/csp/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.10.1", + "graphql-helix": "^1.10.2", "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 1ba5dd4f..789e619c 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.1", + "graphql-helix": "^1.10.2", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/express/package.json b/examples/express/package.json index ecb947b8..91014ee8 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "express": "4.17.1", - "graphql-helix": "^1.10.1", + "graphql-helix": "^1.10.2", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 3e9d6211..1a916f23 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "fastify": "3.21.6", - "graphql-helix": "^1.10.1", + "graphql-helix": "^1.10.2", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/file-upload/package.json b/examples/file-upload/package.json index e7eba85d..7bee3f23 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.1", + "graphql-helix": "^1.10.2", "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 59f34fb1..8119cd46 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.1", + "graphql-helix": "^1.10.2", "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 db755de6..f15014a5 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.1", + "graphql-helix": "^1.10.2", "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 61f595eb..f5e59d86 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.1", + "graphql-helix": "^1.10.2", "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 bf011e0f..2cc0226f 100644 --- a/examples/http/package.json +++ b/examples/http/package.json @@ -10,7 +10,7 @@ "typescript": "4.4.4" }, "dependencies": { - "graphql-helix": "^1.10.1", + "graphql-helix": "^1.10.2", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/koa/package.json b/examples/koa/package.json index fffe8848..42e818c2 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -12,7 +12,7 @@ "typescript": "4.4.4" }, "dependencies": { - "graphql-helix": "1.10.1", + "graphql-helix": "1.10.2", "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 2df698f4..923f71d1 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.1", + "graphql-helix": "^1.10.2", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/examples/persisted-queries/package.json b/examples/persisted-queries/package.json index 01fbb6a7..30454b36 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.1", + "graphql-helix": "^1.10.2", "graphql": "16.0.0-experimental-stream-defer.5" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7a493522..54c77c79 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-helix +## 1.10.2 + +### Patch Changes + +- ea28821: fix missing context in subscribe function + ## 1.10.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e1c58225..8f12d689 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-helix", - "version": "1.10.1", + "version": "1.10.2", "description": "A highly evolved GraphQL HTTP Server 🧬", "keywords": [ "graphql",