Skip to content

Commit 958b42a

Browse files
release: release new versions (#15)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.0] - 464fc05 Release first pre-release with alpha tag of `@matechat/react`. Co-authored-by: fu050409 <[email protected]>
1 parent abb8705 commit 958b42a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.changes/pre.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## \[0.1.0-alpha.0]
4+
5+
- [`464fc05`](https://github.com/DevCloudFE/matechat-react/commit/464fc054724779bebe8afefa5aa37f22253bfe03) Release first pre-release with alpha tag of `@matechat/react`.

package.json

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

0 commit comments

Comments
 (0)