Skip to content

Commit

Permalink
fix(migrations): enable encapsulation for migrations (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata authored Dec 12, 2024
1 parent 22757ca commit 9561a16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/cli/migrations/migration-collection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"encapsulation": "true",
"schematics": {
"migration-01": {
"version": "2.0.0",
Expand Down
13 changes: 7 additions & 6 deletions packages/ng-schematics/src/migrations/migration-collection.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"encapsulation": "true",
"schematics": {
"migration-01": {
"version": "17.1.0",
"description": "Updates Ignite UI for Angular Schematics project from 17.0.x to 17.1.x",
"factory": "./update-1",
"schema": "./schema.json"
}
"migration-01": {
"version": "17.1.0",
"description": "Updates Ignite UI for Angular Schematics project from 17.0.x to 17.1.x",
"factory": "./update-1",
"schema": "./schema.json"
}
}
}

0 comments on commit 9561a16

Please sign in to comment.