Commit a7c097034ab767509e8ae7c89a5ae8507476532a

Authored by nebv
1 parent 1091c1de

chore: bump 2.0.0-beta.7

Showing 2 changed files with 28 additions and 13 deletions
CHANGELOG.md
1   -# [2.0.0-beta.6](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.4...2.0.0-beta.6) (2020-10-11)
2   -
3   -### โ™ป Code Refactoring
4   -
5   -- **style:** remove tailwind css ([b899d03](https://github.com/anncwb/vue-vben-admin/commit/b899d03))
  1 +# [2.0.0-beta.7](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.5...2.0.0-beta.7) (2020-10-12)
6 2  
7 3 ### โšก Performance Improvements
8 4  
9 5 - optimize multiple-tab switching effect ([487870f](https://github.com/anncwb/vue-vben-admin/commit/487870f))
10   -- optimized page switching effect ([7dccef7](https://github.com/anncwb/vue-vben-admin/commit/7dccef7))
11 6 - the existing tab switching no longer displays animation and processbar ([1ca8fbe](https://github.com/anncwb/vue-vben-admin/commit/1ca8fbe))
12 7  
13 8 ### โœจ Features
14 9  
15 10 - add count-to component and demo ([34ce66b](https://github.com/anncwb/vue-vben-admin/commit/34ce66b))
16 11 - first screen loading waiting animation ([21eae26](https://github.com/anncwb/vue-vben-admin/commit/21eae26))
  12 +- projectSetting add closeMessageOnSwitch and removeAllHttpPending ([08497a7](https://github.com/anncwb/vue-vben-admin/commit/08497a7))
  13 +- the production environment can be dynamically configured ([bb4a227](https://github.com/anncwb/vue-vben-admin/commit/bb4a227))
17 14 - **analysis:** add analysis page ([c1a866f](https://github.com/anncwb/vue-vben-admin/commit/c1a866f))
18 15 - **chart:** add useEcharts and useApexChart demo ([2837315](https://github.com/anncwb/vue-vben-admin/commit/2837315))
19 16 - **workbench:** add workbench page ([8cefb70](https://github.com/anncwb/vue-vben-admin/commit/8cefb70))
20 17  
21 18 ### ๐ŸŽซ Chores
22 19  
  20 +- update deps ([7ef20af](https://github.com/anncwb/vue-vben-admin/commit/7ef20af))
  21 +
  22 +### ๐Ÿ› Bug Fixes
  23 +
  24 +- fix editable cells cannot be entered ([e4497d6](https://github.com/anncwb/vue-vben-admin/commit/e4497d6))
  25 +- fix routing switch, tab is not activated ([818ddfa](https://github.com/anncwb/vue-vben-admin/commit/818ddfa))
  26 +- repair packaging error ([e9a2d48](https://github.com/anncwb/vue-vben-admin/commit/e9a2d48))
  27 +
  28 +### ๐Ÿ’„ Styles
  29 +
  30 +- menu adjustment ([49107c3](https://github.com/anncwb/vue-vben-admin/commit/49107c3))
  31 +
  32 +# [2.0.0-beta.5](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.4...2.0.0-beta.5) (2020-10-10)
  33 +
  34 +### โ™ป Code Refactoring
  35 +
  36 +- **style:** remove tailwind css ([b899d03](https://github.com/anncwb/vue-vben-admin/commit/b899d03))
  37 +
  38 +### โšก Performance Improvements
  39 +
  40 +- optimized page switching effect ([7dccef7](https://github.com/anncwb/vue-vben-admin/commit/7dccef7))
  41 +
  42 +### ๐ŸŽซ Chores
  43 +
23 44 - add .github and .vscode ([7339d91](https://github.com/anncwb/vue-vben-admin/commit/7339d91))
24 45 - bump 2.0.0-beta.4 ([2c68c68](https://github.com/anncwb/vue-vben-admin/commit/2c68c68))
25   -- bump 2.0.0-beta.5 ([b9fe65e](https://github.com/anncwb/vue-vben-admin/commit/b9fe65e))
26 46 - change menu icon ([a51079f](https://github.com/anncwb/vue-vben-admin/commit/a51079f))
27 47 - separate configuration files ([cb37785](https://github.com/anncwb/vue-vben-admin/commit/cb37785))
28 48 - update readme.md ([3bacef2](https://github.com/anncwb/vue-vben-admin/commit/3bacef2))
29 49  
30 50 ### ๐Ÿ› Bug Fixes
31 51  
32   -- repair packaging error ([e9a2d48](https://github.com/anncwb/vue-vben-admin/commit/e9a2d48))
33 52 - Repair tree component click to select ([#33](https://github.com/anncwb/vue-vben-admin/issues/33)) ([884687c](https://github.com/anncwb/vue-vben-admin/commit/884687c))
34 53  
35   -### ๐Ÿ’„ Styles
36   -
37   -- menu adjustment ([49107c3](https://github.com/anncwb/vue-vben-admin/commit/49107c3))
38   -
39 54 # [2.0.0-beta.4](https://github.com/anncwb/vue-vben-admin/compare/2.0.0-beta.3...2.0.0-beta.4) (2020-10-08)
40 55  
41 56 ### ๐ŸŽซ Chores
... ...
package.json
1 1 {
2 2 "name": "vben-admin-2.0",
3   - "version": "2.0.0-beta.6",
  3 + "version": "2.0.0-beta.7",
4 4 "scripts": {
5 5 "bootstrap": "yarn install",
6 6 "serve": "node ./build/jsc.js preserve && cross-env NODE_ENV=development vite",
... ...