Skip to content

Commit 3be1919

Browse files
authored
Merge pull request #282 from VisActor/release/2.0.9
[Auto release] release 2.0.9
2 parents 7185d0b + fbe40b6 commit 3be1919

File tree

12 files changed

+72
-14
lines changed

12 files changed

+72
-14
lines changed

common/config/rush/pnpm-lock.yaml

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

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"definitionName": "lockStepVersion",
44
"policyName": "vmindMin",
5-
"version": "2.0.8",
5+
"version": "2.0.9",
66
"mainProject": "@visactor/vmind",
77
"nextBump": "patch"
88
}

docs/assets/changelog/en/release.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v2.0.8
2+
3+
2025-07-11
4+
5+
6+
**🐛 Bug fix**
7+
8+
- **@visactor/vmind**: fix legend field of heatmap, and fix position of rankingBar
9+
10+
**🔨 Refactor**
11+
12+
- **@visactor/vmind**: update cell of radar and rose
13+
14+
15+
16+
[more detail about v2.0.8](https://github.com/VisActor/VMind/releases/tag/v2.0.8)
17+
118
# v2.0.5
219

320
2025-04-07

docs/assets/changelog/zh/release.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v2.0.8
2+
3+
2025-07-11
4+
5+
6+
**🐛 功能修复**
7+
8+
- **@visactor/vmind**: fix legend field of heatmap, and fix position of rankingBar
9+
10+
**🔨 功能重构**
11+
12+
- **@visactor/vmind**: update cell of radar and rose
13+
14+
15+
16+
[更多详情请查看 v2.0.8](https://github.com/VisActor/VMind/releases/tag/v2.0.8)
17+
118
# v2.0.5
219

320
2025-04-07

packages/calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/calculator",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "SQL-like query executor with DSL",
55
"main": "lib",
66
"module": "es",

packages/chart-advisor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/chart-advisor",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "图表推荐模块",
55
"main": "lib",
66
"module": "es",

packages/generate-vchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/generate-vchart",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "SQL-like query executor with DSL",
55
"main": "lib",
66
"module": "es",

packages/vmind/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@visactor/vmind",
33
"entries": [
4+
{
5+
"version": "2.0.9",
6+
"tag": "@visactor/vmind_v2.0.9",
7+
"date": "Thu, 31 Jul 2025 08:26:24 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "feat: add customConfig option to support model-specific parameters"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.0.8",
618
"tag": "@visactor/vmind_v2.0.8",

packages/vmind/CHANGELOG.md

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

3-
This log was last generated on Fri, 11 Jul 2025 02:43:12 GMT and should not be manually modified.
3+
This log was last generated on Thu, 31 Jul 2025 08:26:24 GMT and should not be manually modified.
4+
5+
## 2.0.9
6+
Thu, 31 Jul 2025 08:26:24 GMT
7+
8+
### Updates
9+
10+
- feat: add customConfig option to support model-specific parameters
411

512
## 2.0.8
613
Fri, 11 Jul 2025 02:43:12 GMT

packages/vmind/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vmind",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"main": "cjs/index.js",
55
"module": "esm/index.js",
66
"browser": "esm/index.js",
@@ -103,15 +103,15 @@
103103
"ts-node": "^10.9.2"
104104
},
105105
"dependencies": {
106-
"@visactor/chart-advisor": "workspace:2.0.8",
107-
"@visactor/generate-vchart": "workspace:2.0.8",
106+
"@visactor/chart-advisor": "workspace:2.0.9",
107+
"@visactor/generate-vchart": "workspace:2.0.9",
108108
"@visactor/vdataset": "~0.19.3",
109109
"@visactor/vutils": "~0.19.3",
110110
"axios": "^1.4.0",
111111
"json5": "~2.2.3",
112112
"dayjs": "~1.11.10",
113113
"js-yaml": "~4.1.0",
114-
"@visactor/calculator": "workspace:2.0.8",
114+
"@visactor/calculator": "workspace:2.0.9",
115115
"alasql": "~4.3.2",
116116
"@visactor/vchart-theme": "~1.12.2",
117117
"jstat": "~1.9.6",

0 commit comments

Comments
 (0)