We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251ef39 commit 7f35732Copy full SHA for 7f35732
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.7.0](https://github.com/DvShu/neatui-vue/compare/v0.6.5...v0.7.0) (2024-06-26)
4
+
5
6
+### Features
7
8
+* **DescriptionPanel:** 新增简介面板 ([251ef39](https://github.com/DvShu/neatui-vue/commit/251ef399be174d9450116558c8c19b2c2d0ef541))
9
10
## [0.6.5](https://github.com/DvShu/neatui-vue/compare/v0.6.4...v0.6.5) (2024-06-25)
11
12
### Bug Fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
- "version": "0.6.5",
+ "version": "0.7.0",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
0 commit comments