Skip to content

Commit 71b1eb3

Browse files
committed
build: prerelease version 0.1.0-alpha.0 [skip ci]
1 parent 38f8093 commit 71b1eb3

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"dependencies": {
1313
"@arco-design/web-react": "2.39.3",
14-
"@visactor/vgraph": "workspace:*",
15-
"@visactor/react-vgraph": "workspace:*",
16-
"@visactor/react-vgraph-ui": "workspace:*",
14+
"@visactor/vgraph": "workspace:0.1.0-alpha.0",
15+
"@visactor/react-vgraph": "workspace:0.1.0-alpha.0",
16+
"@visactor/react-vgraph-ui": "workspace:0.1.0-alpha.0",
1717
"buble": "^0.20.0",
1818
"highlight.js": "^11.8.0",
1919
"markdown-it": "^13.0.0",

packages/react-vgraph-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vgraph-ui",
3-
"version": "0.1.0",
3+
"version": "0.1.0-alpha.0",
44
"description": "React UI components for VGraph",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
"@babel/preset-typescript": "^7.26.0",
5959
"@internal/eslint-config": "workspace:*",
6060
"@rushstack/eslint-patch": "~1.1.4",
61-
"@visactor/vgraph": "workspace:*",
61+
"@visactor/vgraph": "workspace:0.1.0-alpha.0",
6262
"@testing-library/jest-dom": "^5.16.4",
6363
"@testing-library/react": "12",
6464
"@types/jest": "^27.0.2",
@@ -93,7 +93,7 @@
9393
"worker-loader": "^3.0.8"
9494
},
9595
"peerDependencies": {
96-
"@visactor/vgraph": "^0.1.0",
96+
"@visactor/vgraph": "^0.1.0-alpha.0",
9797
"@arco-design/web-react": "^2.39.3",
9898
"react": ">=16",
9999
"react-dom": ">=16",

packages/react-vgraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vgraph",
3-
"version": "0.1.0",
3+
"version": "0.1.0-alpha.0",
44
"description": "The react version of VGraph",
55
"keywords": [
66
"react",
@@ -56,7 +56,7 @@
5656
"@babel/preset-typescript": "^7.26.0",
5757
"@internal/eslint-config": "workspace:*",
5858
"@rushstack/eslint-patch": "~1.1.4",
59-
"@visactor/vgraph": "workspace:*",
59+
"@visactor/vgraph": "workspace:0.1.0-alpha.0",
6060
"@testing-library/jest-dom": "^5.16.4",
6161
"@testing-library/react": "12",
6262
"@types/dom-to-image": "^2.6.7",
@@ -94,7 +94,7 @@
9494
"worker-loader": "^3.0.8"
9595
},
9696
"peerDependencies": {
97-
"@visactor/vgraph": "^0.1.0",
97+
"@visactor/vgraph": "^0.1.0-alpha.0",
9898
"react": ">=16",
9999
"react-dom": ">=16",
100100
"@types/react": ">=16"

packages/vgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vgraph",
3-
"version": "0.1.0",
3+
"version": "0.1.0-alpha.0",
44
"description": "graph visualization engine",
55
"main": "cjs/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)