Skip to content

Commit 873c336

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Apply review comments.
1 parent 54d9e6d commit 873c336

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

projects/igniteui-angular/migrations/migration-collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"migration-16": {
8080
"version": "10.1.0",
81-
"description": "Updates Ignite UI for Angular from v9.1.x to v10.1.0",
81+
"description": "Updates Ignite UI for Angular from v10.0.x to v10.1.0",
8282
"factory": "./update-10_1_0"
8383
}
8484
}

projects/igniteui-angular/migrations/update-10_1_0/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
} from '@angular-devkit/schematics';
66
import { UpdateChanges } from '../common/UpdateChanges';
77
import { getIdentifierPositions } from '../common/tsUtils';
8-
import * as ts from 'typescript';
98

109
const version = '10.1.0';
1110

@@ -14,7 +13,7 @@ export default function(): Rule {
1413
context.logger.info(`Applying migration for Ignite UI for Angular to version ${version}`);
1514

1615
const update = new UpdateChanges(__dirname, host, context);
17-
// update.applyChanges();
16+
update.applyChanges();
1817

1918
// replace DropPosition.None with DropPosition.AfterDropTarget
2019
for (const entryPath of update.tsFiles) {

0 commit comments

Comments
 (0)