Skip to content

Commit

Permalink
Merge pull request #583 from antvis/changelog
Browse files Browse the repository at this point in the history
chore: change log
  • Loading branch information
lxfu1 authored Mar 25, 2024
2 parents 4a282b6 + 2d93d73 commit 0847a16
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gi-assets-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-basic",
"version": "2.4.37",
"version": "2.4.38",
"description": "G6VP 基础资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-common-components",
"version": "1.3.14",
"version": "1.3.15",
"description": "G6VP 通用UI组件",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/gi-sdk-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-sdk-app",
"version": "1.2.7",
"version": "1.2.8",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -16,4 +16,4 @@
},
"license": "ISC",
"repository": "[email protected]:antvis/G6VP.git"
}
}
6 changes: 6 additions & 0 deletions packages/gi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/gi-sdk

## 2.4.21

### Patch Changes

- feat: [optimize component styles](https://github.com/antvis/G6VP/pull/576)

## 2.4.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-sdk",
"version": "2.4.20",
"version": "2.4.21",
"description": "G6VP 核心画布渲染",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 0847a16

Please sign in to comment.