Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.0...v1.10.0) (2024-12-03)

### Bug Fixes

* πŸ› Add @IsOptional() Decorator for Nullable Fields ([5ca9dc8](5ca9dc8))
* πŸ› add Injectable decorator to AuthService ([bf13f1c](bf13f1c))
* πŸ› add InputType decorator ([092fc79](092fc79))
* πŸ› AuthModule is invalid ([257f49d](257f49d))
* πŸ› AuthModule is not valid ([edb09bb](edb09bb))
* πŸ› fix UserDto type ([ac2cdb4](ac2cdb4))

### Features

* ✨ import AuthModule to User AppModule ([6cb1c40](6cb1c40))
* ✨ merge conflict ([0a79470](0a79470))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent 1ac6065 commit 4194ec9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.10.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.9.0...v1.10.0) (2024-12-03)


### Bug Fixes

* πŸ› Add @IsOptional() Decorator for Nullable Fields ([5ca9dc8](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/5ca9dc86518ea4ce923fac9f491040b630073259))
* πŸ› add Injectable decorator to AuthService ([bf13f1c](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/bf13f1c9e3e60a14bd8f5cc88b07e1908de3d16b))
* πŸ› add InputType decorator ([092fc79](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/092fc797b0a06752570db1c09c30e480f9e48a5d))
* πŸ› AuthModule is invalid ([257f49d](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/257f49d796cbc7f482a01d043eb50549dc14f27c))
* πŸ› AuthModule is not valid ([edb09bb](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/edb09bbad1d948345720d488aea17e15152cbc9e))
* πŸ› fix UserDto type ([ac2cdb4](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/ac2cdb42f76475842be5993d74a1a9339647145c))


### Features

* ✨ import AuthModule to User AppModule ([6cb1c40](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/6cb1c40eca76c109c75d14da16e6beb5ad5da337))
* ✨ merge conflict ([0a79470](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/0a7947009e7224a30b79173639afe1bd02cc0997))

# [1.9.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.8.0...v1.9.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-federation-workspace/source",
"version": "1.9.0",
"version": "1.10.0",
"license": "MIT",
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit 4194ec9

Please sign in to comment.