Skip to content

Commit

Permalink
update: 更新[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
79E committed Jul 18, 2022
1 parent 1f866ee commit 97c7212
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范

## 更新内容

### v0.0.1
### v0.0.2
`2022-07-18`

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


### v0.0.0
### v0.0.1
`2022-07-1`
初始化项目


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aunt",
"version": "0.0.0-alpha.0",
"version": "0.0.2",
"description": "React Mobile UI Components base on Aunt UI",
"scripts": {
"start": "dumi dev",
Expand All @@ -22,7 +22,7 @@
"frontend",
"react-component"
],
"homepage": "https://github.com/79E/aunt",
"homepage": "https://aunt.design",
"license": "MIT",
"author": "79E",
"main": "./cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"aunt": ["src/index.ts"],
"aunt/src/*": ["src/*"],
"aunt/es/*": ["src/*"],
"demos": ["src/demos/index.ts"],
"demos": ["src/demos/index.ts"]
},
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 97c7212

Please sign in to comment.