Version Packages (#362)

pull/363/head @hono/graphql-server@0.4.2
github-actions[bot] 2024-01-28 22:04:32 +09:00 committed by GitHub
parent 2c7b25fc2a
commit 9b9cebe6d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/graphql-server': patch
---
Fix the context not propagated down to resovlers issue.

View File

@ -1,5 +1,11 @@
# @hono/graphql-server # @hono/graphql-server
## 0.4.2
### Patch Changes
- [#361](https://github.com/honojs/middleware/pull/361) [`2c7b25fc2a89490ac3138b6143f8e71657b49fe8`](https://github.com/honojs/middleware/commit/2c7b25fc2a89490ac3138b6143f8e71657b49fe8) Thanks [@metrue](https://github.com/metrue)! - Fix the context not propagated down to resovlers issue.
## 0.4.1 ## 0.4.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/graphql-server", "name": "@hono/graphql-server",
"version": "0.4.1", "version": "0.4.2",
"repository": "git@github.com:honojs/middleware.git", "repository": "git@github.com:honojs/middleware.git",
"author": "Minghe Huang <h.minghe@gmail.com>", "author": "Minghe Huang <h.minghe@gmail.com>",
"main": "dist/index.js", "main": "dist/index.js",