Skip to content

Commit f5ed4c2

Browse files
authored
revert: revert alpha release (#14)
Reverts #12
1 parent 4c5db52 commit f5ed4c2

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.changes/pre.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"tag": "alpha",
3-
"changes": [
4-
".changes/release-alpha.md"
5-
]
3+
"changes": []
64
}

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matechat/react",
3-
"version": "0.1.1-alpha.0",
3+
"version": "0.1.0",
44
"packageManager": "[email protected]",
55
"description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
66
"type": "module",
@@ -17,9 +17,7 @@
1717
"email": "[email protected]",
1818
"name": "苏向夜"
1919
},
20-
"files": [
21-
"dist"
22-
],
20+
"files": ["dist"],
2321
"main": "./dist/index.js",
2422
"module": "./dist/index.js",
2523
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)