Skip to content

Commit 1d7858b

Browse files
Merge 6c1d2dc into b719fda
2 parents b719fda + 6c1d2dc commit 1d7858b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/three-deer-open.md

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

CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/antvis/GPT-Vis/pull/165) [`b719fda`](https://github.com/antvis/GPT-Vis/commit/b719fdac45bee255590ed6850c15ad1ef813d5a6) Thanks [@BoyYangzai](https://github.com/BoyYangzai)! - fix css error
8+
39
## 0.5.1
410

511
### 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.5.1",
3+
"version": "0.5.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.5.1';
1+
export default '0.5.2';

0 commit comments

Comments
 (0)