Skip to content

Commit

Permalink
Revert "feat: upgrade hull.js" (#6653)
Browse files Browse the repository at this point in the history
* Revert "feat: upgrade hull.js (#6609)"

This reverts commit 4832caa.

* chore: update version
  • Loading branch information
Aarebecca authored Dec 19, 2024
1 parent f2ff21d commit 769fdc3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.10",
"version": "0.1.11",
"description": "3D extension for G6",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.1.12",
"description": "Using React Component to Define Your G6 Graph Node",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.0.6",
"description": "Support SSR for G6",
"keywords": [
"antv",
Expand Down
4 changes: 2 additions & 2 deletions packages/g6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "5.0.36",
"version": "5.0.37",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@antv/layout": "1.2.14-beta.9",
"@antv/util": "^3.3.10",
"bubblesets-js": "^2.3.4",
"hull.js": "github:andriiheonia/hull#semver:^1.0.10"
"hull.js": "^1.0.6"
},
"devDependencies": {
"@antv/g-svg": "^2.0.27",
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.36';
export const version = '5.0.37';

0 comments on commit 769fdc3

Please sign in to comment.