Skip to content

Commit

Permalink
chore(main): release 0.6.2 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
DvShu authored Jun 18, 2024
1 parent 721bc5b commit bfc715d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.6.2](https://github.com/DvShu/neatui-vue/compare/v0.6.1...v0.6.2) (2024-06-18)


### Bug Fixes

* 优化CI ([54f648b](https://github.com/DvShu/neatui-vue/commit/54f648be59c605da6ddc1a2817ae88041e50259e))
* 修复Button无默认高度 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复FormItem渲染空label ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复Input无默认颜色 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复目录结构错误 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))

## [0.6.1](https://github.com/DvShu/neatui-vue/compare/v0.6.0...v0.6.1) (2024-06-18)


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.6.1",
"version": "0.6.2",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
Expand Down

0 comments on commit bfc715d

Please sign in to comment.