Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Sep 6, 2024
1 parent 46282b6 commit acffcef
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/g6-extension-3d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g6-extension-3d

## 0.1.5

### Patch Changes

- docs,bugfix,feat
- Updated dependencies
- @antv/g6@5.0.21

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/g6-extension-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-extension-3d",
"version": "0.1.4",
"version": "0.1.5",
"description": "3D extension for G6",
"keywords": [
"antv",
Expand Down Expand Up @@ -49,7 +49,7 @@
"peerDependencies": {
"@antv/g": "^6.0.13",
"@antv/g-canvas": "^2.0.4",
"@antv/g6": "^5.0.20"
"@antv/g6": "^5.0.21"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/g6-extension-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @antv/g6-extension-react

## 0.1.6

### Patch Changes

- docs,bugfix,feat
- Updated dependencies
- @antv/g6@5.0.21

## 0.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/g6-extension-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-extension-react",
"version": "0.1.5",
"version": "0.1.6",
"description": "Using React Component to Define Your G6 Graph Node",
"keywords": [
"antv",
Expand Down Expand Up @@ -51,7 +51,7 @@
"styled-components": "^6.1.13"
},
"peerDependencies": {
"@antv/g6": "^5.0.20",
"@antv/g6": "^5.0.21",
"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.21

### Patch Changes

- docs,bugfix,feat

## 5.0.20

### 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.20",
"version": "5.0.21",
"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.20';
export const version = '5.0.21';

0 comments on commit acffcef

Please sign in to comment.