Skip to content

Commit 250b40b

Browse files
committed
feat(create-element): rax 已经进入停止维护周期,去除 rax 组件生成入口
1 parent 9411925 commit 250b40b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

packages/create-element/HISOTRY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0
2+
3+
- `feat` rax 已经进入停止维护周期,去除 rax 组件生成入口
4+
15
## 1.1.3
26

37
- `fix` 无法获取最新模板

packages/create-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/create-element",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "lib/index.js",
66
"bin": {

packages/create-element/src/component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ export default async (answers) => {
3838
}, {
3939
name: 'react-组件库',
4040
value: 'react-multiple',
41-
}, {
42-
name: 'rax-单组件',
43-
value: 'rax-single',
44-
}, {
45-
name: 'rax-组件库',
46-
value: 'rax-multiple',
4741
}],
4842
default: 'react-single',
4943
}];

0 commit comments

Comments
 (0)