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 0f68ef5 commit 2931f66Copy full SHA for 2931f66
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.13.0](https://github.com/DvShu/neatui-vue/compare/v0.12.0...v0.13.0) (2024-07-31)
4
+
5
6
+### Features
7
8
+* **Pagination:** 分页 ([6f14af4](https://github.com/DvShu/neatui-vue/commit/6f14af4a230a1611fb2790f10e8be4a3051ab0b5))
9
10
## [0.12.0](https://github.com/DvShu/neatui-vue/compare/v0.11.0...v0.12.0) (2024-07-29)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
- "version": "0.12.0",
+ "version": "0.13.0",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
0 commit comments