Skip to content

Commit 83ea181

Browse files
Merge 841b517 into 62d0c56
2 parents 62d0c56 + 841b517 commit 83ea181

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"initialVersions": {
55
"@antv/gpt-vis": "0.2.2"
66
},
7-
"changesets": []
7+
"changesets": ["odd-ways-draw"]
88
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @antv/gpt-vis
22

3+
## 0.3.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [`62d0c56`](https://github.com/antvis/GPT-Vis/commit/62d0c5644ed7a310de17f0accd71f4ca5d603a83) Thanks [@lvisei](https://github.com/lvisei)! - fix: ssr render err for map
8+
39
## 0.2.2
410

511
### Patch Changes

package.json

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

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.2.2';
1+
export default '0.3.0-beta.0';

0 commit comments

Comments
 (0)