Skip to content

Commit 464fc05

Browse files
committed
chore: rename package back and setup initial version bump
1 parent 8c4c1a8 commit 464fc05

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.changes/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"packages": {
23-
"@matechat-react/ui": {
23+
"@matechat/react": {
2424
"path": ".",
2525
"manager": "javascript"
2626
}

.changes/release-alpha.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@matechat/react": patch
3+
---
4+
5+
Release first pre-release with alpha tag of `@matechat/react`.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
MateChat is the React version of MateChat Vue, a front-end AI scenario solution UI library based on Huawei DevUI Design.
44

5-
This project is still in deeply development for now, and not ready for production use.
5+
## Installation
6+
7+
```bash
8+
npm install --save @matechat/react
9+
# or
10+
pnpm add @matechat/react
11+
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@matechat-react/ui",
3-
"version": "0.0.0",
2+
"name": "@matechat/react",
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",

0 commit comments

Comments
 (0)