File tree Expand file tree Collapse file tree 22 files changed +50
-38
lines changed Expand file tree Collapse file tree 22 files changed +50
-38
lines changed Original file line number Diff line number Diff line change
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
+
1
9
<a name =" 12.0.0-rc.0 " ></a >
2
10
3
11
# [ 12.0.0-rc.0] ( https://github.com/ngrx/platform/compare/12.0.0-beta.1...12.0.0-rc.0 ) (2021-05-05)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/component-store" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " Reactive store for component state" ,
5
5
"repository" : {
6
6
"type" : " git" ,
22
22
},
23
23
"homepage" : " https://github.com/ngrx/platform#readme" ,
24
24
"peerDependencies" : {
25
- "@angular/core" : " ^12.0.0-rc.0 " ,
25
+ "@angular/core" : " ^12.0.0" ,
26
26
"rxjs" : " ^6.5.3"
27
27
},
28
28
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/component" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " Reactive Extensions for Angular Components" ,
5
5
"repository" : {
6
6
"type" : " git" ,
20
20
},
21
21
"homepage" : " https://github.com/ngrx/platform#readme" ,
22
22
"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" ,
25
25
"rxjs" : " ^6.5.3"
26
26
},
27
27
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/data" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " API management for NgRx" ,
5
5
"repository" : {
6
6
"type" : " git" ,
20
20
},
21
21
"homepage" : " https://github.com/ngrx/platform#readme" ,
22
22
"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" ,
28
28
"rxjs" : " ^6.5.3"
29
29
},
30
30
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/effects" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " Side effect model for @ngrx/store" ,
5
5
"repository" : {
6
6
"type" : " git" ,
21
21
},
22
22
"homepage" : " https://github.com/ngrx/platform#readme" ,
23
23
"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" ,
26
26
"rxjs" : " ^6.5.3"
27
27
},
28
28
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/entity" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " Common utilities for entity reducers" ,
5
5
"repository" : {
6
6
"type" : " git" ,
20
20
},
21
21
"homepage" : " https://github.com/ngrx/platform#readme" ,
22
22
"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" ,
25
25
"rxjs" : " ^6.5.3"
26
26
},
27
27
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/router-store" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " Bindings to connect @angular/router to @ngrx/store" ,
5
5
"repository" : {
6
6
"type" : " git" ,
20
20
},
21
21
"homepage" : " https://github.com/ngrx/platform#readme" ,
22
22
"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" ,
27
27
"rxjs" : " ^6.5.3"
28
28
},
29
29
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/schematics" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " NgRx Schematics for Angular" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/store-devtools" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " Developer tools for @ngrx/store" ,
5
5
"repository" : {
6
6
"type" : " git" ,
20
20
},
21
21
"homepage" : " https://github.com/ngrx/platform#readme" ,
22
22
"peerDependencies" : {
23
- "@ngrx/store" : " 12.0.0-rc.0 " ,
23
+ "@ngrx/store" : " 12.0.0" ,
24
24
"rxjs" : " ^6.5.3"
25
25
},
26
26
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/store" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " RxJS powered Redux for Angular apps" ,
5
5
"repository" : {
6
6
"type" : " git" ,
21
21
},
22
22
"homepage" : " https://github.com/ngrx/platform#readme" ,
23
23
"peerDependencies" : {
24
- "@angular/core" : " ^12.0.0-rc.0 " ,
24
+ "@angular/core" : " ^12.0.0" ,
25
25
"rxjs" : " ^6.5.3"
26
26
},
27
27
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 1
- export const platformVersion = '^12.0.0-rc.0 ' ;
1
+ export const platformVersion = '^12.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrx/platform" ,
3
- "version" : " 12.0.0-rc.0 " ,
3
+ "version" : " 12.0.0" ,
4
4
"description" : " monorepo for ngrx development" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
Original file line number Diff line number Diff line change 582
582
}
583
583
],
584
584
"docVersions" : [
585
+ {
586
+ "title" : " v11" ,
587
+ "url" : " https://v11.ngrx.io"
588
+ },
585
589
{
586
590
"title" : " v10" ,
587
591
"url" : " https://v10.ngrx.io"
You can’t perform that action at this time.
0 commit comments