Skip to content

Commit 31052ba

Browse files
authored
chore(main): release 0.10.0 (#34)
1 parent 37f3ff5 commit 31052ba

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/DvShu/neatui-vue/compare/v0.9.3...v0.10.0) (2024-07-05)
4+
5+
6+
### Features
7+
8+
* **Form:** 表单增加行内表单选项 ([37f3ff5](https://github.com/DvShu/neatui-vue/commit/37f3ff58b0b4429fe34a727aae863be3e370d05b))
9+
10+
11+
### Bug Fixes
12+
13+
* **Input:** 修复输入框背景异常 ([37f3ff5](https://github.com/DvShu/neatui-vue/commit/37f3ff58b0b4429fe34a727aae863be3e370d05b))
14+
315
## [0.9.3](https://github.com/DvShu/neatui-vue/compare/v0.9.2...v0.9.3) (2024-07-05)
416

517

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

0 commit comments

Comments
 (0)