Skip to content

Commit

Permalink
chore(lib): Update package versions to 5.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 17, 2017
1 parent 5f16d0e commit 08c7092
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions example-app/app/books/containers/view-book-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('View Book Page', () => {
useValue: {
select: jest.fn(),
next: jest.fn(),
pipe: jest.fn(),
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion modules/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/codegen",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "Codegen for Ngrx and Redux actions",
"module": "@ngrx/codegen.es5.js",
"es2015": "@ngrx/codegen.js",
Expand Down
8 changes: 4 additions & 4 deletions modules/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/effects",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "Side effect model for @ngrx/store",
"module": "@ngrx/effects.es5.js",
"es2015": "@ngrx/effects.js",
Expand All @@ -15,8 +15,8 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
"@angular/core": "^5.0.0",
"@ngrx/store": "^5.0.0-alpha.0",
"rxjs": "^5.5.0"
}
}
8 changes: 4 additions & 4 deletions modules/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/entity",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "Common utilities for entity reducers",
"module": "@ngrx/entity.es5.js",
"es2015": "@ngrx/entity.js",
Expand All @@ -15,8 +15,8 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
"@angular/core": "^5.0.0",
"@ngrx/store": "^5.0.0-alpha.0",
"rxjs": "^5.5.0"
}
}
12 changes: 6 additions & 6 deletions modules/router-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/router-store",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "Bindings to connect @angular/router to @ngrx/store",
"module": "@ngrx/router-store.es5.js",
"es2015": "@ngrx/router-store.js",
Expand All @@ -20,10 +20,10 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@angular/router": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
"@angular/common": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/router": "^5.0.0",
"@ngrx/store": "^5.0.0-alpha.0",
"rxjs": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/schematics",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "NgRx Schematics for Angular",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions modules/store-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/store-devtools",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "Developer tools for @ngrx/store",
"module": "@ngrx/store-devtools.es5.js",
"es2015": "@ngrx/store-devtools.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
"@ngrx/store": "^5.0.0-alpha.0",
"rxjs": "^5.5.0"
}
}
6 changes: 3 additions & 3 deletions modules/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/store",
"version": "4.1.1",
"version": "5.0.0-alpha.0",
"description": "RxJS powered Redux for Angular apps",
"module": "@ngrx/store.es5.js",
"es2015": "@ngrx/store.js",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"rxjs": "^5.0.0"
"@angular/core": "^5.0.0",
"rxjs": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/platform",
"version": "4.0.0",
"version": "5.0.0-alpha.0",
"description": "monorepo for ngrx development",
"scripts": {
"precommit": "lint-staged",
Expand Down

0 comments on commit 08c7092

Please sign in to comment.