Skip to content

Commit 4a841f7

Browse files
authored
Merge pull request #645 from VisActor/release/0.16.4
[Auto release] release 0.16.4
2 parents 39b7300 + 6aeed82 commit 4a841f7

20 files changed

Lines changed: 289 additions & 252 deletions

File tree

common/config/rush/pnpm-lock.yaml

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

docs/dev-demos/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"devDependencies": {
1212
"@internal/eslint-config": "workspace:*",
1313
"@internal/ts-config": "workspace:*",
14-
"@visactor/vutils": "~0.19.4",
15-
"@visactor/vgrammar": "workspace:0.16.3",
16-
"@visactor/vgrammar-core": "workspace:0.16.3",
17-
"@visactor/vgrammar-hierarchy": "workspace:0.16.3",
18-
"@visactor/vgrammar-sankey": "workspace:0.16.3",
19-
"@visactor/vgrammar-projection": "workspace:0.16.3",
20-
"@visactor/vgrammar-wordcloud": "workspace:0.16.3",
21-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.3",
22-
"@visactor/vgrammar-plot": "workspace:0.16.3",
23-
"@visactor/vrender-core": "0.22.6",
24-
"@visactor/vrender-kits": "0.22.6",
25-
"@visactor/vrender": "0.22.6",
14+
"@visactor/vutils": "~0.19.5",
15+
"@visactor/vgrammar": "workspace:0.16.4",
16+
"@visactor/vgrammar-core": "workspace:0.16.4",
17+
"@visactor/vgrammar-hierarchy": "workspace:0.16.4",
18+
"@visactor/vgrammar-sankey": "workspace:0.16.4",
19+
"@visactor/vgrammar-projection": "workspace:0.16.4",
20+
"@visactor/vgrammar-wordcloud": "workspace:0.16.4",
21+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.4",
22+
"@visactor/vgrammar-plot": "workspace:0.16.4",
23+
"@visactor/vrender-core": "0.22.8",
24+
"@visactor/vrender-kits": "0.22.8",
25+
"@visactor/vrender": "0.22.8",
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.3",
31-
"@visactor/vgrammar-coordinate": "workspace:0.16.3",
30+
"@visactor/vgrammar-util": "workspace:0.16.4",
31+
"@visactor/vgrammar-coordinate": "workspace:0.16.4",
3232
"@vitejs/plugin-react": "3.1.0"
3333
}
3434
}

docs/site/assets/changelog/en/release.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.16.3
2+
3+
2025-03-27
4+
5+
6+
**🐛 Bug fix**
7+
8+
- **@visactor/vgrammar-core**: prevent clearing animations for exit elements with preState is `exit`
9+
10+
11+
12+
[more detail about v0.16.3](https://github.com/VisActor/VGrammar/releases/tag/v0.16.3)
13+
114
# v0.16.2
215

316
2025-03-27

docs/site/assets/changelog/zh/release.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.16.3
2+
3+
2025-03-27
4+
5+
6+
**🐛 功能修复**
7+
8+
- **@visactor/vgrammar-core**: prevent clearing animations for exit elements with preState is `exit`
9+
10+
11+
12+
[更多详情请查看 v0.16.3](https://github.com/VisActor/VGrammar/releases/tag/v0.16.3)
13+
114
# v0.16.2
215

316
2025-03-27

docs/site/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
},
1414
"dependencies": {
1515
"@arco-design/web-react": "2.46.1",
16-
"@visactor/vutils": "~0.19.4",
17-
"@visactor/vgrammar": "workspace:0.16.3",
18-
"@visactor/vgrammar-core": "workspace:0.16.3",
19-
"@visactor/vgrammar-hierarchy": "workspace:0.16.3",
20-
"@visactor/vgrammar-sankey": "workspace:0.16.3",
21-
"@visactor/vgrammar-projection": "workspace:0.16.3",
22-
"@visactor/vgrammar-wordcloud": "workspace:0.16.3",
23-
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.3",
24-
"@visactor/vgrammar-plot": "workspace:0.16.3",
25-
"@visactor/vgrammar-util": "workspace:0.16.3",
26-
"@visactor/vgrammar-coordinate": "workspace:0.16.3",
27-
"@visactor/vgrammar-venn": "workspace:0.16.3",
28-
"@visactor/vrender-core": "0.22.6",
29-
"@visactor/vrender-kits": "0.22.6",
30-
"@visactor/vrender": "0.22.6",
16+
"@visactor/vutils": "~0.19.5",
17+
"@visactor/vgrammar": "workspace:0.16.4",
18+
"@visactor/vgrammar-core": "workspace:0.16.4",
19+
"@visactor/vgrammar-hierarchy": "workspace:0.16.4",
20+
"@visactor/vgrammar-sankey": "workspace:0.16.4",
21+
"@visactor/vgrammar-projection": "workspace:0.16.4",
22+
"@visactor/vgrammar-wordcloud": "workspace:0.16.4",
23+
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.4",
24+
"@visactor/vgrammar-plot": "workspace:0.16.4",
25+
"@visactor/vgrammar-util": "workspace:0.16.4",
26+
"@visactor/vgrammar-coordinate": "workspace:0.16.4",
27+
"@visactor/vgrammar-venn": "workspace:0.16.4",
28+
"@visactor/vrender-core": "0.22.8",
29+
"@visactor/vrender-kits": "0.22.8",
30+
"@visactor/vrender": "0.22.8",
3131
"markdown-it": "^13.0.0",
3232
"highlight.js": "^11.8.0",
3333
"axios": "^1.4.0",

packages/vgrammar-coordinate/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-coordinate",
3-
"version": "0.16.3",
3+
"version": "0.16.4",
44
"description": "Coordinates for VGrammar",
55
"keywords": [
66
"coordinate",
@@ -34,8 +34,8 @@
3434
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
3535
},
3636
"dependencies": {
37-
"@visactor/vutils": "~0.19.4",
38-
"@visactor/vgrammar-util": "workspace:0.16.3"
37+
"@visactor/vutils": "~0.19.5",
38+
"@visactor/vgrammar-util": "workspace:0.16.4"
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.4",
6+
"tag": "@visactor/vgrammar-core_v0.16.4",
7+
"date": "Thu, 17 Apr 2025 03:54:28 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "0.16.3",
612
"tag": "@visactor/vgrammar-core_v0.16.3",

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 Thu, 27 Mar 2025 09:08:56 GMT and should not be manually modified.
3+
This log was last generated on Thu, 17 Apr 2025 03:54:28 GMT and should not be manually modified.
4+
5+
## 0.16.4
6+
Thu, 17 Apr 2025 03:54:28 GMT
7+
8+
_Version update only_
49

510
## 0.16.3
611
Thu, 27 Mar 2025 09:08:56 GMT

packages/vgrammar-core/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-core",
3-
"version": "0.16.3",
3+
"version": "0.16.4",
44
"description": "VGrammar is a visual grammar library",
55
"keywords": [
66
"grammar",
@@ -35,14 +35,14 @@
3535
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
3636
},
3737
"dependencies": {
38-
"@visactor/vutils": "~0.19.4",
39-
"@visactor/vdataset": "~0.19.4",
40-
"@visactor/vgrammar-coordinate": "workspace:0.16.3",
41-
"@visactor/vgrammar-util": "workspace:0.16.3",
42-
"@visactor/vscale": "~0.19.4",
43-
"@visactor/vrender-core": "0.22.6",
44-
"@visactor/vrender-kits": "0.22.6",
45-
"@visactor/vrender-components": "0.22.6"
38+
"@visactor/vutils": "~0.19.5",
39+
"@visactor/vdataset": "~0.19.5",
40+
"@visactor/vgrammar-coordinate": "workspace:0.16.4",
41+
"@visactor/vgrammar-util": "workspace:0.16.4",
42+
"@visactor/vscale": "~0.19.5",
43+
"@visactor/vrender-core": "0.22.8",
44+
"@visactor/vrender-kits": "0.22.8",
45+
"@visactor/vrender-components": "0.22.8"
4646
},
4747
"devDependencies": {
4848
"@internal/bundler": "workspace:*",

0 commit comments

Comments
 (0)