Skip to content

Commit

Permalink
chore(main): release @ngx-signal-store-query/core 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and k3nsei committed Dec 21, 2024
1 parent 1720b42 commit ca08924
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/out-tsc
/bazel-out

CHANGELOG.md

pnpm-lock.yaml

/apps/demo-e2e/playwright/.cache
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"libs/ngx-signal-store-query": "0.4.0"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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 ca08924

Please sign in to comment.