Skip to content

Commit 2f6702e

Browse files
chore: version (beta) (#90)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9f9adb commit 2f6702e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/pre.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"initialVersions": {
55
"@antv/gpt-vis": "0.4.4"
66
},
7-
"changesets": []
7+
"changesets": ["salty-berries-like"]
88
}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @antv/gpt-vis
22

3+
## 0.5.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#83](https://github.com/antvis/GPT-Vis/pull/83) [`c9f9adb`](https://github.com/antvis/GPT-Vis/commit/c9f9adb3e22bf697005a821529678f55c16d1d99) Thanks [@XinyueDu](https://github.com/XinyueDu)! - gpt-vis support ssr
8+
39
## 0.4.7
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/gpt-vis",
3-
"version": "0.4.7",
3+
"version": "0.5.0-beta.0",
44
"description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.",
55
"keywords": [
66
"antv",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.4.7';
1+
export default '0.5.0-beta.0';

0 commit comments

Comments
 (0)