diff --git a/.changes/pre.json b/.changes/pre.json index 6bda415..5914ed9 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -1,6 +1,4 @@ { "tag": "alpha", - "changes": [ - ".changes/release-alpha.md" - ] + "changes": [] } diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index c6bb6d4..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Changelog - -## \[0.1.1-alpha.0] - -- [`464fc05`](https://github.com/DevCloudFE/matechat-react/commit/464fc054724779bebe8afefa5aa37f22253bfe03) Release first pre-release with alpha tag of `@matechat/react`. diff --git a/package.json b/package.json index e0393e6..8af0756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matechat/react", - "version": "0.1.1-alpha.0", + "version": "0.1.0", "packageManager": "pnpm@10.11.0", "description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.", "type": "module", @@ -17,9 +17,7 @@ "email": "fu050409@163.com", "name": "苏向夜" }, - "files": [ - "dist" - ], + "files": ["dist"], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",