Skip to content

Commit 935ca93

Browse files
committed
build: release version 0.1.0 [skip ci]
1 parent 013d85c commit 935ca93

11 files changed

Lines changed: 56 additions & 27 deletions

File tree

common/changes/@visactor/vgraph/2026-06-16-release-workflow-bootstrap.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vgraphMain","version":"0.1.0","mainProject":"@visactor/vgraph","nextBump":"minor"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vgraphMain","version":"0.2.0","mainProject":"@visactor/vgraph","nextBump":"minor"}]

docs/assets/changelog/en/release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.1.0
2+
3+
## Updates
4+
5+
- Align release automation, changelog generation, and package publishing metadata with the current VTable and VChart workflows.
6+
17
# Release Log
28

39
VGraph release notes are published here after each stable release.

docs/assets/changelog/zh/release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.1.0
2+
3+
## 更新内容
4+
5+
- Align release automation, changelog generation, and package publishing metadata with the current VTable and VChart workflows.
6+
17
# 发版记录
28

39
VGraph 的稳定版本发布说明会在这里持续追加。

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: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",
14+
"@visactor/vgraph": "workspace:0.1.0",
15+
"@visactor/react-vgraph": "workspace:0.1.0",
16+
"@visactor/react-vgraph-ui": "workspace:0.1.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-alpha.0",
3+
"version": "0.1.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:0.1.0-alpha.0",
61+
"@visactor/vgraph": "workspace:0.1.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-alpha.0",
96+
"@visactor/vgraph": "^0.1.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-alpha.0",
3+
"version": "0.1.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:0.1.0-alpha.0",
59+
"@visactor/vgraph": "workspace:0.1.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-alpha.0",
97+
"@visactor/vgraph": "^0.1.0",
9898
"react": ">=16",
9999
"react-dom": ">=16"
100100
},

packages/vgraph/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@visactor/vgraph",
3+
"entries": [
4+
{
5+
"version": "0.2.0",
6+
"tag": "@visactor/vgraph_v0.2.0",
7+
"date": "Fri, 26 Jun 2026 03:01:27 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Align release automation, changelog generation, and package publishing metadata with the current VTable and VChart workflows."
12+
}
13+
]
14+
}
15+
}
16+
]
17+
}

packages/vgraph/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log - @visactor/vgraph
2+
3+
This log was last generated on Fri, 26 Jun 2026 03:01:27 GMT and should not be manually modified.
4+
5+
## 0.2.0
6+
Fri, 26 Jun 2026 03:01:27 GMT
7+
8+
### Minor changes
9+
10+
- Align release automation, changelog generation, and package publishing metadata with the current VTable and VChart workflows.
11+

0 commit comments

Comments
 (0)