Skip to content

Commit 5658b6a

Browse files
authored
chore(main): release 0.8.0 (#28)
1 parent a85565a commit 5658b6a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/DvShu/neatui-vue/compare/v0.7.1...v0.8.0) (2024-07-01)
4+
5+
6+
### Features
7+
8+
* 新增 tabbar 选项卡组件 ([a85565a](https://github.com/DvShu/neatui-vue/commit/a85565a13b228ad644c38f2681acd4eec8ed3a3b))
9+
* 新增 tabs 标签页样式 ([a85565a](https://github.com/DvShu/neatui-vue/commit/a85565a13b228ad644c38f2681acd4eec8ed3a3b))
10+
311
## [0.7.1](https://github.com/DvShu/neatui-vue/compare/v0.7.0...v0.7.1) (2024-06-26)
412

513

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

0 commit comments

Comments
 (0)