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 e3eab5e commit 1745494Copy full SHA for 1745494
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.18.1](https://github.com/DvShu/neatui-vue/compare/v0.18.0...v0.18.1) (2024-09-25)
4
+
5
6
+### Bug Fixes
7
8
+* 修复未导出 IconFont 组件 ([041e108](https://github.com/DvShu/neatui-vue/commit/041e108f97d0c1bd3fcdb9146866a710d1b3f48e))
9
10
## [0.18.0](https://github.com/DvShu/neatui-vue/compare/v0.17.0...v0.18.0) (2024-09-18)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
- "version": "0.18.0",
+ "version": "0.18.1",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
0 commit comments