Skip to content

Commit 0947a29

Browse files
authored
chore: release v19.0.0 (#2274)
1 parent 0ae2066 commit 0947a29

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ $ npm install @ngxs/store@dev
88

99
- ...
1010

11+
### 19.0.0 2024-12-3
12+
13+
- Build: Add Angular 19 support [#2269](https://github.com/ngxs/store/pull/2269)
14+
1115
### 18.1.6 2024-11-20
1216

1317
- Refactor: Use field initializers for injectees [#2258](https://github.com/ngxs/store/pull/2258)

integrations/hello-world-ng19/yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1741,37 +1741,37 @@
17411741
integrity sha512-UuLK1P184R12l6obaVzGk5yzCMQNwfahlkhNapbntvvFw27O76nEYVFM5y8tPkhC3XrsH4v6Ag21q+WADkR9jQ==
17421742

17431743
"@ngxs/devtools-plugin@file:./node_modules/@ngxs/devtools-plugin":
1744-
version "18.1.6"
1744+
version "19.0.0"
17451745
dependencies:
17461746
tslib "^2.3.0"
17471747

17481748
"@ngxs/form-plugin@file:./node_modules/@ngxs/form-plugin":
1749-
version "18.1.6"
1749+
version "19.0.0"
17501750
dependencies:
17511751
tslib "^2.3.0"
17521752

17531753
"@ngxs/logger-plugin@file:./node_modules/@ngxs/logger-plugin":
1754-
version "18.1.6"
1754+
version "19.0.0"
17551755
dependencies:
17561756
tslib "^2.3.0"
17571757

17581758
"@ngxs/router-plugin@file:./node_modules/@ngxs/router-plugin":
1759-
version "18.1.6"
1759+
version "19.0.0"
17601760
dependencies:
17611761
tslib "^2.3.0"
17621762

17631763
"@ngxs/storage-plugin@file:./node_modules/@ngxs/storage-plugin":
1764-
version "18.1.6"
1764+
version "19.0.0"
17651765
dependencies:
17661766
tslib "^2.3.0"
17671767

17681768
"@ngxs/store@file:./node_modules/@ngxs/store":
1769-
version "18.1.6"
1769+
version "19.0.0"
17701770
dependencies:
17711771
tslib "^2.3.0"
17721772

17731773
"@ngxs/websocket-plugin@file:./node_modules/@ngxs/websocket-plugin":
1774-
version "18.1.6"
1774+
version "19.0.0"
17751775
dependencies:
17761776
tslib "^2.3.0"
17771777

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngxs",
3-
"version": "18.1.6",
3+
"version": "19.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/ngxs/store.git"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"@ngxs/store": "18.1.6"
2+
"@ngxs/store": "19.0.0"
33
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"@ngxs/store": "18.1.6"
2+
"@ngxs/store": "19.0.0"
33
}

0 commit comments

Comments
 (0)