diff --git a/modules/component/migrations/14_3_2/index.spec.ts b/modules/component/migrations/14_3_2/index.spec.ts index 723274c1f0..838ea9d755 100644 --- a/modules/component/migrations/14_3_2/index.spec.ts +++ b/modules/component/migrations/14_3_2/index.spec.ts @@ -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'; diff --git a/modules/component/migrations/migration.json b/modules/component/migrations/migration.json index a33cd377d4..3b129f2fa8 100644 --- a/modules/component/migrations/migration.json +++ b/modules/component/migrations/migration.json @@ -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" } } }