Skip to content

Commit

Permalink
chore: update version (#6375)
Browse files Browse the repository at this point in the history
Co-authored-by: antv <[email protected]>
  • Loading branch information
Aarebecca and antv authored Sep 30, 2024
1 parent 68c168e commit c31912e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/g6-extension-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"peerDependencies": {
"@antv/g": "^6.0.13",
"@antv/g-canvas": "^2.0.4",
"@antv/g6": "^5.0.24"
"@antv/g6": "^5.0.25"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/g6-extension-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"styled-components": "^6.1.13"
},
"peerDependencies": {
"@antv/g6": "^5.0.24",
"@antv/g6": "^5.0.25",
"react": ">=16.8",
"react-dom": ">=16.8"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/g6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g6

## 5.0.25

### Patch Changes

- refactor

## 5.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "5.0.24",
"version": "5.0.25",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g6/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.0.24';
export const version = '5.0.25';

0 comments on commit c31912e

Please sign in to comment.