File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
11
11
12
12
## 更新内容
13
13
14
- ### v0.0.1
14
+ ### v0.0.2
15
15
⏰` 2022-07-18 `
16
16
17
17
** New Component**
@@ -29,7 +29,8 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
29
29
- 新增 ConfigProvider 配置组件
30
30
31
31
32
- ### v0.0.0
32
+ ### v0.0.1
33
33
⏰` 2022-07-1 `
34
+ 初始化项目
34
35
35
36
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aunt" ,
3
- "version" : " 0.0.0-alpha.0 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " React Mobile UI Components base on Aunt UI" ,
5
5
"scripts" : {
6
6
"start" : " dumi dev" ,
22
22
" frontend" ,
23
23
" react-component"
24
24
],
25
- "homepage" : " https://github.com/79E/ aunt" ,
25
+ "homepage" : " https://aunt.design " ,
26
26
"license" : " MIT" ,
27
27
"author" : " 79E" ,
28
28
"main" : " ./cjs/index.js" ,
Original file line number Diff line number Diff line change 17
17
"aunt" : [" src/index.ts" ],
18
18
"aunt/src/*" : [" src/*" ],
19
19
"aunt/es/*" : [" src/*" ],
20
- "demos" : [" src/demos/index.ts" ],
20
+ "demos" : [" src/demos/index.ts" ]
21
21
},
22
22
"allowSyntheticDefaultImports" : true ,
23
23
"skipLibCheck" : true ,
You can’t perform that action at this time.
0 commit comments