From 97c7212b66d5096229fa675edf573cca394a7c98 Mon Sep 17 00:00:00 2001 From: 79E <5980844@qq.com> Date: Mon, 18 Jul 2022 18:39:37 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0npm@0.0.2=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/changelog.md | 5 +++-- package.json | 4 ++-- tsconfig.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/guide/changelog.md b/docs/guide/changelog.md index 3ee056b..6afea36 100644 --- a/docs/guide/changelog.md +++ b/docs/guide/changelog.md @@ -11,7 +11,7 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范 ## 更新内容 -### v0.0.1 +### v0.0.2 ⏰`2022-07-18` **New Component** @@ -29,7 +29,8 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范 - 新增 ConfigProvider 配置组件 -### v0.0.0 +### v0.0.1 ⏰`2022-07-1` +初始化项目 diff --git a/package.json b/package.json index 4b3b76a..a11ba74 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/tsconfig.json b/tsconfig.json index e3f7ed2..4e1dbae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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,