Skip to content

Commit

Permalink
chore: update version (#6039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca authored Jul 15, 2024
1 parent a56b629 commit 1d9d9b1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "v5",
"updateInternalDependencies": "patch",
"ignore": ["@antv/g6-site", "g6-extension-test"]
"ignore": ["@antv/g6-site"]
}
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.5",
"@antv/g-canvas": "^2.0.4",
"@antv/g6": "^5.0.7"
"@antv/g6": "^5.0.8"
},
"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 @@ -50,7 +50,7 @@
"styled-components": "^6.1.11"
},
"peerDependencies": {
"@antv/g6": "^5.0.7",
"@antv/g6": "^5.0.8",
"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.8

### Patch Changes

- bugfix

## 5.0.7

### 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.7",
"version": "5.0.8",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down

0 comments on commit 1d9d9b1

Please sign in to comment.