File tree Expand file tree Collapse file tree 9 files changed +33
-14
lines changed Expand file tree Collapse file tree 9 files changed +33
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @codeshift/cli
22
3+ ## 0.1.6
4+
5+ ### Patch Changes
6+
7+ - a78ad25: Update package configuration and refactors repo scripts
8+ - Updated dependencies [ a78ad25]
9+ - @codeshift/initializer @0.1.1
10+ - @codeshift/validator @0.1.1
11+
312## 0.1.5
413
514### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/cli" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "main" : " dist/codeshift-cli.cjs.js" ,
55 "module" : " dist/codeshift-cli.esm.js" ,
66 "types" : " dist/codeshift-cli.cjs.d.ts" ,
1414 "start:dev" : " ts-node src/index.ts"
1515 },
1616 "dependencies" : {
17- "@codeshift/initializer" : " 0.1.0 " ,
18- "@codeshift/validator" : " 0.1.0 " ,
17+ "@codeshift/initializer" : " 0.1.1 " ,
18+ "@codeshift/validator" : " 0.1.1 " ,
1919 "chalk" : " ^4.1.0" ,
2020 "commander" : " ^7.2.0" ,
2121 "fs-extra" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 1+ # @codeshift/initializer
2+
3+ ## 0.1.1
4+ ### Patch Changes
5+
6+ - a78ad25: Update package configuration and refactors repo scripts
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/initializer" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "main" : " dist/codeshift-initializer.cjs.js" ,
55 "types" : " dist/codeshift-initializer.cjs.d.ts" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1+ # @codeshift/publisher
2+
3+ ## 0.1.1
4+ ### Patch Changes
5+
6+ - a78ad25: Update package configuration and refactors repo scripts
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/publisher" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "main" : " dist/codeshift-publisher.cjs.js" ,
55 "types" : " dist/codeshift-publisher.cjs.d.ts" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1+ # @codeshift/validator
2+
3+ ## 0.1.1
4+ ### Patch Changes
5+
6+ - a78ad25: Update package configuration and refactors repo scripts
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/validator" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "main" : " dist/codeshift-validator.cjs.js" ,
55 "types" : " dist/codeshift-validator.cjs.d.ts" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments