File tree Expand file tree Collapse file tree 11 files changed +48
-15
lines changed Expand file tree Collapse file tree 11 files changed +48
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @codeshift/cli
22
3+ ## 0.11.0
4+
5+ ### Minor Changes
6+
7+ - c24d9e9: CLI now prompts users with codemods from their local codeshift.config.js files.
8+
9+ ### Patch Changes
10+
11+ - Updated dependencies [ c24d9e9]
12+ - @codeshift/fetcher @0.1.0
13+ - @codeshift/initializer @0.3.1
14+ - @codeshift/validator @0.4.1
15+
316## 0.10.0
417
518### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/cli" ,
3- "version" : " 0.10 .0" ,
3+ "version" : " 0.11 .0" ,
44 "main" : " dist/codeshift-cli.cjs.js" ,
55 "module" : " dist/codeshift-cli.esm.js" ,
66 "types" : " dist/codeshift-cli.cjs.d.ts" ,
1515 "start:dev" : " ts-node src/index.ts"
1616 },
1717 "dependencies" : {
18- "@codeshift/fetcher" : " ^0.0.3 " ,
19- "@codeshift/initializer" : " ^0.3.0 " ,
18+ "@codeshift/fetcher" : " ^0.1.0 " ,
19+ "@codeshift/initializer" : " ^0.3.1 " ,
2020 "@codeshift/types" : " *" ,
21- "@codeshift/validator" : " ^0.4.0 " ,
21+ "@codeshift/validator" : " ^0.4.1 " ,
2222 "chalk" : " ^4.1.0" ,
2323 "commander" : " ^8.2.0" ,
2424 "find-up" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11# @codeshift/fetcher
22
3+ ## 0.1.0
4+
5+ ### Minor Changes
6+
7+ - c24d9e9: CLI now prompts users with codemods from their local codeshift.config.js files.
8+
39## 0.0.3
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/fetcher" ,
3- "version" : " 0.0.3 " ,
3+ "version" : " 0.1.0 " ,
44 "main" : " dist/codeshift-fetcher.cjs.js" ,
55 "types" : " dist/codeshift-fetcher.cjs.d.ts" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11# @codeshift/initializer
22
3+ ## 0.3.1
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ c24d9e9]
8+ - @codeshift/cli @0.11.0
9+
310## 0.3.0
411
512### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/initializer" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.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 11# @codeshift/publisher
22
3+ ## 0.1.14
4+
5+ ### Patch Changes
6+
7+ - @codeshift/initializer @0.3.1
8+
39## 0.1.13
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/publisher" ,
3- "version" : " 0.1.13 " ,
3+ "version" : " 0.1.14 " ,
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 11# @codeshift/validator
22
3+ ## 0.4.1
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ c24d9e9]
8+ - @codeshift/fetcher @0.1.0
9+
310## 0.4.0
411
512### Minor Changes
You can’t perform that action at this time.
0 commit comments