We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de80a29 commit df1c437Copy full SHA for df1c437
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.6.1](https://github.com/DvShu/neatui-vue/compare/v0.6.0...v0.6.1) (2024-06-18)
4
+
5
6
+### Bug Fixes
7
8
+* 修复未正确导出 useFormReset hooks ([caa6bba](https://github.com/DvShu/neatui-vue/commit/caa6bba5cb50c6b2638f67d655e4fa916715a686))
9
10
## [0.6.0](https://github.com/DvShu/neatui-vue/compare/v0.5.4...v0.6.0) (2024-06-14)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
- "version": "0.6.0",
+ "version": "0.6.1",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
0 commit comments