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 8f3e2cb commit 7a4460cCopy full SHA for 7a4460c
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# [1.2.0](https://github.com/lc-ui/lcui-cli/compare/v1.1.0...v1.2.0) (2025-01-07)
2
+
3
4
+### Bug Fixes
5
6
+* **compiler:** 纠正 App 路由中的页面组件名称 ([432c513](https://github.com/lc-ui/lcui-cli/commit/432c513086911d19b15446705093c589f205f52c))
7
8
9
+### Features
10
11
+* 迁移至新版 LCUI ([8f3e2cb](https://github.com/lc-ui/lcui-cli/commit/8f3e2cbb0330a2dc0d8025c97a67ea605ce93bbb))
12
13
14
15
# [1.1.0](https://github.com/lc-ui/lcui-cli/compare/v1.0.0...v1.1.0) (2024-12-22)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "@lcui/cli",
- "version": "1.1.0",
+ "version": "1.2.0",
"type": "module",
"description": "Command line interface for rapid LCUI development",
"main": "index.js",
0 commit comments