File tree Expand file tree Collapse file tree 10 files changed +56
-22
lines changed Expand file tree Collapse file tree 10 files changed +56
-22
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @codeshift/cli
22
3+ ## 0.10.0
4+
5+ ### Minor Changes
6+
7+ - 380ed84: Codeshift projects can now be initialized a config file only via the ` init --config-only ` command.
8+
9+ Initialized projects now contain a README with helpful getting started information.
10+
11+ The init command now outputs getting started tips + commands
12+
13+ ### Patch Changes
14+
15+ - 1d034ab: The internal package fetching logic has now been abstracted and reused in both the list and main CLI commands
16+ - Updated dependencies [ 380ed84]
17+ - @codeshift/initializer @0.3.0
18+ - @codeshift/validator @0.4.0
19+
320## 0.9.1
421
522### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/cli" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 0.10.0 " ,
44 "main" : " dist/codeshift-cli.cjs.js" ,
55 "module" : " dist/codeshift-cli.esm.js" ,
66 "types" : " dist/codeshift-cli.cjs.d.ts" ,
1616 },
1717 "dependencies" : {
1818 "@codeshift/fetcher" : " ^0.0.3" ,
19- "@codeshift/initializer" : " ^0.2.2 " ,
19+ "@codeshift/initializer" : " ^0.3.0 " ,
2020 "@codeshift/types" : " *" ,
21- "@codeshift/validator" : " ^0.3.1 " ,
21+ "@codeshift/validator" : " ^0.4.0 " ,
2222 "chalk" : " ^4.1.0" ,
2323 "commander" : " ^8.2.0" ,
2424 "fs-extra" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 11# @codeshift/initializer
22
3+ ## 0.3.0
4+
5+ ### Minor Changes
6+
7+ - 380ed84: Codeshift projects can now be initialized a config file only via the ` init --config-only ` command.
8+
9+ Initialized projects now contain a README with helpful getting started information.
10+
11+ The init command now outputs getting started tips + commands
12+
13+ ### Patch Changes
14+
15+ - Updated dependencies [ 380ed84]
16+ - Updated dependencies [ 1d034ab]
17+ - @codeshift/cli @0.10.0
18+
319## 0.2.2
420
521### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/initializer" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.3.0 " ,
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.13
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 380ed84]
8+ - @codeshift/initializer @0.3.0
9+
310## 0.1.12
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/publisher" ,
3- "version" : " 0.1.12 " ,
3+ "version" : " 0.1.13 " ,
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.0
4+
5+ ### Minor Changes
6+
7+ - 380ed84: Codeshift projects can now be initialized a config file only via the ` init --config-only ` command.
8+
9+ Initialized projects now contain a README with helpful getting started information.
10+
11+ The init command now outputs getting started tips + commands
12+
313## 0.3.1
414
515### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/validator" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.4.0 " ,
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