From 0e37553612404dfcaaa5ee04e3de2f288748c628 Mon Sep 17 00:00:00 2001 From: fly_dream <1456207945@qq.com> Date: Tue, 2 Jul 2024 17:55:09 +0800 Subject: [PATCH] chore(main): release 0.8.1 (#29) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be066dc0..584b5523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.1](https://github.com/DvShu/neatui-vue/compare/v0.8.0...v0.8.1) (2024-07-02) + + +### Bug Fixes + +* **TabbarItem:** 优化 name 类型 ([7d39889](https://github.com/DvShu/neatui-vue/commit/7d39889f391c4b55b0277a8eae3db8d8b1f57658)) +* **Tabbar:** Tabbar默认白色背景 ([7d39889](https://github.com/DvShu/neatui-vue/commit/7d39889f391c4b55b0277a8eae3db8d8b1f57658)) + ## [0.8.0](https://github.com/DvShu/neatui-vue/compare/v0.7.1...v0.8.0) (2024-07-01) diff --git a/package.json b/package.json index 717942f4..f44d3b12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asteres/neatui-vue", "description": "基于 Vue3 的 UI 组件库", - "version": "0.8.0", + "version": "0.8.1", "type": "module", "scripts": { "g:c": "node scripts/index.js template",