diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7d6e804..4b1de6b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/integrations/hello-world-ng19/yarn.lock b/integrations/hello-world-ng19/yarn.lock index 49cc91432..4698eb86d 100644 --- a/integrations/hello-world-ng19/yarn.lock +++ b/integrations/hello-world-ng19/yarn.lock @@ -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" diff --git a/package.json b/package.json index f915e26dd..51deefec4 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/packages/storage-plugin/schematics/src/utils/versions.json b/packages/storage-plugin/schematics/src/utils/versions.json index d29699a36..2543da19c 100644 --- a/packages/storage-plugin/schematics/src/utils/versions.json +++ b/packages/storage-plugin/schematics/src/utils/versions.json @@ -1,3 +1,3 @@ { - "@ngxs/store": "18.1.6" + "@ngxs/store": "19.0.0" } diff --git a/packages/store/schematics/src/utils/versions.json b/packages/store/schematics/src/utils/versions.json index d29699a36..2543da19c 100644 --- a/packages/store/schematics/src/utils/versions.json +++ b/packages/store/schematics/src/utils/versions.json @@ -1,3 +1,3 @@ { - "@ngxs/store": "18.1.6" + "@ngxs/store": "19.0.0" }