Skip to content

Commit b4431f7

Browse files
chore: release 16.0.0-rc.1
1 parent 5843e7f commit b4431f7

File tree

22 files changed

+45
-28
lines changed

22 files changed

+45
-28
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="16.0.0-rc.1"></a>
2+
3+
# [16.0.0-rc.1](https://github.com/ngrx/platform/compare/16.0.0-rc.0...16.0.0-rc.1) (2023-05-09)
4+
5+
### Bug Fixes
6+
7+
- **component-store:** use default equality function for selectSignal ([#3884](https://github.com/ngrx/platform/issues/3884)) ([5843e7f](https://github.com/ngrx/platform/commit/5843e7f))
8+
- **store:** add Signal equal function for immutable object comparison ([#3883](https://github.com/ngrx/platform/issues/3883)) ([634fdcb](https://github.com/ngrx/platform/commit/634fdcb))
9+
- **store:** move Angular Signal interop into State service ([#3879](https://github.com/ngrx/platform/issues/3879)) ([8cb5795](https://github.com/ngrx/platform/commit/8cb5795)), closes [#3869](https://github.com/ngrx/platform/issues/3869)
10+
11+
### Features
12+
13+
- add ng add support for standalone config to NgRx packages ([#3881](https://github.com/ngrx/platform/issues/3881)) ([58508e3](https://github.com/ngrx/platform/commit/58508e3))
14+
- **component:** add migration for LetModule and PushModule ([#3872](https://github.com/ngrx/platform/issues/3872)) ([5f07eda](https://github.com/ngrx/platform/commit/5f07eda))
15+
- **component:** make LetDirective and PushPipe standalone ([#3826](https://github.com/ngrx/platform/issues/3826)) ([985d80c](https://github.com/ngrx/platform/commit/985d80c)), closes [#3804](https://github.com/ngrx/platform/issues/3804)
16+
- **store:** add support of standalone API for ng add store ([#3874](https://github.com/ngrx/platform/issues/3874)) ([7aec84d](https://github.com/ngrx/platform/commit/7aec84d))
17+
118
<a name="16.0.0-rc.0"></a>
219

320
# [16.0.0-rc.0](https://github.com/ngrx/platform/compare/16.0.0-beta.0...16.0.0-rc.0) (2023-05-04)

modules/component-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component-store",
3-
"version": "16.0.0-rc.0",
3+
"version": "16.0.0-rc.1",
44
"description": "Reactive store for component state",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^16.0.0-rc.0';
1+
export const platformVersion = '^16.0.0-rc.1';

modules/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component",
3-
"version": "16.0.0-rc.0",
3+
"version": "16.0.0-rc.1",
44
"description": "Reactive Extensions for Angular Components",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^16.0.0-rc.0';
1+
export const platformVersion = '^16.0.0-rc.1';

modules/data/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/data",
3-
"version": "16.0.0-rc.0",
3+
"version": "16.0.0-rc.1",
44
"description": "API management for NgRx",
55
"repository": {
66
"type": "git",
@@ -22,9 +22,9 @@
2222
"peerDependencies": {
2323
"@angular/common": "^16.0.0",
2424
"@angular/core": "^16.0.0",
25-
"@ngrx/store": "16.0.0-rc.0",
26-
"@ngrx/effects": "16.0.0-rc.0",
27-
"@ngrx/entity": "16.0.0-rc.0",
25+
"@ngrx/store": "16.0.0-rc.1",
26+
"@ngrx/effects": "16.0.0-rc.1",
27+
"@ngrx/entity": "16.0.0-rc.1",
2828
"rxjs": "^6.5.3 || ^7.5.0"
2929
},
3030
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^16.0.0-rc.0';
1+
export const platformVersion = '^16.0.0-rc.1';

modules/effects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/effects",
3-
"version": "16.0.0-rc.0",
3+
"version": "16.0.0-rc.1",
44
"description": "Side effect model for @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/ngrx/platform#readme",
2323
"peerDependencies": {
2424
"@angular/core": "^16.0.0",
25-
"@ngrx/store": "16.0.0-rc.0",
25+
"@ngrx/store": "16.0.0-rc.1",
2626
"rxjs": "^6.5.3 || ^7.5.0"
2727
},
2828
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^16.0.0-rc.0';
1+
export const platformVersion = '^16.0.0-rc.1';

modules/entity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/entity",
3-
"version": "16.0.0-rc.0",
3+
"version": "16.0.0-rc.1",
44
"description": "Common utilities for entity reducers",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
2323
"@angular/core": "^16.0.0",
24-
"@ngrx/store": "16.0.0-rc.0",
24+
"@ngrx/store": "16.0.0-rc.1",
2525
"rxjs": "^6.5.3 || ^7.5.0"
2626
},
2727
"schematics": "./schematics/collection.json",

0 commit comments

Comments
 (0)