Skip to content

Commit

Permalink
chore(main): release core 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 21, 2024
1 parent 1720b42 commit 10526fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"libs/ngx-signal-store-query": "0.4.0"
"libs/ngx-signal-store-query": "0.4.0",
".": "0.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-signal-store-query/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 10526fd

Please sign in to comment.