Skip to content

Commit 3791e97

Browse files
Merge 54d6fe1 into 4ea7cac
2 parents 4ea7cac + 54d6fe1 commit 3791e97

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/silent-buckets-grab.md

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

.changeset/witty-colts-press.md

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

CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#49](https://github.com/antvis/GPT-Vis/pull/49) [`4ea7cac`](https://github.com/antvis/GPT-Vis/commit/4ea7cac0d57029ef821a3a76a512d5cfcf288dba) Thanks [@lvisei](https://github.com/lvisei)! - fix: theme undefined with antd@4
8+
9+
- [`1df2a15`](https://github.com/antvis/GPT-Vis/commit/1df2a150eff9580649fcc1824de571ac9f9df9bc) Thanks [@yvonneyx](https://github.com/yvonneyx)! - feat(comp): optimize flow diagram layout
10+
311
## 0.3.1
412

513
### 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.3.1",
3+
"version": "0.3.2",
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.3.1';
1+
export default '0.3.2';

0 commit comments

Comments
 (0)