From 306d906b789d8ce58a8924f3b027f72b0dbe9878 Mon Sep 17 00:00:00 2001 From: crlang Date: Mon, 11 Jul 2022 17:57:19 +0800 Subject: [PATCH] chore: upgrade 0.5.3 --- CHANGELOG.md | 10 ++++++++++ CHANGELOG.zh_CN.md | 10 ++++++++++ build/constant.ts | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b11dd1..bc89fb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index bde76eed..f87fe37d 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -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 diff --git a/build/constant.ts b/build/constant.ts index 4a78443e..1a5476cb 100644 --- a/build/constant.ts +++ b/build/constant.ts @@ -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' diff --git a/package.json b/package.json index b8c5f29a..ad886ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tony-admin", - "version": "0.5.2", + "version": "0.5.3", "author": { "name": "crlang", "email": "crlang@163.com",