Skip to content

Commit 9561a16

Browse files
authored
fix(migrations): enable encapsulation for migrations (#1361)
1 parent 22757ca commit 9561a16

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

packages/cli/migrations/migration-collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
3+
"encapsulation": "true",
34
"schematics": {
45
"migration-01": {
56
"version": "2.0.0",
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
3+
"encapsulation": "true",
34
"schematics": {
4-
"migration-01": {
5-
"version": "17.1.0",
6-
"description": "Updates Ignite UI for Angular Schematics project from 17.0.x to 17.1.x",
7-
"factory": "./update-1",
8-
"schema": "./schema.json"
9-
}
5+
"migration-01": {
6+
"version": "17.1.0",
7+
"description": "Updates Ignite UI for Angular Schematics project from 17.0.x to 17.1.x",
8+
"factory": "./update-1",
9+
"schema": "./schema.json"
10+
}
1011
}
1112
}

0 commit comments

Comments
 (0)