Skip to content

Commit 5c9da34

Browse files
authored
Merge pull request #688 from VisActor/sync/main-0.16.16
[Auto Sync] Sync the code from branch main to branch develop after release 0.16.16
2 parents b4239b7 + 0de9339 commit 5c9da34

18 files changed

Lines changed: 121 additions & 110 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 48 additions & 48 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":"vgrammarMain","version":"0.16.15","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.16.16","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]

docs/dev-demos/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"@internal/eslint-config": "workspace:*",
1313
"@internal/ts-config": "workspace:*",
1414
"@visactor/vutils": "~0.19.5",
15-
"@visactor/vgrammar": "workspace:0.16.15",
16-
"@visactor/vgrammar-core": "workspace:0.16.15",
17-
"@visactor/vgrammar-hierarchy": "workspace:0.16.15",
18-
"@visactor/vgrammar-sankey": "workspace:0.16.15",
19-
"@visactor/vgrammar-projection": "workspace:0.16.15",
20-
"@visactor/vgrammar-wordcloud": "workspace:0.16.15",
21-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.15",
22-
"@visactor/vgrammar-plot": "workspace:0.16.15",
15+
"@visactor/vgrammar": "workspace:0.16.16",
16+
"@visactor/vgrammar-core": "workspace:0.16.16",
17+
"@visactor/vgrammar-hierarchy": "workspace:0.16.16",
18+
"@visactor/vgrammar-sankey": "workspace:0.16.16",
19+
"@visactor/vgrammar-projection": "workspace:0.16.16",
20+
"@visactor/vgrammar-wordcloud": "workspace:0.16.16",
21+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.16",
22+
"@visactor/vgrammar-plot": "workspace:0.16.16",
2323
"@visactor/vrender-core": "0.22.19",
2424
"@visactor/vrender-kits": "0.22.19",
2525
"@visactor/vrender": "0.22.19",
2626
"d3-scale-chromatic": "^3.0.0",
2727
"lodash": "4.17.21",
2828
"typescript": "4.9.5",
2929
"vite": "3.2.6",
30-
"@visactor/vgrammar-util": "workspace:0.16.15",
31-
"@visactor/vgrammar-coordinate": "workspace:0.16.15",
30+
"@visactor/vgrammar-util": "workspace:0.16.16",
31+
"@visactor/vgrammar-coordinate": "workspace:0.16.16",
3232
"@vitejs/plugin-react": "3.1.0"
3333
}
3434
}

docs/site/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"dependencies": {
1515
"@arco-design/web-react": "2.46.1",
1616
"@visactor/vutils": "~0.19.5",
17-
"@visactor/vgrammar": "workspace:0.16.15",
18-
"@visactor/vgrammar-core": "workspace:0.16.15",
19-
"@visactor/vgrammar-hierarchy": "workspace:0.16.15",
20-
"@visactor/vgrammar-sankey": "workspace:0.16.15",
21-
"@visactor/vgrammar-projection": "workspace:0.16.15",
22-
"@visactor/vgrammar-wordcloud": "workspace:0.16.15",
23-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.15",
24-
"@visactor/vgrammar-plot": "workspace:0.16.15",
25-
"@visactor/vgrammar-util": "workspace:0.16.15",
26-
"@visactor/vgrammar-coordinate": "workspace:0.16.15",
27-
"@visactor/vgrammar-venn": "workspace:0.16.15",
17+
"@visactor/vgrammar": "workspace:0.16.16",
18+
"@visactor/vgrammar-core": "workspace:0.16.16",
19+
"@visactor/vgrammar-hierarchy": "workspace:0.16.16",
20+
"@visactor/vgrammar-sankey": "workspace:0.16.16",
21+
"@visactor/vgrammar-projection": "workspace:0.16.16",
22+
"@visactor/vgrammar-wordcloud": "workspace:0.16.16",
23+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.16",
24+
"@visactor/vgrammar-plot": "workspace:0.16.16",
25+
"@visactor/vgrammar-util": "workspace:0.16.16",
26+
"@visactor/vgrammar-coordinate": "workspace:0.16.16",
27+
"@visactor/vgrammar-venn": "workspace:0.16.16",
2828
"@visactor/vrender-core": "0.22.19",
2929
"@visactor/vrender-kits": "0.22.19",
3030
"@visactor/vrender": "0.22.19",

packages/vgrammar-coordinate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vgrammar-coordinate",
3-
"version": "0.16.15",
3+
"version": "0.16.16",
44
"description": "Coordinates for VGrammar",
55
"keywords": [
66
"coordinate",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@visactor/vutils": "~0.19.5",
38-
"@visactor/vgrammar-util": "workspace:0.16.15"
38+
"@visactor/vgrammar-util": "workspace:0.16.16"
3939
},
4040
"devDependencies": {
4141
"@internal/bundler": "workspace:*",

packages/vgrammar-core/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/vgrammar-core",
33
"entries": [
4+
{
5+
"version": "0.16.16",
6+
"tag": "@visactor/vgrammar-core_v0.16.16",
7+
"date": "Mon, 15 Dec 2025 12:08:48 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "0.16.15",
612
"tag": "@visactor/vgrammar-core_v0.16.15",

packages/vgrammar-core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @visactor/vgrammar-core
22

3-
This log was last generated on Fri, 10 Oct 2025 03:23:54 GMT and should not be manually modified.
3+
This log was last generated on Mon, 15 Dec 2025 12:08:48 GMT and should not be manually modified.
4+
5+
## 0.16.16
6+
Mon, 15 Dec 2025 12:08:48 GMT
7+
8+
_Version update only_
49

510
## 0.16.15
611
Fri, 10 Oct 2025 03:23:54 GMT

packages/vgrammar-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vgrammar-core",
3-
"version": "0.16.15",
3+
"version": "0.16.16",
44
"description": "VGrammar is a visual grammar library",
55
"keywords": [
66
"grammar",
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@visactor/vutils": "~0.19.5",
3939
"@visactor/vdataset": "~0.19.5",
40-
"@visactor/vgrammar-coordinate": "workspace:0.16.15",
41-
"@visactor/vgrammar-util": "workspace:0.16.15",
40+
"@visactor/vgrammar-coordinate": "workspace:0.16.16",
41+
"@visactor/vgrammar-util": "workspace:0.16.16",
4242
"@visactor/vscale": "~0.19.5",
4343
"@visactor/vrender-core": "0.22.19",
4444
"@visactor/vrender-kits": "0.22.19",

packages/vgrammar-full/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vgrammar-full",
3-
"version": "0.16.15",
3+
"version": "0.16.16",
44
"description": "full packages of vgrammar.",
55
"keywords": [
66
"visualization",
@@ -33,14 +33,14 @@
3333
"test": ""
3434
},
3535
"dependencies": {
36-
"@visactor/vgrammar-core": "workspace:0.16.15",
37-
"@visactor/vgrammar-hierarchy": "workspace:0.16.15",
38-
"@visactor/vgrammar-plot": "workspace:0.16.15",
39-
"@visactor/vgrammar-projection": "workspace:0.16.15",
40-
"@visactor/vgrammar-sankey": "workspace:0.16.15",
41-
"@visactor/vgrammar-wordcloud": "workspace:0.16.15",
42-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.15",
43-
"@visactor/vgrammar-venn": "workspace:0.16.15"
36+
"@visactor/vgrammar-core": "workspace:0.16.16",
37+
"@visactor/vgrammar-hierarchy": "workspace:0.16.16",
38+
"@visactor/vgrammar-plot": "workspace:0.16.16",
39+
"@visactor/vgrammar-projection": "workspace:0.16.16",
40+
"@visactor/vgrammar-sankey": "workspace:0.16.16",
41+
"@visactor/vgrammar-wordcloud": "workspace:0.16.16",
42+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.16",
43+
"@visactor/vgrammar-venn": "workspace:0.16.16"
4444
},
4545
"devDependencies": {
4646
"d3-array": "1.x",

packages/vgrammar-hierarchy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vgrammar-hierarchy",
3-
"version": "0.16.15",
3+
"version": "0.16.16",
44
"description": "Layout of hierarchical data for VGrammar",
55
"keywords": [
66
"hierarchy",
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@visactor/vutils": "~0.19.5",
42-
"@visactor/vgrammar-core": "workspace:0.16.15",
43-
"@visactor/vgrammar-util": "workspace:0.16.15",
42+
"@visactor/vgrammar-core": "workspace:0.16.16",
43+
"@visactor/vgrammar-util": "workspace:0.16.16",
4444
"@visactor/vrender-core": "0.22.19",
4545
"@visactor/vrender-kits": "0.22.19"
4646
},

0 commit comments

Comments
 (0)