Commit 0947a29 1 parent 0ae2066 commit 0947a29 Copy full SHA for 0947a29
File tree 5 files changed +14
-10
lines changed
integrations/hello-world-ng19
storage-plugin/schematics/src/utils
store/schematics/src/utils
5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ $ npm install @ngxs/store@dev
8
8
9
9
- ...
10
10
11
+ ### 19.0.0 2024-12-3
12
+
13
+ - Build: Add Angular 19 support [ #2269 ] ( https://github.com/ngxs/store/pull/2269 )
14
+
11
15
### 18.1.6 2024-11-20
12
16
13
17
- Refactor: Use field initializers for injectees [ #2258 ] ( https://github.com/ngxs/store/pull/2258 )
Original file line number Diff line number Diff line change 1741
1741
integrity sha512-UuLK1P184R12l6obaVzGk5yzCMQNwfahlkhNapbntvvFw27O76nEYVFM5y8tPkhC3XrsH4v6Ag21q+WADkR9jQ==
1742
1742
1743
1743
" @ngxs/devtools-plugin@file:./node_modules/@ngxs/devtools-plugin " :
1744
- version "18.1.6 "
1744
+ version "19.0.0 "
1745
1745
dependencies :
1746
1746
tslib "^2.3.0"
1747
1747
1748
1748
" @ngxs/form-plugin@file:./node_modules/@ngxs/form-plugin " :
1749
- version "18.1.6 "
1749
+ version "19.0.0 "
1750
1750
dependencies :
1751
1751
tslib "^2.3.0"
1752
1752
1753
1753
" @ngxs/logger-plugin@file:./node_modules/@ngxs/logger-plugin " :
1754
- version "18.1.6 "
1754
+ version "19.0.0 "
1755
1755
dependencies :
1756
1756
tslib "^2.3.0"
1757
1757
1758
1758
" @ngxs/router-plugin@file:./node_modules/@ngxs/router-plugin " :
1759
- version "18.1.6 "
1759
+ version "19.0.0 "
1760
1760
dependencies :
1761
1761
tslib "^2.3.0"
1762
1762
1763
1763
" @ngxs/storage-plugin@file:./node_modules/@ngxs/storage-plugin " :
1764
- version "18.1.6 "
1764
+ version "19.0.0 "
1765
1765
dependencies :
1766
1766
tslib "^2.3.0"
1767
1767
1768
1768
" @ngxs/store@file:./node_modules/@ngxs/store " :
1769
- version "18.1.6 "
1769
+ version "19.0.0 "
1770
1770
dependencies :
1771
1771
tslib "^2.3.0"
1772
1772
1773
1773
" @ngxs/websocket-plugin@file:./node_modules/@ngxs/websocket-plugin " :
1774
- version "18.1.6 "
1774
+ version "19.0.0 "
1775
1775
dependencies :
1776
1776
tslib "^2.3.0"
1777
1777
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngxs" ,
3
- "version" : " 18.1.6 " ,
3
+ "version" : " 19.0.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/ngxs/store.git"
Original file line number Diff line number Diff line change 1
1
{
2
- "@ngxs/store" : " 18.1.6 "
2
+ "@ngxs/store" : " 19.0.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
{
2
- "@ngxs/store" : " 18.1.6 "
2
+ "@ngxs/store" : " 19.0.0 "
3
3
}
You can’t perform that action at this time.
0 commit comments