From 24219fdc78fc07b079eae771357b092f2a9e7e01 Mon Sep 17 00:00:00 2001 From: fly_dream <1456207945@qq.com> Date: Thu, 26 Sep 2024 11:30:34 +0800 Subject: [PATCH] chore(main): release 0.19.0 (#48) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddab04eb..62cb9115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.19.0](https://github.com/DvShu/neatui-vue/compare/v0.18.1...v0.19.0) (2024-09-26) + + +### Features + +* 表单增加 label-position ([ab373ff](https://github.com/DvShu/neatui-vue/commit/ab373ffb90e68c147b5a513c0bc96fe1d9f5b4c9)) + + +### Bug Fixes + +* 修复 IconFont 导出错误 ([ab373ff](https://github.com/DvShu/neatui-vue/commit/ab373ffb90e68c147b5a513c0bc96fe1d9f5b4c9)) + ## [0.18.1](https://github.com/DvShu/neatui-vue/compare/v0.18.0...v0.18.1) (2024-09-25) diff --git a/package.json b/package.json index dff48124..6f248170 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asteres/neatui-vue", "description": "基于 Vue3 的 UI 组件库", - "version": "0.18.1", + "version": "0.19.0", "type": "module", "scripts": { "g:c": "node scripts/index.js template",