Skip to content

Commit

Permalink
update schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyber committed Feb 18, 2021
1 parent 3353dc8 commit ce3906b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/schematics/src/migrations/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,32 @@
},

"migration-v3-component-deprecations-01": {
"version": "3.1.0-rc.1",
"version": "3.1.0-rc.2",
"factory": "./3_0/component-deprecations/component-deprecations#migrate",
"description": "Handle deprecated Spartacus components"
},
"migration-v3-config-deprecations-02": {
"version": "3.1.0-rc.1",
"version": "3.1.0-rc.2",
"factory": "./3_0/config-deprecations/config-deprecation#migrate",
"description": "Handle deprecated configuration properties"
},
"migration-v3-constructor-deprecations-03": {
"version": "3.1.0-rc.1",
"version": "3.1.0-rc.2",
"factory": "./3_0/constructor-deprecations/constructor-deprecations#migrate",
"description": "Add or remove constructor parameters"
},
"migration-v3-methods-and-properties-deprecations-04": {
"version": "3.1.0-rc.1",
"version": "3.1.0-rc.2",
"factory": "./3_0/methods-and-properties-deprecations/methods-and-properties-deprecations#migrate",
"description": "Comment about usage of remove public methods or properties"
},
"migration-v3-removed-public-api-deprecation-05": {
"version": "3.1.0-rc.1",
"version": "3.1.0-rc.2",
"factory": "./3_0/removed-public-api-deprecations/removed-public-api-deprecation#migrate",
"description": "Comment about usage of removed public api"
},
"migration-v3-css-06": {
"version": "3.1.0-rc.1",
"version": "3.1.0-rc.2",
"factory": "./3_0/css/css#migrate",
"description": "Handle deprecated CSS"
},
Expand Down

0 comments on commit ce3906b

Please sign in to comment.