Skip to content

Commit

Permalink
chore: release 15.4.0 (#3801)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Mar 16, 2023
1 parent bbd44e6 commit bee8f3a
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 28 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="15.4.0"></a>

# [15.4.0](https://github.com/ngrx/platform/compare/15.3.0...15.4.0) (2023-03-16)

### Bug Fixes

- **data:** correctly handle HttpOptions when provided ([#3795](https://github.com/ngrx/platform/issues/3795)) ([cbdf524](https://github.com/ngrx/platform/commit/cbdf524)), closes [#3794](https://github.com/ngrx/platform/issues/3794)
- **eslint-plugin:** ignore select name within createFeature ([#3788](https://github.com/ngrx/platform/issues/3788)) ([b58f9a3](https://github.com/ngrx/platform/commit/b58f9a3)), closes [#3786](https://github.com/ngrx/platform/issues/3786)

### Features

- **store:** rename getMockStore to createMockStore ([#3789](https://github.com/ngrx/platform/issues/3789)) ([6d615b3](https://github.com/ngrx/platform/commit/6d615b3)), closes [#3781](https://github.com/ngrx/platform/issues/3781)
- **store:** use createFeature in feature schematics ([#3776](https://github.com/ngrx/platform/issues/3776)) ([9b3647f](https://github.com/ngrx/platform/commit/9b3647f)), closes [#3741](https://github.com/ngrx/platform/issues/3741)

<a name="15.3.0"></a>

# [15.3.0](https://github.com/ngrx/platform/compare/15.2.1...15.3.0) (2023-02-13)
Expand Down
2 changes: 1 addition & 1 deletion modules/component-store/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/component-store",
"version": "15.3.0",
"version": "15.4.0",
"description": "Reactive store for component state",
"repository": {
"type": "git",
Expand Down
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
2 changes: 1 addition & 1 deletion modules/component/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/component",
"version": "15.3.0",
"version": "15.4.0",
"description": "Reactive Extensions for Angular Components",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion modules/component/schematics-core/utility/libs-version.ts
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
8 changes: 4 additions & 4 deletions modules/data/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/data",
"version": "15.3.0",
"version": "15.4.0",
"description": "API management for NgRx",
"repository": {
"type": "git",
Expand All @@ -22,9 +22,9 @@
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@ngrx/store": "15.3.0",
"@ngrx/effects": "15.3.0",
"@ngrx/entity": "15.3.0",
"@ngrx/store": "15.4.0",
"@ngrx/effects": "15.4.0",
"@ngrx/entity": "15.4.0",
"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
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
4 changes: 2 additions & 2 deletions modules/effects/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/effects",
"version": "15.3.0",
"version": "15.4.0",
"description": "Side effect model for @ngrx/store",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^15.0.0",
"@ngrx/store": "15.3.0",
"@ngrx/store": "15.4.0",
"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
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
4 changes: 2 additions & 2 deletions modules/entity/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/entity",
"version": "15.3.0",
"version": "15.4.0",
"description": "Common utilities for entity reducers",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^15.0.0",
"@ngrx/store": "15.3.0",
"@ngrx/store": "15.4.0",
"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
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
2 changes: 1 addition & 1 deletion modules/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/eslint-plugin",
"version": "15.3.0",
"version": "15.4.0",
"description": "NgRx ESLint Plugin",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions modules/router-store/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/router-store",
"version": "15.3.0",
"version": "15.4.0",
"description": "Bindings to connect @angular/router to @ngrx/store",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/router": "^15.0.0",
"@ngrx/store": "15.3.0",
"@ngrx/store": "15.4.0",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
2 changes: 1 addition & 1 deletion modules/schematics-core/utility/libs-version.ts
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
2 changes: 1 addition & 1 deletion modules/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/schematics",
"version": "15.3.0",
"version": "15.4.0",
"description": "NgRx Schematics for Angular",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion modules/schematics/schematics-core/utility/libs-version.ts
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
4 changes: 2 additions & 2 deletions modules/store-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/store-devtools",
"version": "15.3.0",
"version": "15.4.0",
"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.3.0",
"@ngrx/store": "15.4.0",
"rxjs": "^6.5.3 || ^7.5.0"
},
"schematics": "./schematics/collection.json",
Expand Down
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
2 changes: 1 addition & 1 deletion modules/store/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/store",
"version": "15.3.0",
"version": "15.4.0",
"description": "RxJS powered Redux for Angular apps",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion modules/store/schematics-core/utility/libs-version.ts
@@ -1 +1 @@
export const platformVersion = '^15.3.0';
export const platformVersion = '^15.4.0';
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ngrx/platform",
"version": "15.3.0",
"version": "15.4.0",
"description": "monorepo for ngrx development",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit bee8f3a

Please sign in to comment.