Skip to content

Commit

Permalink
chore(main): release 0.10.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
DvShu authored Jul 5, 2024
1 parent fd4b874 commit 5d2070b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.1](https://github.com/DvShu/neatui-vue/compare/v0.10.0...v0.10.1) (2024-07-05)


### Bug Fixes

* **Form:** 修复表单提交 ([9baa6df](https://github.com/DvShu/neatui-vue/commit/9baa6dfa7b61d113e6e408287c70b95337cda390))
* **Loading:** 增加结束检测避免因错误而无法触发transitionEnd事件 ([9da2d06](https://github.com/DvShu/neatui-vue/commit/9da2d069489391ff1c7772aca42769e363a8846d))

## [0.10.0](https://github.com/DvShu/neatui-vue/compare/v0.9.3...v0.10.0) (2024-07-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
"version": "0.10.0",
"version": "0.10.1",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
Expand Down

0 comments on commit 5d2070b

Please sign in to comment.