Skip to content

Commit

Permalink
chore: release v19.0.0 (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt authored Dec 3, 2024
1 parent 0ae2066 commit 0947a29
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
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
2 changes: 1 addition & 1 deletion packages/storage-plugin/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"
}
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"
}

0 comments on commit 0947a29

Please sign in to comment.