Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v19.0.0 #2274

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ $ npm install @ngxs/store@dev

- ...

### 19.0.0 2024-12-3

- Build: Add Angular 19 support [#2269](https://github.com/ngxs/store/pull/2269)

### 18.1.6 2024-11-20

- Refactor: Use field initializers for injectees [#2258](https://github.com/ngxs/store/pull/2258)
Expand Down
14 changes: 7 additions & 7 deletions integrations/hello-world-ng19/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1741,37 +1741,37 @@
integrity sha512-UuLK1P184R12l6obaVzGk5yzCMQNwfahlkhNapbntvvFw27O76nEYVFM5y8tPkhC3XrsH4v6Ag21q+WADkR9jQ==

"@ngxs/devtools-plugin@file:./node_modules/@ngxs/devtools-plugin":
version "18.1.6"
version "19.0.0"
dependencies:
tslib "^2.3.0"

"@ngxs/form-plugin@file:./node_modules/@ngxs/form-plugin":
version "18.1.6"
version "19.0.0"
dependencies:
tslib "^2.3.0"

"@ngxs/logger-plugin@file:./node_modules/@ngxs/logger-plugin":
version "18.1.6"
version "19.0.0"
dependencies:
tslib "^2.3.0"

"@ngxs/router-plugin@file:./node_modules/@ngxs/router-plugin":
version "18.1.6"
version "19.0.0"
dependencies:
tslib "^2.3.0"

"@ngxs/storage-plugin@file:./node_modules/@ngxs/storage-plugin":
version "18.1.6"
version "19.0.0"
dependencies:
tslib "^2.3.0"

"@ngxs/store@file:./node_modules/@ngxs/store":
version "18.1.6"
version "19.0.0"
dependencies:
tslib "^2.3.0"

"@ngxs/websocket-plugin@file:./node_modules/@ngxs/websocket-plugin":
version "18.1.6"
version "19.0.0"
dependencies:
tslib "^2.3.0"

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": "ngxs",
"version": "18.1.6",
"version": "19.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs/store.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"@ngxs/store": "18.1.6"
"@ngxs/store": "19.0.0"
}
2 changes: 1 addition & 1 deletion packages/store/schematics/src/utils/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"@ngxs/store": "18.1.6"
"@ngxs/store": "19.0.0"
}
Loading