File tree 10 files changed +56
-22
lines changed 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 1
1
# @codeshift/cli
2
2
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
+
3
20
## 0.9.1
4
21
5
22
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codeshift/cli" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"main" : " dist/codeshift-cli.cjs.js" ,
5
5
"module" : " dist/codeshift-cli.esm.js" ,
6
6
"types" : " dist/codeshift-cli.cjs.d.ts" ,
16
16
},
17
17
"dependencies" : {
18
18
"@codeshift/fetcher" : " ^0.0.3" ,
19
- "@codeshift/initializer" : " ^0.2.2 " ,
19
+ "@codeshift/initializer" : " ^0.3.0 " ,
20
20
"@codeshift/types" : " *" ,
21
- "@codeshift/validator" : " ^0.3.1 " ,
21
+ "@codeshift/validator" : " ^0.4.0 " ,
22
22
"chalk" : " ^4.1.0" ,
23
23
"commander" : " ^8.2.0" ,
24
24
"fs-extra" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 1
1
# @codeshift/initializer
2
2
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
+
3
19
## 0.2.2
4
20
5
21
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codeshift/initializer" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"main" : " dist/codeshift-initializer.cjs.js" ,
5
5
"types" : " dist/codeshift-initializer.cjs.d.ts" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# @codeshift/publisher
2
2
3
+ ## 0.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 380ed84]
8
+ - @codeshift/initializer @0.3.0
9
+
3
10
## 0.1.12
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codeshift/publisher" ,
3
- "version" : " 0.1.12 " ,
3
+ "version" : " 0.1.13 " ,
4
4
"main" : " dist/codeshift-publisher.cjs.js" ,
5
5
"types" : " dist/codeshift-publisher.cjs.d.ts" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# @codeshift/validator
2
2
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
+
3
13
## 0.3.1
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codeshift/validator" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"main" : " dist/codeshift-validator.cjs.js" ,
5
5
"types" : " dist/codeshift-validator.cjs.d.ts" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments