Skip to content

Commit

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


## [0.3.0](https://github.com/marcus-sa/deepkit-modules/compare/graphql-v0.2.2...graphql-v0.3.0) (2023-09-20)


### Features

* **graphql:** generate mutation and queries resolver fields in schema builder ([3445201](https://github.com/marcus-sa/deepkit-modules/commit/3445201436db97ecd48adcf853138a0540509dea))


### Bug Fixes

* **graphql:** generate mutation & resolver fields methods for schema builder ([70f61f6](https://github.com/marcus-sa/deepkit-modules/commit/70f61f6350f96af429fe426f6593883cdae528e7))
* **graphql:** remove valid method return type checks ([c804a05](https://github.com/marcus-sa/deepkit-modules/commit/c804a057824c7a26c83d2e4c3d88f8e69180290c))

## [0.2.2](https://github.com/marcus-sa/deepkit-modules/compare/graphql-v0.2.1...graphql-v0.2.2) (2023-09-20)


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.2.2",
"version": "0.3.0",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit a5d361d

Please sign in to comment.