diff --git a/.changeset/rich-horses-look.md b/.changeset/rich-horses-look.md deleted file mode 100644 index 7c426f4..0000000 --- a/.changeset/rich-horses-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -fix(text): vis-text use parent container font-size diff --git a/.changeset/wise-geese-camp.md b/.changeset/wise-geese-camp.md deleted file mode 100644 index 7c80167..0000000 --- a/.changeset/wise-geese-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -feat: graph supports global configuration diff --git a/.changeset/witty-camels-stare.md b/.changeset/witty-camels-stare.md deleted file mode 100644 index f8abe1b..0000000 --- a/.changeset/witty-camels-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': minor ---- - -lite component for GPTVis diff --git a/CHANGELOG.md b/CHANGELOG.md index 558321d..0be2336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @antv/gpt-vis +## 0.2.0 + +### Minor Changes + +- [#12](https://github.com/antvis/GPT-Vis/pull/12) [`6fbc29d`](https://github.com/antvis/GPT-Vis/commit/6fbc29d85644a55cf36745ec5cdc5519c22755c5) Thanks [@lvisei](https://github.com/lvisei)! - lite component for GPTVis + +### Patch Changes + +- [#13](https://github.com/antvis/GPT-Vis/pull/13) [`840d96e`](https://github.com/antvis/GPT-Vis/commit/840d96eeebabb0aa80d647040b64fa6dcc3daa33) Thanks [@BBSQQ](https://github.com/BBSQQ)! - fix(text): vis-text use parent container font-size + +- [#10](https://github.com/antvis/GPT-Vis/pull/10) [`030a60f`](https://github.com/antvis/GPT-Vis/commit/030a60fc7abb609f01f5fd0b9d6491bd9839d8ff) Thanks [@yvonneyx](https://github.com/yvonneyx)! - feat: graph supports global configuration + ## 0.1.0 ### Patch Changes diff --git a/package.json b/package.json index a61bb16..7b3f252 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.1.0", + "version": "0.2.0", "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 2f6ce8b..06c45c7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.1.0'; +export default '0.2.0';