Skip to content

Commit

Permalink
chore: release v18.1.1 (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitfeld authored Aug 6, 2024
1 parent d917fba commit 2ed1e0c
Show file tree
Hide file tree
Showing 8 changed files with 591 additions and 45 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ $ npm install @ngxs/store@dev

- ...

### 18.1.1 2024-08-06

- Fix(store): allow dispatch within effect [#2201](https://github.com/ngxs/store/pull/2201)
- Fix(store): use computed in selectSignal [#2201](https://github.com/ngxs/store/pull/2201)

### 18.1.0 2024-07-29

- Feature(store): Debounce `selectSignal` by default [#2190](https://github.com/ngxs/store/pull/2190)
Expand Down
14 changes: 7 additions & 7 deletions integrations/hello-world-ng16/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1587,37 +1587,37 @@
integrity sha512-I5zjGtJu2wwIdM+OFUHXezmwTJ0wpParVJgCxR0cLd0CIbpRYSjOSZQN/nR9ZnTKAI5uFZ3MM2p/VRQGUUHUcw==

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

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

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

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

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

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

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

Expand Down
14 changes: 7 additions & 7 deletions integrations/hello-world-ng17/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1626,37 +1626,37 @@
integrity sha512-/Bb5MXlphNp3UDsQDa4EB4AwpF4D/plrCPd5YGfVvD43j5g5Rpen+cqz5jai1zfAkF1dPl2qq0nRp/jwmJO3uA==

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

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

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

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

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

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

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

Expand Down
14 changes: 7 additions & 7 deletions integrations/hello-world-ng18/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1748,37 +1748,37 @@
integrity sha512-wcJp15H52RgEiZOcq/8YlgF53dNR2C+ap6mof8HziD5lTXmkPLKn1US0gqHixu5njkWKslCzu2td/k2Fg6r5Kg==

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

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

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

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

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

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

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

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngxs",
"version": "18.1.0",
"version": "18.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs/store.git"
Expand Down Expand Up @@ -93,6 +93,7 @@
"e2e:chrome": "start-test serve:integration 4200 cy:run:chrome",
"e2e:chromium": "start-test serve:integration 4200 cy:run:chromium",
"// - CI": "CI Testing",
"test": "nx run-many --target=test --all",
"test:ci:e2e": "yarn start-test serve:integration:static 4200 cy:run",
"test:ci:integration": "cross-env CI=true nx run integration:test --colors --run-in-band && yarn build:integration",
"test:ci:integration:ssr": "cross-env CI=true yarn build:integration:ssr && yarn start-test serve:integration:ssr 4200 cy:run:ssr",
Expand All @@ -105,6 +106,10 @@
"integration:ng16": "cd integrations/hello-world-ng16 && yarn test:integration",
"integration:ng17": "cd integrations/hello-world-ng17 && yarn test:integration",
"integration:ng18": "cd integrations/hello-world-ng18 && yarn test:integration",
"version:integration": "npm-run-all build version:integration:*",
"version:integration:ng16": "cd integrations/hello-world-ng16 && yarn install --force && cd ../..",
"version:integration:ng17": "cd integrations/hello-world-ng17 && yarn install --force && cd ../..",
"version:integration:ng18": "cd integrations/hello-world-ng18 && yarn install --force && cd ../..",
"// - INTEGRATION END -": "----------"
},
"private": true,
Expand Down Expand Up @@ -155,6 +160,7 @@
"lint-staged": "^13.0.0",
"mock-socket": "^8.1.0",
"ng-packagr": "18.0.0",
"npm-run-all": "^4.1.5",
"nx": "19.4.1",
"prettier": "3.2.5",
"rollup": "^4",
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.0"
"@ngxs/store": "18.1.1"
}
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.0"
"@ngxs/store": "18.1.1"
}
Loading

0 comments on commit 2ed1e0c

Please sign in to comment.