Skip to content

Commit

Permalink
chore(release): 17.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.3.0](v17.2.1...v17.3.0) (2024-03-12)

### Bug Fixes

* better serializable stable value ([fdb5316](fdb5316))
* **lib:** select from result when options is signal or function ([e2007cf](e2007cf))
* move lazy signal to useQueryState and add to options ([d884770](d884770))
* new query deep signals ([87b4b45](87b4b45))
* new signal proxy ([f6f7147](f6f7147))
* package tags ([1f42bbc](1f42bbc))
* required signal inputs errors ([47e8905](47e8905))
* required signal inputs errors v2 ([1960a40](1960a40))

### Features

* **lib:** add deep signals and refactor mutations and lazy ([c7f3ca0](c7f3ca0))
* **lib:** remove dispatch and fetch functions ([6f441fb](6f441fb))
  • Loading branch information
semantic-release-bot committed Mar 12, 2024
1 parent f9b0192 commit 58a3814
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [17.3.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.2.1...v17.3.0) (2024-03-12)


### Bug Fixes

* better serializable stable value ([fdb5316](https://github.com/SaulMoro/ngrx-rtk-query/commit/fdb5316e1cf9989eb391460cdfc5479a34da5d6f))
* **lib:** select from result when options is signal or function ([e2007cf](https://github.com/SaulMoro/ngrx-rtk-query/commit/e2007cf3072fff7c0c2f6b15995c9a5b0284e210))
* move lazy signal to useQueryState and add to options ([d884770](https://github.com/SaulMoro/ngrx-rtk-query/commit/d88477096dfe4fa3e9d5e5e23c5c2cf3c0de209d))
* new query deep signals ([87b4b45](https://github.com/SaulMoro/ngrx-rtk-query/commit/87b4b45e64275d74d71aa672e75a25eaddc8a792))
* new signal proxy ([f6f7147](https://github.com/SaulMoro/ngrx-rtk-query/commit/f6f7147726a40904858c4c7ec221174440c058ab))
* package tags ([1f42bbc](https://github.com/SaulMoro/ngrx-rtk-query/commit/1f42bbcf7d2113cf39e3b4270628f88ed1e839b5))
* required signal inputs errors ([47e8905](https://github.com/SaulMoro/ngrx-rtk-query/commit/47e89052204105ed2f8edf512b352d9703c6e364))
* required signal inputs errors v2 ([1960a40](https://github.com/SaulMoro/ngrx-rtk-query/commit/1960a404d5708b06c1195937cd2c77b6d2254f22))


### Features

* **lib:** add deep signals and refactor mutations and lazy ([c7f3ca0](https://github.com/SaulMoro/ngrx-rtk-query/commit/c7f3ca091155cf09b120b29b3e515426a5294049))
* **lib:** remove dispatch and fetch functions ([6f441fb](https://github.com/SaulMoro/ngrx-rtk-query/commit/6f441fb0bc23fa0ca237e1ec5bc1e8a46bad6c43))

# [17.3.0-next.8](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.3.0-next.7...v17.3.0-next.8) (2024-03-12)


Expand Down

0 comments on commit 58a3814

Please sign in to comment.