Skip to content

Commit

Permalink
Update for v15 beta
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Stanimirović <[email protected]>
  • Loading branch information
david-shortman and markostanimirovic authored Sep 19, 2022
1 parent 5354853 commit af2fb4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/component/migrations/14_3_2/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as path from 'path';
import { createPackageJson } from '@ngrx/schematics-core/testing/create-package';
import { waitForAsync } from '@angular/core/testing';

describe('Component Store Migration 14_3_2', () => {
describe('Component Migration 15_0_0-beta', () => {
let appTree: UnitTestTree;
const collectionPath = path.join(__dirname, '../migration.json');
const pkgName = 'component';
Expand Down
8 changes: 4 additions & 4 deletions modules/component/migrations/migration.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ngrx-component-migration-14-3-2": {
"description": "Version 14.3.2",
"version": "14.3.2",
"factory": "./14_3_2/index"
"ngrx-component-migration-15-beta": {
"description": "As of NgRx v14, `ReactiveComponentModule` is deprecated. It is replaced by `LetModule` and `PushModule`.",
"version": "15.0.0-beta",
"factory": "./15_0_0-beta/index"
}
}
}

0 comments on commit af2fb4f

Please sign in to comment.