Skip to content

Commit 7c89b4e

Browse files
authored
Merge pull request #16511 from IgniteUI/copilot/sub-pr-16506
fix(migrations): Split v21.0.0 migration into two separate migrations
2 parents 9cf9100 + 476fa98 commit 7c89b4e

File tree

4 files changed

+856
-861
lines changed

4 files changed

+856
-861
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,14 @@
249249
},
250250
"migration-50": {
251251
"version": "21.0.0",
252-
"description": "Updates Ignite UI for Angular from v20.1.0 to v21.0.0 - migrates to multiple entry points",
253-
"factory": "./update-21_0_0",
254-
"schema": "./update-21_0_0/schema.json"
252+
"description": "Updates Ignite UI for Angular from v20.1.0 to v21.0.0",
253+
"factory": "./update-21_0_0"
254+
},
255+
"migration-51": {
256+
"version": "21.0.0",
257+
"description": "Migrates imports to use granular entry points for better tree-shaking",
258+
"factory": "./update-21_0_0_import-migration",
259+
"optional": true
255260
}
256261
}
257262
}

0 commit comments

Comments
 (0)