Skip to content

Commit

Permalink
chore: upgrade 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crlang committed Jul 11, 2022
1 parent 878dcaf commit 306d906
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.5.3](https://github.com/crlang/vue-tony-admin/compare/0.5.2...0.5.3) (2022-07-11)

### Bug Fixes

- fix undefined issue ([71e3f29](https://github.com/crlang/vue-tony-admin/commit/71e3f29ea8126800d811fe9cebee063b5dacaba4))

### Features

- **useMessage:** Added message option, which has the same effect as content ([bf698d2](https://github.com/crlang/vue-tony-admin/commit/bf698d25f033490a6dd09ee19e2c1c63a4b5f4a3))

## [0.5.2](https://github.com/crlang/vue-tony-admin/compare/0.5.1...0.5.2) (2022-07-08)

### Bug Fixes
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.5.3](https://github.com/crlang/vue-tony-admin/compare/0.5.2...0.5.3) (2022-07-11)

### Bug Fixes

- 修复未定义问题 ([71e3f29](https://github.com/crlang/vue-tony-admin/commit/71e3f29ea8126800d811fe9cebee063b5dacaba4))

### Features

- **useMessage:** 新增 message 选项,作用兼同 content ([bf698d2](https://github.com/crlang/vue-tony-admin/commit/bf698d25f033490a6dd09ee19e2c1c63a4b5f4a3))

## [0.5.2](https://github.com/crlang/vue-tony-admin/compare/0.5.1...0.5.2) (2022-07-08)

### 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 @@ -5,4 +5,4 @@ export const GLOB_CONFIG_FILE_NAME = 'app.config.js'

export const OUTPUT_DIR = 'dist'

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

0 comments on commit 306d906

Please sign in to comment.