Skip to content

Commit

Permalink
chore: upgrade 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crlang committed Mar 15, 2023
1 parent 9ccd2e1 commit 0b02538
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [0.6.0](https://github.com/crlang/vue-tony-admin/compare/0.5.7...0.6.0) (2023-03-15)

### Bug Fixes

- **Icon:** Adjust size to support string input ([1e28f50](https://github.com/crlang/vue-tony-admin/commit/1e28f507e314acd162e5e199bb0a373d5e26b51e))
- **SvgIcon:** Adjust size to support string input ([44d95e9](https://github.com/crlang/vue-tony-admin/commit/44d95e92aaf9a9091a56dc42cb0c4d45f099e1ad))

### Features

- Upgrade Element Plus version to the latest version 2.3.0, upgrade Vite version to 3.2.5, and other dependencies to upgrade the latest version ([9ccd2e1](https://github.com/crlang/vue-tony-admin/commit/9ccd2e1610b831be119677eb93fb21b6aabc1126))

## [0.5.7](https://github.com/crlang/vue-tony-admin/compare/0.5.6...0.5.7) (2022-12-01)

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

### Bug Fixes

- **Icon:** 调整 size 支持字符串输入 ([1e28f50](https://github.com/crlang/vue-tony-admin/commit/1e28f507e314acd162e5e199bb0a373d5e26b51e))
- **SvgIcon:** 调整 size 支持字符串输入 ([44d95e9](https://github.com/crlang/vue-tony-admin/commit/44d95e92aaf9a9091a56dc42cb0c4d45f099e1ad))

### Features

- 升级 Element Plus 版本至最新版 2.3.0、升级 Vite 版本至 3.2.5、及其它依赖升级最新版 ([9ccd2e1](https://github.com/crlang/vue-tony-admin/commit/9ccd2e1610b831be119677eb93fb21b6aabc1126))

## [0.5.7](https://github.com/crlang/vue-tony-admin/compare/0.5.6...0.5.7) (2022-12-01)

### 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.5.7'
export const BUILD_VERSION = '0.6.0'
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.5.7",
"version": "0.6.0",
"author": {
"name": "crlang",
"email": "crlang@163.com",
Expand Down

0 comments on commit 0b02538

Please sign in to comment.