From f4030cb845180eca64f1b9dd681e47548177cc61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 11:33:27 +0900 Subject: [PATCH] Version Packages (#712) --- .changeset/new-peaches-fix.md | 5 ----- packages/graphql-server/CHANGELOG.md | 6 ++++++ packages/graphql-server/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/new-peaches-fix.md diff --git a/.changeset/new-peaches-fix.md b/.changeset/new-peaches-fix.md deleted file mode 100644 index e92bef41..00000000 --- a/.changeset/new-peaches-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/graphql-server': patch ---- - -Make argument (context) for the root resolver function from optional to required. diff --git a/packages/graphql-server/CHANGELOG.md b/packages/graphql-server/CHANGELOG.md index 179e3a58..b36d4d14 100644 --- a/packages/graphql-server/CHANGELOG.md +++ b/packages/graphql-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/graphql-server +## 0.5.1 + +### Patch Changes + +- [#705](https://github.com/honojs/middleware/pull/705) [`9cac146245bc410f328ce59e1b82358464307a88`](https://github.com/honojs/middleware/commit/9cac146245bc410f328ce59e1b82358464307a88) Thanks [@metrue](https://github.com/metrue)! - Make argument (context) for the root resolver function from optional to required. + ## 0.5.0 ### Minor Changes diff --git a/packages/graphql-server/package.json b/packages/graphql-server/package.json index 1460d4c6..b2137882 100644 --- a/packages/graphql-server/package.json +++ b/packages/graphql-server/package.json @@ -1,6 +1,6 @@ { "name": "@hono/graphql-server", - "version": "0.5.0", + "version": "0.5.1", "repository": "git@github.com:honojs/middleware.git", "author": "Minghe Huang ", "main": "dist/index.js",