Skip to content

Commit 5a59ea7

Browse files
committed
chore: upgrade 0.5.6
1 parent 4513371 commit 5a59ea7

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [0.5.6](https://github.com/crlang/vue-tony-admin/compare/0.5.5...0.5.6) (2022-10-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Repair the menu, the drag bar disappears after dragging, and the top menu cannot be dynamically aligned ([8fb569f](https://github.com/crlang/vue-tony-admin/commit/8fb569ff070cf8630c79b2e649353433e86945b9))
7+
* Repair lock screen input blank ([4217c2d](https://github.com/crlang/vue-tony-admin/commit/4217c2db1b44c7cbfe38b8efedfda85f3336a079))
8+
* Fix undefined errors ([e8fb534](https://github.com/crlang/vue-tony-admin/commit/e8fb53421e5505c4828a3af37cbd7ab0f73fe934))
9+
* Remove is judgment ([4fb1f24](https://github.com/crlang/vue-tony-admin/commit/4fb1f246d50305b0dab386aa6a3ad3a09b16f57c))
10+
* Optimize more friendly project configuration area ([87219cc](https://github.com/crlang/vue-tony-admin/commit/87219cc9ef11e484457879cac11c3b3003e85ab9))
11+
* Changing the isObject to @ vueuse/core calls can achieve better judgment results ([cb9a325](https://github.com/crlang/vue-tony-admin/commit/cb9a325af6638c44c5899cc19d74b024ac71e26c))
12+
13+
14+
### Features
15+
16+
* add configurable dynamic head button ([01498d7](https://github.com/crlang/vue-tony-admin/commit/01498d7b7661fc9b0bca67f14ebf925cbb4712ed))
17+
* add item configuration button switch ([95f43e6](https://github.com/crlang/vue-tony-admin/commit/95f43e6df6b1fa24ab43651fb2c080cfe7719b76))
18+
19+
20+
121
## [0.5.5](https://github.com/crlang/vue-tony-admin/compare/0.5.4...0.5.5) (2022-08-21)
222

323
### Bug Fixes

CHANGELOG.zh_CN.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.5.6](https://github.com/crlang/vue-tony-admin/compare/0.5.5...0.5.6) (2022-10-21)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复菜单拖动后拖动条消失、修复顶部菜单无法动态对齐 ([8fb569f](https://github.com/crlang/vue-tony-admin/commit/8fb569ff070cf8630c79b2e649353433e86945b9))
7+
* 修复锁屏输入空白 ([4217c2d](https://github.com/crlang/vue-tony-admin/commit/4217c2db1b44c7cbfe38b8efedfda85f3336a079))
8+
* 修复undefined引起的错误 ([e8fb534](https://github.com/crlang/vue-tony-admin/commit/e8fb53421e5505c4828a3af37cbd7ab0f73fe934))
9+
* 移除is判断 ([4fb1f24](https://github.com/crlang/vue-tony-admin/commit/4fb1f246d50305b0dab386aa6a3ad3a09b16f57c))
10+
* 优化更友好的项目配置区域 ([87219cc](https://github.com/crlang/vue-tony-admin/commit/87219cc9ef11e484457879cac11c3b3003e85ab9))
11+
* isObject 改为 @vueuse/core 调用能达到更好的判断效果 ([cb9a325](https://github.com/crlang/vue-tony-admin/commit/cb9a325af6638c44c5899cc19d74b024ac71e26c))
12+
13+
14+
### Features
15+
16+
* 新增可配置动态头部按钮 ([01498d7](https://github.com/crlang/vue-tony-admin/commit/01498d7b7661fc9b0bca67f14ebf925cbb4712ed))
17+
* 新增项目配置按钮开关 ([95f43e6](https://github.com/crlang/vue-tony-admin/commit/95f43e6df6b1fa24ab43651fb2c080cfe7719b76))
18+
19+
120
## [0.5.5](https://github.com/crlang/vue-tony-admin/compare/0.5.4...0.5.5) (2022-08-21)
221

322
### Bug Fixes

build/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export const OUTPUT_DIR = 'dist'
1717
*
1818
* Build the development environment version
1919
*/
20-
export const BUILD_VERSION = '0.5.5'
20+
export const BUILD_VERSION = '0.5.6'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tony-admin",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"author": {
55
"name": "crlang",
66
"email": "crlang@163.com",

0 commit comments

Comments
 (0)