Skip to content

Commit

Permalink
chore(main): release 0.18.0 (#46)
Browse files Browse the repository at this point in the history
* chore(main): release 0.18.0

* Update CHANGELOG.md
  • Loading branch information
DvShu authored Sep 18, 2024
1 parent acbe734 commit da95492
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.18.0](https://github.com/DvShu/neatui-vue/compare/v0.17.0...v0.18.0) (2024-09-18)


### Features

* **Form:** 表单支持 disabled ([2cfae39](https://github.com/DvShu/neatui-vue/commit/2cfae39cb495c7a646add83cdfff0ade73d1ac8f))
* **ThemeButton:** 创建主题切换-按钮风格 ([b7f3fb3](https://github.com/DvShu/neatui-vue/commit/b7f3fb326f47a791109f589266265e8236a9b777))
* **ThemeSelect:** 增加下拉选择切换主题 ([6af09df](https://github.com/DvShu/neatui-vue/commit/6af09dfe4a5d36a6cb3e183c1e845a859902cd22))
* **Theme:** 新增主题模式切换 ([cc7eb32](https://github.com/DvShu/neatui-vue/commit/cc7eb320c866de773d0a77a37d41d9241950c9d4))

## [0.17.0](https://github.com/DvShu/neatui-vue/compare/v0.16.0...v0.17.0) (2024-09-11)


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

0 comments on commit da95492

Please sign in to comment.