File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " ./node_modules/@angular-devkit/schematics/collection-schema.json" ,
3
3
"schematics" : {
4
4
"migration-v6" : {
5
- "version" : " 6" ,
5
+ "version" : " 6.0.0 " ,
6
6
"description" : " Updates the Angular CDK to v6" ,
7
7
"factory" : " ./ng-update/index#updateToV6"
8
8
},
9
9
"migration-v7" : {
10
- "version" : " 7" ,
10
+ "version" : " 7.0.0 " ,
11
11
"description" : " Updates the Angular CDK to v7" ,
12
12
"factory" : " ./ng-update/index#updateToV7"
13
13
},
14
14
"migration-v8" : {
15
- "version" : " 8-beta " ,
15
+ "version" : " 8.0.0 " ,
16
16
"description" : " Updates the Angular CDK to v8" ,
17
17
"factory" : " ./ng-update/index#updateToV8"
18
18
},
19
19
"migration-v9" : {
20
- "version" : " 9" ,
20
+ "version" : " 9.0.0-0 " ,
21
21
"description" : " Updates the Angular CDK to v9" ,
22
22
"factory" : " ./ng-update/index#updateToV9"
23
23
},
Original file line number Diff line number Diff line change 2
2
"$schema" : " ./node_modules/@angular-devkit/schematics/collection-schema.json" ,
3
3
"schematics" : {
4
4
"migration-v6" : {
5
- "version" : " 6" ,
5
+ "version" : " 6.0.0 " ,
6
6
"description" : " Updates Angular Material to v6" ,
7
7
"factory" : " ./ng-update/index#updateToV6"
8
8
},
9
9
"migration-v7" : {
10
- "version" : " 7" ,
10
+ "version" : " 7.0.0 " ,
11
11
"description" : " Updates Angular Material to v7" ,
12
12
"factory" : " ./ng-update/index#updateToV7"
13
13
},
14
14
"migration-v8" : {
15
- "version" : " 8-beta " ,
15
+ "version" : " 8.0.0 " ,
16
16
"description" : " Updates Angular Material to v8" ,
17
17
"factory" : " ./ng-update/index#updateToV8"
18
18
},
19
19
"migration-v9" : {
20
- "version" : " 9" ,
20
+ "version" : " 9.0.0-0 " ,
21
21
"description" : " Updates Angular Material to v9" ,
22
22
"factory" : " ./ng-update/index#updateToV9"
23
23
},
You can’t perform that action at this time.
0 commit comments