Skip to content

Commit

Permalink
chore: upgrade 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crlang committed Apr 3, 2023
1 parent 12692ce commit 5ce76dd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.6.1](https://github.com/crlang/vue-tony-admin/compare/0.6.0...0.6.1) (2023-04-03)

### Bug Fixes

- Optimization type definition ([3fdeff4](https://github.com/crlang/vue-tony-admin/commit/3fdeff4a26fe9504233ed72cb7f67100eb884e28))
- Optimize logo and help component interface ([62bc8d1](https://github.com/crlang/vue-tony-admin/commit/62bc8d1f1cdd6fc3f6f878bd6c1e6d930504ba43))

### Features

- Upgrade Element Plus version to the latest version 2.3.2 ([3a4c91a](https://github.com/crlang/vue-tony-admin/commit/3a4c91a00fee619b851edbcdb31468e5d3419c68))
- **BasicTable:** Added defaultValue attribute, the default value is displayed when the list item does not exist ([b8ff761](https://github.com/crlang/vue-tony-admin/commit/b8ff76173f0d280dba84a80bbf67c0389968302f))

# [0.6.0](https://github.com/crlang/vue-tony-admin/compare/0.5.7...0.6.0) (2023-03-15)

### Bug Fixes
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.6.1](https://github.com/crlang/vue-tony-admin/compare/0.6.0...0.6.1) (2023-04-03)

### Bug Fixes

- 优化类型定义 ([3fdeff4](https://github.com/crlang/vue-tony-admin/commit/3fdeff4a26fe9504233ed72cb7f67100eb884e28))
- 优化 logo、help 组件界面 ([62bc8d1](https://github.com/crlang/vue-tony-admin/commit/62bc8d1f1cdd6fc3f6f878bd6c1e6d930504ba43))

### Features

- 升级 Element Plus 版本至最新版 2.3.2 ([3a4c91a](https://github.com/crlang/vue-tony-admin/commit/3a4c91a00fee619b851edbcdb31468e5d3419c68))
- **BasicTable:** 新增 defaultValue 属性,列表项不存在时显示其默认值 ([b8ff761](https://github.com/crlang/vue-tony-admin/commit/b8ff76173f0d280dba84a80bbf67c0389968302f))

# [0.6.0](https://github.com/crlang/vue-tony-admin/compare/0.5.7...0.6.0) (2023-03-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion build/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export const OUTPUT_DIR = 'dist'
*
* Build the development environment version
*/
export const BUILD_VERSION = '0.6.0'
export const BUILD_VERSION = '0.6.1'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tony-admin",
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "crlang",
"email": "crlang@163.com",
Expand Down

0 comments on commit 5ce76dd

Please sign in to comment.