Skip to content

Commit dbf08c7

Browse files
chore: version (#156)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6a43b6 commit dbf08c7

File tree

6 files changed

+12
-20
lines changed

6 files changed

+12
-20
lines changed

.changeset/light-areas-attack.md

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

.changeset/pre.json

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

.changeset/salty-berries-like.md

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

CHANGELOG.md

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

3+
## 0.5.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+
9+
### Patch Changes
10+
11+
- [#153](https://github.com/antvis/GPT-Vis/pull/153) [`68fd0fd`](https://github.com/antvis/GPT-Vis/commit/68fd0fd4cef49a9a0c3b19938b031a57dc5d0c84) Thanks [@XinyueDu](https://github.com/XinyueDu)! - add vis error boundary
12+
313
## 0.5.0-beta.0
414

515
### Minor 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.5.0-beta.0",
3+
"version": "0.5.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.5.0-beta.0';
1+
export default '0.5.0';

0 commit comments

Comments
 (0)