File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ # CHANGELOG
2
+
3
+ ## [ 1.1.0-beta.1] ( https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.0...v1.1.0-beta.1 ) (2021-08-05)
4
+
5
+ * Optimize layout of statistics report ([ fab7e50] ( https://github.com/originjs/vue-codemod/commit/fab7e506831886c5facae4e26fc9feb65a09900d ) )
6
+ * Add auto release and publish scripts ([ #109 ] ( https://github.com/originjs/vue-codemod/pull/109 ) )
7
+
8
+ ## [ 1.1.0-beta.0] ( https://github.com/originjs/vue-codemod/compare/v1.0.2...v1.1.0-beta.0 ) (2021-08-03)
9
+
10
+ * Refactor Vue transformation wrap funciton ([ #73 ] ( https://github.com/originjs/vue-codemod/pull/73 ) )
11
+
12
+ ### Feature
13
+
14
+ * Add transformation report ([ #74 ] ( https://github.com/originjs/vue-codemod/pull/74 ) )
15
+ * Add manual list ([ #76 ] ( https://github.com/originjs/vue-codemod/pull/76 ) )
16
+ * Split const app from createApp().mount() ([ #78 ] ( https://github.com/originjs/vue-codemod/pull/78 ) )
17
+ * Add transformation for element-ui ([ #84 ] ( https://github.com/originjs/vue-codemod/pull/84 ) ) ([ #89 ] ( https://github.com/originjs/vue-codemod/pull/89 ) ) ([ #93 ] ( https://github.com/originjs/vue-codemod/pull/93 ) ) ([ #94 ] ( https://github.com/originjs/vue-codemod/pull/94 ) ) ([ #95 ] ( https://github.com/originjs/vue-codemod/pull/95 ) ) ([ #97 ] ( https://github.com/originjs/vue-codemod/pull/97 ) ) ([ #98 ] ( https://github.com/originjs/vue-codemod/pull/98 ) )
18
+
19
+ ### Bug Fixes
20
+
21
+ * Excluding files in node_modules and gitignore ([ #100 ] ( https://github.com/originjs/vue-codemod/pull/100 ) )
22
+ * Avoiding repeated imported createRouter ([ #101 ] ( https://github.com/originjs/vue-codemod/pull/101 ) )
23
+ * Undefined property error when dependencies doesn't exist in package.json ([ #106 ] ( https://github.com/originjs/vue-codemod/pull/106 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @originjs/vue-codemod" ,
3
- "version" : " 1.1.0-beta.0 " ,
3
+ "version" : " 1.1.0-beta.1 " ,
4
4
"description" : " Vue codemod scripts" ,
5
5
"main" : " dist/index.js" ,
6
6
"bin" : " ./dist/bin/vue-codemod.js" ,
You can’t perform that action at this time.
0 commit comments