Skip to content

Commit

Permalink
chore: update version (#6528)
Browse files Browse the repository at this point in the history
Co-authored-by: antv <[email protected]>
  • Loading branch information
Aarebecca and antv authored Nov 15, 2024
1 parent ebeab13 commit 168f60d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/g6-extension-3d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g6-extension-3d

## 0.1.6

### Patch Changes

- fix 3d scene, site demo, refactor legend container, optimize animation perf

## 0.1.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "0.1.6",
"description": "3D extension for G6",
"keywords": [
"antv",
Expand Down Expand Up @@ -44,12 +44,12 @@
"devDependencies": {
"@antv/g": "^6.1.7",
"@antv/g-canvas": "^2.0.24",
"@antv/g6": "workspace:*"
"@antv/g6": "workspace:^"
},
"peerDependencies": {
"@antv/g": "^6.1.2",
"@antv/g-canvas": "^2.0.18",
"@antv/g6": "^workspace:*"
"@antv/g6": "workspace:^"
},
"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": "^workspace:*",
"@antv/g6": "workspace:^",
"react": ">=16.8",
"react-dom": ">=16.8"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/g6-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @antv/g6-ssr

## 0.0.4

### Patch Changes

- Updated dependencies
- @antv/g6@5.0.31

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/g6-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-ssr",
"version": "0.0.3",
"version": "0.0.4",
"description": "Support SSR for G6",
"keywords": [
"antv",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@antv/g": "^6.1.7",
"@antv/g-canvas": "^2.0.24",
"@antv/g6": "workspace:*",
"@antv/g6": "workspace:^",
"cac": "^6.7.14",
"canvas": "^2.11.2"
},
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.31

### Patch Changes

- fix 3d scene, site demo, refactor legend container, optimize animation perf

## 5.0.30

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

0 comments on commit 168f60d

Please sign in to comment.