Skip to content

Commit

Permalink
chore: release v18.1.2 (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt authored Oct 20, 2024
1 parent b178ff0 commit cbc269d
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 24 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/*.spec.ts
packages/store/types/.eslintrc.js
node_modules/
tutorials/create-app/src/env.d.ts
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ $ npm install @ngxs/store@dev

### To become next patch version

- ...

### 18.1.2 2024-10-21

- Fix(store): Allow selector utils usage within state class [#2210](https://github.com/ngxs/store/pull/2210)
- Fix(store): Register feature plugins correctly [#2228](https://github.com/ngxs/store/pull/2228)
- Fix(store): Memoize selectors which return NaN [#2230](https://github.com/ngxs/store/pull/2230)
Expand Down
28 changes: 21 additions & 7 deletions integrations/hello-world-ng16/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,15 @@
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf"
integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
"@babel/helper-compilation-targets" "^7.24.7"
"@babel/helper-environment-visitor" "^7.24.7"
"@babel/helper-function-name" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/helper-replace-supers" "^7.24.7"
"@babel/helper-split-export-declaration" "^7.24.7"
globals "^11.1.0"

"@babel/plugin-transform-computed-properties@^7.20.7":
version "7.24.7"
Expand Down Expand Up @@ -950,6 +959,9 @@
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8"
integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==
dependencies:
"@babel/helper-module-transforms" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"

"@babel/plugin-transform-named-capturing-groups-regex@^7.20.5":
version "7.24.7"
Expand Down Expand Up @@ -1587,37 +1599,37 @@
integrity sha512-I5zjGtJu2wwIdM+OFUHXezmwTJ0wpParVJgCxR0cLd0CIbpRYSjOSZQN/nR9ZnTKAI5uFZ3MM2p/VRQGUUHUcw==

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

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

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

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

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

"@ngxs/store@file:./node_modules/@ngxs/store":
version "18.1.1"
version "18.1.2"
dependencies:
tslib "^2.3.0"

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

Expand Down Expand Up @@ -3276,6 +3288,8 @@ default-gateway@^6.0.3:
version "6.0.3"
resolved "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71"
integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==
dependencies:
execa "^5.0.0"

defaults@^1.0.3:
version "1.0.4"
Expand Down
28 changes: 21 additions & 7 deletions integrations/hello-world-ng17/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,15 @@
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf"
integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
"@babel/helper-compilation-targets" "^7.24.7"
"@babel/helper-environment-visitor" "^7.24.7"
"@babel/helper-function-name" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/helper-replace-supers" "^7.24.7"
"@babel/helper-split-export-declaration" "^7.24.7"
globals "^11.1.0"

"@babel/plugin-transform-computed-properties@^7.22.5":
version "7.24.7"
Expand Down Expand Up @@ -920,6 +929,9 @@
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8"
integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==
dependencies:
"@babel/helper-module-transforms" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"

"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
version "7.24.7"
Expand Down Expand Up @@ -1626,37 +1638,37 @@
integrity sha512-/Bb5MXlphNp3UDsQDa4EB4AwpF4D/plrCPd5YGfVvD43j5g5Rpen+cqz5jai1zfAkF1dPl2qq0nRp/jwmJO3uA==

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

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

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

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

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

"@ngxs/store@file:./node_modules/@ngxs/store":
version "18.1.1"
version "18.1.2"
dependencies:
tslib "^2.3.0"

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

Expand Down Expand Up @@ -3356,6 +3368,8 @@ default-gateway@^6.0.3:
version "6.0.3"
resolved "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71"
integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==
dependencies:
execa "^5.0.0"

defaults@^1.0.3:
version "1.0.4"
Expand Down
28 changes: 21 additions & 7 deletions integrations/hello-world-ng18/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,15 @@
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf"
integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
"@babel/helper-compilation-targets" "^7.24.7"
"@babel/helper-environment-visitor" "^7.24.7"
"@babel/helper-function-name" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/helper-replace-supers" "^7.24.7"
"@babel/helper-split-export-declaration" "^7.24.7"
globals "^11.1.0"

"@babel/plugin-transform-computed-properties@^7.24.1":
version "7.24.7"
Expand Down Expand Up @@ -951,6 +960,9 @@
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8"
integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==
dependencies:
"@babel/helper-module-transforms" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"

"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
version "7.24.7"
Expand Down Expand Up @@ -1748,37 +1760,37 @@
integrity sha512-wcJp15H52RgEiZOcq/8YlgF53dNR2C+ap6mof8HziD5lTXmkPLKn1US0gqHixu5njkWKslCzu2td/k2Fg6r5Kg==

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

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

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

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

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

"@ngxs/store@file:./node_modules/@ngxs/store":
version "18.1.1"
version "18.1.2"
dependencies:
tslib "^2.3.0"

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

Expand Down Expand Up @@ -3463,6 +3475,8 @@ default-gateway@^6.0.3:
version "6.0.3"
resolved "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71"
integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==
dependencies:
execa "^5.0.0"

defaults@^1.0.3:
version "1.0.4"
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.1",
"version": "18.1.2",
"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.1"
"@ngxs/store": "18.1.2"
}
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.1"
"@ngxs/store": "18.1.2"
}
2 changes: 2 additions & 0 deletions tutorials/create-app/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit cbc269d

Please sign in to comment.