Skip to content

Commit aed082a

Browse files
Merge 16a98de into 1e5d299
2 parents 1e5d299 + 16a98de commit aed082a

6 files changed

Lines changed: 12 additions & 17 deletions

File tree

.changeset/breezy-worms-share.md

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

.changeset/fix-loading-locale-text.md

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

.changeset/metal-buttons-happen.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.13
4+
5+
### Patch Changes
6+
7+
- [#254](https://github.com/antvis/GPT-Vis/pull/254) [`1e5d299`](https://github.com/antvis/GPT-Vis/commit/1e5d299ec2c2ad91fe7883da2fbf16e7cd7bd7bd) Thanks [@XinyueDu](https://github.com/XinyueDu)! - add dom render
8+
9+
- [#255](https://github.com/antvis/GPT-Vis/pull/255) [`76d9b04`](https://github.com/antvis/GPT-Vis/commit/76d9b04b1ff813d40707aa1df3a7477ce469a59f) Thanks [@hanjeahwan](https://github.com/hanjeahwan)! - fix(ChartCodeRender): loading text follows locale settings
10+
11+
- [#257](https://github.com/antvis/GPT-Vis/pull/257) [`6416669`](https://github.com/antvis/GPT-Vis/commit/64166693fb4c2ada33771f4b6b7ea04e4955e7bf) Thanks [@XinyueDu](https://github.com/XinyueDu)! - dify add waterfall and add waterfall knowledge
12+
313
## 0.5.12
414

515
### 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.5.12",
3+
"version": "0.5.13",
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.12';
1+
export default '0.5.13';

0 commit comments

Comments
 (0)