Version Packages (#712)

pull/713/head @hono/graphql-server@0.5.1
github-actions[bot] 2024-08-25 11:33:27 +09:00 committed by GitHub
parent 9cac146245
commit f4030cb845
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
---
Make argument (context) for the root resolver function from optional to required.

View File

@ -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

View File

@ -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 <h.minghe@gmail.com>",
"main": "dist/index.js",