We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c702504 commit f8e7abeCopy full SHA for f8e7abe
2 files changed
CHANGELOG.md
@@ -1,15 +1,25 @@
1
+## 0.4.1 `2023-07-19`
2
+
3
+### Features
4
5
+- Lite 默认使用最新版本的组件库
6
+- Lite 版本新增 .gitignore 文件
7
8
## 0.4.0 `2023-05-30`
9
10
### Features
11
12
- 新增小程序`零售电商`模版下载
-- 新增移动端vue3`即时通讯`模版下载
13
+- 新增移动端 vue3`即时通讯`模版下载
14
15
## 0.3.3 `2023-02-22`
16
17
### Bug Fixes
18
19
- 修复下载 Vue3 版本指定页面选项功能失效的问题
20
21
## 0.3.2 `2022-09-26`
22
23
24
25
- Lite 模板新增 webpack 版本 @sscode02 in #34
package.json
@@ -1,6 +1,6 @@
{
"name": "tdesign-starter-cli",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "CLI tool for TDesign Starter project",
"main": "./src/main.ts",
"lib": "./bin/index.js",
0 commit comments