File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @codeshift/cli
22
3+ ## 0.15.4
4+
5+ ### Patch Changes
6+
7+ - b7f614e: Correctly checks remote pacakge entrypoints for configs (as opposed to just checking for codeshift.config.js files)
8+ - Updated dependencies [ b7f614e]
9+ - @codeshift/fetcher @0.3.2
10+
311## 0.15.3
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/cli" ,
3- "version" : " 0.15.3 " ,
3+ "version" : " 0.15.4 " ,
44 "source" : " src/index.ts" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
1616 },
1717 "dependencies" : {
1818 "@codeshift/core" : " ^0.1.2" ,
19- "@codeshift/fetcher" : " ^0.3.1 " ,
19+ "@codeshift/fetcher" : " ^0.3.2 " ,
2020 "@codeshift/initializer" : " ^0.4.9" ,
2121 "@codeshift/types" : " *" ,
2222 "@codeshift/validator" : " ^0.5.1" ,
Original file line number Diff line number Diff line change 11# @codeshift/fetcher
22
3+ ## 0.3.2
4+
5+ ### Patch Changes
6+
7+ - b7f614e: Correctly checks remote pacakge entrypoints for configs (as opposed to just checking for codeshift.config.js files)
8+
39## 0.3.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codeshift/fetcher" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "source" : " src/index.ts" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments