Skip to content

Commit 619be72

Browse files
authored
Merge pull request #677 from VisActor/release/0.16.13
[Auto release] release 0.16.13
2 parents e529e8a + f28cee1 commit 619be72

19 files changed

Lines changed: 193 additions & 138 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.12","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.16.13","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.12",
16-
"@visactor/vgrammar-core": "workspace:0.16.12",
17-
"@visactor/vgrammar-hierarchy": "workspace:0.16.12",
18-
"@visactor/vgrammar-sankey": "workspace:0.16.12",
19-
"@visactor/vgrammar-projection": "workspace:0.16.12",
20-
"@visactor/vgrammar-wordcloud": "workspace:0.16.12",
21-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.12",
22-
"@visactor/vgrammar-plot": "workspace:0.16.12",
15+
"@visactor/vgrammar": "workspace:0.16.13",
16+
"@visactor/vgrammar-core": "workspace:0.16.13",
17+
"@visactor/vgrammar-hierarchy": "workspace:0.16.13",
18+
"@visactor/vgrammar-sankey": "workspace:0.16.13",
19+
"@visactor/vgrammar-projection": "workspace:0.16.13",
20+
"@visactor/vgrammar-wordcloud": "workspace:0.16.13",
21+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.13",
22+
"@visactor/vgrammar-plot": "workspace:0.16.13",
2323
"@visactor/vrender-core": "0.22.17",
2424
"@visactor/vrender-kits": "0.22.17",
2525
"@visactor/vrender": "0.22.17",
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.12",
31-
"@visactor/vgrammar-coordinate": "workspace:0.16.12",
30+
"@visactor/vgrammar-util": "workspace:0.16.13",
31+
"@visactor/vgrammar-coordinate": "workspace:0.16.13",
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.12",
18-
"@visactor/vgrammar-core": "workspace:0.16.12",
19-
"@visactor/vgrammar-hierarchy": "workspace:0.16.12",
20-
"@visactor/vgrammar-sankey": "workspace:0.16.12",
21-
"@visactor/vgrammar-projection": "workspace:0.16.12",
22-
"@visactor/vgrammar-wordcloud": "workspace:0.16.12",
23-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.12",
24-
"@visactor/vgrammar-plot": "workspace:0.16.12",
25-
"@visactor/vgrammar-util": "workspace:0.16.12",
26-
"@visactor/vgrammar-coordinate": "workspace:0.16.12",
27-
"@visactor/vgrammar-venn": "workspace:0.16.12",
17+
"@visactor/vgrammar": "workspace:0.16.13",
18+
"@visactor/vgrammar-core": "workspace:0.16.13",
19+
"@visactor/vgrammar-hierarchy": "workspace:0.16.13",
20+
"@visactor/vgrammar-sankey": "workspace:0.16.13",
21+
"@visactor/vgrammar-projection": "workspace:0.16.13",
22+
"@visactor/vgrammar-wordcloud": "workspace:0.16.13",
23+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.13",
24+
"@visactor/vgrammar-plot": "workspace:0.16.13",
25+
"@visactor/vgrammar-util": "workspace:0.16.13",
26+
"@visactor/vgrammar-coordinate": "workspace:0.16.13",
27+
"@visactor/vgrammar-venn": "workspace:0.16.13",
2828
"@visactor/vrender-core": "0.22.17",
2929
"@visactor/vrender-kits": "0.22.17",
3030
"@visactor/vrender": "0.22.17",

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.12",
3+
"version": "0.16.13",
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.12"
38+
"@visactor/vgrammar-util": "workspace:0.16.13"
3939
},
4040
"devDependencies": {
4141
"@internal/bundler": "workspace:*",

packages/vgrammar-core/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@visactor/vgrammar-core",
33
"entries": [
4+
{
5+
"version": "0.16.13",
6+
"tag": "@visactor/vgrammar-core_v0.16.13",
7+
"date": "Sun, 24 Aug 2025 00:52:09 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "fix: fix bug of wordcloud layout\n\n"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.16.12",
618
"tag": "@visactor/vgrammar-core_v0.16.12",

packages/vgrammar-core/CHANGELOG.md

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

3-
This log was last generated on Thu, 21 Aug 2025 12:09:08 GMT and should not be manually modified.
3+
This log was last generated on Sun, 24 Aug 2025 00:52:09 GMT and should not be manually modified.
4+
5+
## 0.16.13
6+
Sun, 24 Aug 2025 00:52:09 GMT
7+
8+
### Updates
9+
10+
- fix: fix bug of wordcloud layout
11+
12+
413

514
## 0.16.12
615
Thu, 21 Aug 2025 12:09:08 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.12",
3+
"version": "0.16.13",
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.12",
41-
"@visactor/vgrammar-util": "workspace:0.16.12",
40+
"@visactor/vgrammar-coordinate": "workspace:0.16.13",
41+
"@visactor/vgrammar-util": "workspace:0.16.13",
4242
"@visactor/vscale": "~0.19.5",
4343
"@visactor/vrender-core": "0.22.17",
4444
"@visactor/vrender-kits": "0.22.17",

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.12",
3+
"version": "0.16.13",
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.12",
37-
"@visactor/vgrammar-hierarchy": "workspace:0.16.12",
38-
"@visactor/vgrammar-plot": "workspace:0.16.12",
39-
"@visactor/vgrammar-projection": "workspace:0.16.12",
40-
"@visactor/vgrammar-sankey": "workspace:0.16.12",
41-
"@visactor/vgrammar-wordcloud": "workspace:0.16.12",
42-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.12",
43-
"@visactor/vgrammar-venn": "workspace:0.16.12"
36+
"@visactor/vgrammar-core": "workspace:0.16.13",
37+
"@visactor/vgrammar-hierarchy": "workspace:0.16.13",
38+
"@visactor/vgrammar-plot": "workspace:0.16.13",
39+
"@visactor/vgrammar-projection": "workspace:0.16.13",
40+
"@visactor/vgrammar-sankey": "workspace:0.16.13",
41+
"@visactor/vgrammar-wordcloud": "workspace:0.16.13",
42+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.13",
43+
"@visactor/vgrammar-venn": "workspace:0.16.13"
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.12",
3+
"version": "0.16.13",
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.12",
43-
"@visactor/vgrammar-util": "workspace:0.16.12",
42+
"@visactor/vgrammar-core": "workspace:0.16.13",
43+
"@visactor/vgrammar-util": "workspace:0.16.13",
4444
"@visactor/vrender-core": "0.22.17",
4545
"@visactor/vrender-kits": "0.22.17"
4646
},

0 commit comments

Comments
 (0)