Skip to content

Commit 9b6e214

Browse files
committed
chore: upgrade 0.5.5
1 parent bc3e3be commit 9b6e214

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.5.5](https://github.com/crlang/vue-tony-admin/compare/0.5.4...0.5.5) (2022-08-21)
2+
3+
### Bug Fixes
4+
5+
- Adjust how colors and dark mode are handled ([d41fafe](https://github.com/crlang/vue-tony-admin/commit/d41fafe11bc9e28e0622a1e2b405cfda9b591a99))
6+
- fix compatibility issues ([258f1ae](https://github.com/crlang/vue-tony-admin/commit/258f1aecfb1e1b93e49952373698df08feffdf46))
7+
- Fix tabs jumping problem ([40122af](https://github.com/crlang/vue-tony-admin/commit/40122af79bf91a0776518d607373785ca0102778))
8+
- Remove unnecessary fields from menu ([4444383](https://github.com/crlang/vue-tony-admin/commit/444438386ae4eb2e74db1ac98cb14f8b74953a1b))
9+
- Rename component to avoid same name as HTML element ([8656842](https://github.com/crlang/vue-tony-admin/commit/86568421dca6e7e6c850a71c1a2b81dcb1125bce))
10+
- **BasicTable:** Fixed some attribute inactivation issues ([0749968](https://github.com/crlang/vue-tony-admin/commit/0749968bb507b9a5507aa97617d44e32929ef9b4))
11+
12+
### Features
13+
14+
- Switch the project to default Chinese language output ([13faa98](https://github.com/crlang/vue-tony-admin/commit/13faa98e5daf7414c4f302e1769f7c4718bb08ec))
15+
- Added header menu module ([bc3e3be](https://github.com/crlang/vue-tony-admin/commit/bc3e3bea7f97540e130bfc4066e061092acfc4f6))
16+
- Added refactored dark mode ([87307b6](https://github.com/crlang/vue-tony-admin/commit/87307b6b43fd9b7bdff8ff245a1131c20b4cb563))
17+
- **BasicButton:** Rename Button to BasicButton ([c0640ad](https://github.com/crlang/vue-tony-admin/commit/c0640adeec1b050dc4c86566fc836e6d567f771a))
18+
- **RelativeTime:** Rename Time to RelativeTime ([221a1eb](https://github.com/crlang/vue-tony-admin/commit/221a1ebe9879cb47b5a59934ee5873ba6bc81d5d))
19+
120
## [0.5.4](https://github.com/crlang/vue-tony-admin/compare/0.5.3...0.5.4) (2022-07-21)
221

322
### 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.5](https://github.com/crlang/vue-tony-admin/compare/0.5.4...0.5.5) (2022-08-21)
2+
3+
### Bug Fixes
4+
5+
- 调整颜色及暗黑模式的处理方式 ([d41fafe](https://github.com/crlang/vue-tony-admin/commit/d41fafe11bc9e28e0622a1e2b405cfda9b591a99))
6+
- 修复兼容性问题 ([258f1ae](https://github.com/crlang/vue-tony-admin/commit/258f1aecfb1e1b93e49952373698df08feffdf46))
7+
- 修复 tabs 跳动问题 ([40122af](https://github.com/crlang/vue-tony-admin/commit/40122af79bf91a0776518d607373785ca0102778))
8+
- 移除菜单非必要的字段 ([4444383](https://github.com/crlang/vue-tony-admin/commit/444438386ae4eb2e74db1ac98cb14f8b74953a1b))
9+
- 重命名组件以避免与 HTML 元素名相同 ([8656842](https://github.com/crlang/vue-tony-admin/commit/86568421dca6e7e6c850a71c1a2b81dcb1125bce))
10+
- **BasicTable:** 修复部分属性失去活性问题 ([0749968](https://github.com/crlang/vue-tony-admin/commit/0749968bb507b9a5507aa97617d44e32929ef9b4))
11+
12+
### Features
13+
14+
- 将项目切换为默认中文语言输出 ([13faa98](https://github.com/crlang/vue-tony-admin/commit/13faa98e5daf7414c4f302e1769f7c4718bb08ec))
15+
- 新增头部菜单模块 ([bc3e3be](https://github.com/crlang/vue-tony-admin/commit/bc3e3bea7f97540e130bfc4066e061092acfc4f6))
16+
- 新增重构后的黑暗模式 ([87307b6](https://github.com/crlang/vue-tony-admin/commit/87307b6b43fd9b7bdff8ff245a1131c20b4cb563))
17+
- **BasicButton:** 重命名 Button 为 BasicButton ([c0640ad](https://github.com/crlang/vue-tony-admin/commit/c0640adeec1b050dc4c86566fc836e6d567f771a))
18+
- **RelativeTime:** 重命名 Time 为 RelativeTime ([221a1eb](https://github.com/crlang/vue-tony-admin/commit/221a1ebe9879cb47b5a59934ee5873ba6bc81d5d))
19+
120
## [0.5.4](https://github.com/crlang/vue-tony-admin/compare/0.5.3...0.5.4) (2022-07-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.4'
20+
export const BUILD_VERSION = '0.5.5'

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.4",
3+
"version": "0.5.5",
44
"author": {
55
"name": "crlang",
66
"email": "crlang@163.com",

0 commit comments

Comments
 (0)