From 24bb11437baaef48ab15db2e2d51378d008b571a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:40:03 +0000 Subject: [PATCH] chore: version (#58) --- .changeset/eighty-zebras-hug.md | 5 ----- .changeset/shy-singers-reply.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/eighty-zebras-hug.md delete mode 100644 .changeset/shy-singers-reply.md diff --git a/.changeset/eighty-zebras-hug.md b/.changeset/eighty-zebras-hug.md deleted file mode 100644 index 45580cd..0000000 --- a/.changeset/eighty-zebras-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -refactor: adjust graph options priority diff --git a/.changeset/shy-singers-reply.md b/.changeset/shy-singers-reply.md deleted file mode 100644 index 09b2dc2..0000000 --- a/.changeset/shy-singers-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -fix: config plot axis diff --git a/CHANGELOG.md b/CHANGELOG.md index b97e6b8..0ddb5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/gpt-vis +## 0.3.4 + +### Patch Changes + +- [#56](https://github.com/antvis/GPT-Vis/pull/56) [`694773d`](https://github.com/antvis/GPT-Vis/commit/694773d504e55f4f7c248b30714e6f0a4ce72b60) Thanks [@yvonneyx](https://github.com/yvonneyx)! - refactor: adjust graph options priority + +- [#53](https://github.com/antvis/GPT-Vis/pull/53) [`9965c16`](https://github.com/antvis/GPT-Vis/commit/9965c163eb963255a6438fced1aa12b7f5f9c2ee) Thanks [@lvisei](https://github.com/lvisei)! - fix: config plot axis + ## 0.3.3 ### Patch Changes diff --git a/package.json b/package.json index a45f527..be7ced7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.3.3", + "version": "0.3.4", "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 2c76bef..37244c2 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.3.3'; +export default '0.3.4';