Skip to content

Commit

Permalink
chore: release 15.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 18, 2022
1 parent ca60f62 commit 5cfd671
Show file tree
Hide file tree
Showing 22 changed files with 135 additions and 141 deletions.
196 changes: 95 additions & 101 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/component-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/component-store",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "Reactive store for component state",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^15.0.0-rc.0",
"@angular/core": "^15.0.0",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
6 changes: 3 additions & 3 deletions modules/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/component",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "Reactive Extensions for Angular Components",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/common": "^15.0.0-rc.0",
"@angular/core": "^15.0.0-rc.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion modules/component/schematics-core/utility/libs-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
12 changes: 6 additions & 6 deletions modules/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/data",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "API management for NgRx",
"repository": {
"type": "git",
Expand All @@ -20,11 +20,11 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/common": "^15.0.0-rc.0",
"@angular/core": "^15.0.0-rc.0",
"@ngrx/store": "15.0.0-beta.0",
"@ngrx/effects": "15.0.0-beta.0",
"@ngrx/entity": "15.0.0-beta.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@ngrx/store": "15.0.0-beta.1",
"@ngrx/effects": "15.0.0-beta.1",
"@ngrx/entity": "15.0.0-beta.1",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion modules/data/schematics-core/utility/libs-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
6 changes: 3 additions & 3 deletions modules/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/effects",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "Side effect model for @ngrx/store",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^15.0.0-rc.0",
"@ngrx/store": "15.0.0-beta.0",
"@angular/core": "^15.0.0",
"@ngrx/store": "15.0.0-beta.1",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion modules/effects/schematics-core/utility/libs-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
6 changes: 3 additions & 3 deletions modules/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/entity",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "Common utilities for entity reducers",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^15.0.0-rc.0",
"@ngrx/store": "15.0.0-beta.0",
"@angular/core": "^15.0.0",
"@ngrx/store": "15.0.0-beta.1",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion modules/entity/schematics-core/utility/libs-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
2 changes: 1 addition & 1 deletion modules/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/eslint-plugin",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "NgRx ESLint Plugin",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 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": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "Bindings to connect @angular/router to @ngrx/store",
"repository": {
"type": "git",
Expand All @@ -20,10 +20,10 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/common": "^15.0.0-rc.0",
"@angular/core": "^15.0.0-rc.0",
"@angular/router": "^15.0.0-rc.0",
"@ngrx/store": "15.0.0-beta.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/router": "^15.0.0",
"@ngrx/store": "15.0.0-beta.1",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
2 changes: 1 addition & 1 deletion modules/schematics-core/utility/libs-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
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": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "NgRx Schematics for Angular",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion modules/schematics/schematics-core/utility/libs-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
4 changes: 2 additions & 2 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": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "Developer tools for @ngrx/store",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@ngrx/store": "15.0.0-beta.0",
"@ngrx/store": "15.0.0-beta.1",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
4 changes: 2 additions & 2 deletions modules/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/store",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "RxJS powered Redux for Angular apps",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^15.0.0-rc.0",
"@angular/core": "^15.0.0",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion modules/store/schematics-core/utility/libs-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const platformVersion = '^15.0.0-beta.0';
export const platformVersion = '^15.0.0-beta.1';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/platform",
"version": "15.0.0-beta.0",
"version": "15.0.0-beta.1",
"description": "monorepo for ngrx development",
"scripts": {
"ng": "ng",
Expand All @@ -21,7 +21,7 @@
"ci": "yarn run test && nyc report --reporter=text-lcov | coveralls",
"prettier": "prettier --write \"**/*.ts\"",
"postinstall": "opencollective postinstall && ngcc --properties es2020 browser module main",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"copy:schematics": "ts-node ./build/copy-schematics-core.ts",
"schematics:check": "git diff --name-only --exit-code ./modules",
"build:stackblitz": "ts-node ./build/stackblitz.ts && git add ./stackblitz.html",
Expand Down

0 comments on commit 5cfd671

Please sign in to comment.