diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 24d164c..740567d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,4 @@ { - "libs/ngx-signal-store-query": "0.4.0" + "libs/ngx-signal-store-query": "0.4.0", + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e2af6..de0f6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.5.0 (2024-12-21) + + +### ⚠ BREAKING CHANGES + +* migrate to ngrx signals v19 +* bump tanstack angular query to 5.61.0 + +### Features + +* bump tanstack angular query to 5.61.0 ([a73f6df](https://github.com/k3nsei/ngx-signal-store-query/commit/a73f6df44979fbd35b57c36d7e7faf8e3f43212a)) +* migrate to ngrx signals v19 ([1720b42](https://github.com/k3nsei/ngx-signal-store-query/commit/1720b42dba7a00240ce96a4708a7f787cfeaaf5f)) + ## [0.4.0](https://github.com/k3nsei/ngx-signal-store-query/compare/source-v0.3.0...source-v0.4.0) (2024-11-20) ### ⚠ BREAKING CHANGES diff --git a/libs/ngx-signal-store-query/package.json b/libs/ngx-signal-store-query/package.json index 0cdb95c..b3640c5 100644 --- a/libs/ngx-signal-store-query/package.json +++ b/libs/ngx-signal-store-query/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-signal-store-query/core", - "version": "0.4.0", + "version": "0.5.0", "description": "Signal Store feature that bridges with Angular Query", "keywords": [ "Angular",