Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent c8b3c2d commit 6e68e4a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-horses-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-geese-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-camels-stare.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.1.0';
export default '0.2.0';

0 comments on commit 6e68e4a

Please sign in to comment.