File tree 9 files changed +33
-14
lines changed
9 files changed +33
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @codeshift/cli
2
2
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
+
3
12
## 0.1.5
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codeshift/cli" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
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" ,
14
14
"start:dev" : " ts-node src/index.ts"
15
15
},
16
16
"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 " ,
19
19
"chalk" : " ^4.1.0" ,
20
20
"commander" : " ^7.2.0" ,
21
21
"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 1
1
{
2
2
"name" : " @codeshift/initializer" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
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
+ # @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 1
1
{
2
2
"name" : " @codeshift/publisher" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
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
+ # @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 1
1
{
2
2
"name" : " @codeshift/validator" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
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