Skip to content

Commit 045c4c3

Browse files
chore: release 12.0.0
1 parent 9640dbc commit 045c4c3

File tree

22 files changed

+50
-38
lines changed

22 files changed

+50
-38
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="12.0.0"></a>
2+
3+
# [12.0.0](https://github.com/ngrx/platform/compare/12.0.0-rc.0...12.0.0) (2021-05-12)
4+
5+
### Features
6+
7+
- **store:** register eslint-plugin-ngrx with ng add ([#3014](https://github.com/ngrx/platform/issues/3014)) ([5259890](https://github.com/ngrx/platform/commit/5259890))
8+
19
<a name="12.0.0-rc.0"></a>
210

311
# [12.0.0-rc.0](https://github.com/ngrx/platform/compare/12.0.0-beta.1...12.0.0-rc.0) (2021-05-05)

modules/component-store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component-store",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "Reactive store for component state",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/ngrx/platform#readme",
2424
"peerDependencies": {
25-
"@angular/core": "^12.0.0-rc.0",
25+
"@angular/core": "^12.0.0",
2626
"rxjs": "^6.5.3"
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 = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/component/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "Reactive Extensions for Angular Components",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
},
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
23-
"@angular/common": "^12.0.0-rc.0",
24-
"@angular/core": "^12.0.0-rc.0",
23+
"@angular/common": "^12.0.0",
24+
"@angular/core": "^12.0.0",
2525
"rxjs": "^6.5.3"
2626
},
2727
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/data/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/data",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "API management for NgRx",
55
"repository": {
66
"type": "git",
@@ -20,11 +20,11 @@
2020
},
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
23-
"@angular/common": "^12.0.0-rc.0",
24-
"@angular/core": "^12.0.0-rc.0",
25-
"@ngrx/store": "12.0.0-rc.0",
26-
"@ngrx/effects": "12.0.0-rc.0",
27-
"@ngrx/entity": "12.0.0-rc.0",
23+
"@angular/common": "^12.0.0",
24+
"@angular/core": "^12.0.0",
25+
"@ngrx/store": "12.0.0",
26+
"@ngrx/effects": "12.0.0",
27+
"@ngrx/entity": "12.0.0",
2828
"rxjs": "^6.5.3"
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 = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/effects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/effects",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "Side effect model for @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"homepage": "https://github.com/ngrx/platform#readme",
2323
"peerDependencies": {
24-
"@angular/core": "^12.0.0-rc.0",
25-
"@ngrx/store": "12.0.0-rc.0",
24+
"@angular/core": "^12.0.0",
25+
"@ngrx/store": "12.0.0",
2626
"rxjs": "^6.5.3"
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 = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/entity/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/entity",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "Common utilities for entity reducers",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
},
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
23-
"@angular/core": "^12.0.0-rc.0",
24-
"@ngrx/store": "12.0.0-rc.0",
23+
"@angular/core": "^12.0.0",
24+
"@ngrx/store": "12.0.0",
2525
"rxjs": "^6.5.3"
2626
},
2727
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/router-store/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/router-store",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "Bindings to connect @angular/router to @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -20,10 +20,10 @@
2020
},
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
23-
"@angular/common": "^12.0.0-rc.0",
24-
"@angular/core": "^12.0.0-rc.0",
25-
"@angular/router": "^12.0.0-rc.0",
26-
"@ngrx/store": "12.0.0-rc.0",
23+
"@angular/common": "^12.0.0",
24+
"@angular/core": "^12.0.0",
25+
"@angular/router": "^12.0.0",
26+
"@ngrx/store": "12.0.0",
2727
"rxjs": "^6.5.3"
2828
},
2929
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/schematics",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "NgRx Schematics for Angular",
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 = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/store-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/store-devtools",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "Developer tools for @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
23-
"@ngrx/store": "12.0.0-rc.0",
23+
"@ngrx/store": "12.0.0",
2424
"rxjs": "^6.5.3"
2525
},
2626
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

modules/store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/store",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "RxJS powered Redux for Angular apps",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/ngrx/platform#readme",
2323
"peerDependencies": {
24-
"@angular/core": "^12.0.0-rc.0",
24+
"@angular/core": "^12.0.0",
2525
"rxjs": "^6.5.3"
2626
},
2727
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^12.0.0-rc.0';
1+
export const platformVersion = '^12.0.0';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/platform",
3-
"version": "12.0.0-rc.0",
3+
"version": "12.0.0",
44
"description": "monorepo for ngrx development",
55
"scripts": {
66
"ng": "ng",

projects/ngrx.io/content/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@
582582
}
583583
],
584584
"docVersions": [
585+
{
586+
"title": "v11",
587+
"url": "https://v11.ngrx.io"
588+
},
585589
{
586590
"title": "v10",
587591
"url": "https://v10.ngrx.io"

0 commit comments

Comments
 (0)