Skip to content

Commit 421aaac

Browse files
author
Tenny
committed
Merge branch 'HEAD' of git@github.com:DvShu/neatui-vue.git
2 parents 9b0d73e + 5d2070b commit 421aaac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/DvShu/neatui-vue/compare/v0.10.0...v0.10.1) (2024-07-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **Form:** 修复表单提交 ([9baa6df](https://github.com/DvShu/neatui-vue/commit/9baa6dfa7b61d113e6e408287c70b95337cda390))
9+
* **Loading:** 增加结束检测避免因错误而无法触发transitionEnd事件 ([9da2d06](https://github.com/DvShu/neatui-vue/commit/9da2d069489391ff1c7772aca42769e363a8846d))
10+
311
## [0.10.0](https://github.com/DvShu/neatui-vue/compare/v0.9.3...v0.10.0) (2024-07-05)
412

513

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.10.0",
4+
"version": "0.10.1",
55
"type": "module",
66
"scripts": {
77
"g:c": "node scripts/index.js template",

0 commit comments

Comments
 (0)