Skip to content

Commit 97c7212

Browse files
committed
update: 更新[email protected]
1 parent 1f866ee commit 97c7212

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/guide/changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
1111

1212
## 更新内容
1313

14-
### v0.0.1
14+
### v0.0.2
1515
`2022-07-18`
1616

1717
**New Component**
@@ -29,7 +29,8 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
2929
- 新增 ConfigProvider 配置组件
3030

3131

32-
### v0.0.0
32+
### v0.0.1
3333
`2022-07-1`
34+
初始化项目
3435

3536

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aunt",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.2",
44
"description": "React Mobile UI Components base on Aunt UI",
55
"scripts": {
66
"start": "dumi dev",
@@ -22,7 +22,7 @@
2222
"frontend",
2323
"react-component"
2424
],
25-
"homepage": "https://github.com/79E/aunt",
25+
"homepage": "https://aunt.design",
2626
"license": "MIT",
2727
"author": "79E",
2828
"main": "./cjs/index.js",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"aunt": ["src/index.ts"],
1818
"aunt/src/*": ["src/*"],
1919
"aunt/es/*": ["src/*"],
20-
"demos": ["src/demos/index.ts"],
20+
"demos": ["src/demos/index.ts"]
2121
},
2222
"allowSyntheticDefaultImports": true,
2323
"skipLibCheck": true,

0 commit comments

Comments
 (0)