Skip to content

Commit 8b0a43f

Browse files
authored
build: set proper version on v21 migration (angular#31732)
Fixes that we were targeting v20 with the v21 migration.
1 parent 41a6d7e commit 8b0a43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/material/schematics/migration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
33
"schematics": {
44
"migration-v21": {
5-
"version": "20.0.0-0",
5+
"version": "21.0.0-0",
66
"description": "Updates Angular Material to v21",
77
"factory": "./ng-update/index_bundled#updateToV21"
88
}

0 commit comments

Comments
 (0)