From 50cbb53c949997aa8685bd3f31789303d74c4c7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:10:17 +0000 Subject: [PATCH] chore: version (#50) --- .changeset/silent-buckets-grab.md | 5 ----- .changeset/witty-colts-press.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/silent-buckets-grab.md delete mode 100644 .changeset/witty-colts-press.md diff --git a/.changeset/silent-buckets-grab.md b/.changeset/silent-buckets-grab.md deleted file mode 100644 index 94f9e8f..0000000 --- a/.changeset/silent-buckets-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -fix: theme undefined with antd@4 diff --git a/.changeset/witty-colts-press.md b/.changeset/witty-colts-press.md deleted file mode 100644 index 8fa235d..0000000 --- a/.changeset/witty-colts-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -feat(comp): optimize flow diagram layout diff --git a/CHANGELOG.md b/CHANGELOG.md index 59da7b4..f092411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/gpt-vis +## 0.3.2 + +### Patch Changes + +- [#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 + +- [`1df2a15`](https://github.com/antvis/GPT-Vis/commit/1df2a150eff9580649fcc1824de571ac9f9df9bc) Thanks [@yvonneyx](https://github.com/yvonneyx)! - feat(comp): optimize flow diagram layout + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index d107b20..9944289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.3.1", + "version": "0.3.2", "description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.", "keywords": [ "antv", diff --git a/src/version.ts b/src/version.ts index 71feb90..134cd82 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.3.1'; +export default '0.3.2';