Skip to content

Commit

Permalink
chore: change migrations version (#7928)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Jun 25, 2024
1 parent f82774a commit b47ef9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/cdk/schematics/migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"schematics": {
"migrateCssVarsV4": {
"description": "Migrate Taiga UI css variables",
"version": "4.0.0",
"version": "4.0.0-rc.1",
"factory": "./ng-update/v4/migrate-css-vars/index#migrateCssVars"
},
"migrateIconsV4": {
"description": "Migrate Taiga UI icons to a new format",
"version": "4.0.0",
"version": "4.0.0-rc.1",
"factory": "./ng-update/v4/migrate-icons/index#migrateIcons"
},
"updateToV4": {
"description": "Updates Taiga UI packages to v4",
"version": "4.0.0",
"version": "4.0.0-rc.1",
"factory": "./ng-update/v4/index#updateToV4"
}
}
Expand Down

0 comments on commit b47ef9e

Please sign in to comment.