Skip to content

Commit

Permalink
chore(graphql): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sa committed Sep 20, 2023
1 parent 94f0498 commit fa3fcc8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


## [0.2.0](https://github.com/marcus-sa/deepkit-modules/compare/graphql-v0.1.0...graphql-v0.2.0) (2023-09-20)


### Features

* add remix-validated-form package ([c944526](https://github.com/marcus-sa/deepkit-modules/commit/c94452626dc1c12f38db8f50fb018140735db346))
* **graphql:** add checks to ensure that mutation & query decorated resolver methods have valid return types ([6c90e79](https://github.com/marcus-sa/deepkit-modules/commit/6c90e79a449b169a30387dca7e3329c1e7ddb299))
* **graphql:** add context support and better args validation error messages ([1a9288c](https://github.com/marcus-sa/deepkit-modules/commit/1a9288cbb5ae4a078a86f915db8f5600cb08f1f7))


### Bug Fixes

* **graphql:** allow unions in isValidMethodReturnType ([99f475f](https://github.com/marcus-sa/deepkit-modules/commit/99f475ff62653e5f26e171bfe356b6ed6c6b7c86))


### Refactor

* **graphql:** add isValidMethodReturnType fn ([31bb7dd](https://github.com/marcus-sa/deepkit-modules/commit/31bb7dd25ef00aaaca20a7c284868c1a6c254144))

## 0.1.0 (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit-modules/graphql",
"version": "0.1.0",
"version": "0.2.0",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit fa3fcc8

Please sign in to comment.