Skip to content

Commit bcd2758

Browse files
authored
chore(main): release 0.14.2 (#41)
1 parent e0acb43 commit bcd2758

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.14.2](https://github.com/DvShu/neatui-vue/compare/v0.14.1...v0.14.2) (2024-08-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **Input:** 输入框强行转换为字符串 ([3e10b1b](https://github.com/DvShu/neatui-vue/commit/3e10b1be4b1a457734f8a38caec4b2b7f4c647db))
9+
* **Table:** 优化列解析, 固定列支持自动识别 ([6c9f950](https://github.com/DvShu/neatui-vue/commit/6c9f950b5f376f6297694b5634de0983fe525f38))
10+
* **Table:** 表格增加设置单元格样式 ([6c9f950](https://github.com/DvShu/neatui-vue/commit/6c9f950b5f376f6297694b5634de0983fe525f38))
11+
312
## [0.14.1](https://github.com/DvShu/neatui-vue/compare/v0.14.0...v0.14.1) (2024-08-09)
413

514

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

0 commit comments

Comments
 (0)