Skip to content

Commit 76aba54

Browse files
authored
chore(main): release 0.19.2 (#50)
1 parent c1a78b7 commit 76aba54

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.19.2](https://github.com/DvShu/neatui-vue/compare/v0.19.1...v0.19.2) (2024-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **MdInput:** 修复赋予初始值时显示异常 ([3c1c96a](https://github.com/DvShu/neatui-vue/commit/3c1c96a4c07cd76895e6110f510b506252ac3e66))
9+
310
## [0.19.1](https://github.com/DvShu/neatui-vue/compare/v0.19.0...v0.19.1) (2024-09-26)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asteres/neatui-vue",
33
"description": "基于 Vue3 的 UI 组件库",
4-
"version": "0.19.1",
4+
"version": "0.19.2",
55
"type": "module",
66
"scripts": {
77
"g:c": "node scripts/index.js template",

0 commit comments

Comments
 (0)