Skip to content

Commit c432f12

Browse files
authored
Merge pull request #287 from VisActor/sync/main-2.0.10
[Auto Sync] Sync the code from branch main to branch develop after release 2.0.10
2 parents 862abe4 + 449ad91 commit c432f12

File tree

9 files changed

+31
-22
lines changed

9 files changed

+31
-22
lines changed

common/changes/@visactor/vmind/fix-ROLE_2025-07-31-12-14.json

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

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.9",
5+
"version": "2.0.10",
66
"mainProject": "@visactor/vmind",
77
"nextBump": "patch"
88
}

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.9",
3+
"version": "2.0.10",
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.9",
3+
"version": "2.0.10",
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.9",
3+
"version": "2.0.10",
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.10",
6+
"tag": "@visactor/vmind_v2.0.10",
7+
"date": "Fri, 01 Aug 2025 03:13:25 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "feat: export type utilities from astParser module"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.0.9",
618
"tag": "@visactor/vmind_v2.0.9",

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 Thu, 31 Jul 2025 08:26:24 GMT and should not be manually modified.
3+
This log was last generated on Fri, 01 Aug 2025 03:13:25 GMT and should not be manually modified.
4+
5+
## 2.0.10
6+
Fri, 01 Aug 2025 03:13:25 GMT
7+
8+
### Updates
9+
10+
- feat: export type utilities from astParser module
411

512
## 2.0.9
613
Thu, 31 Jul 2025 08:26:24 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.9",
3+
"version": "2.0.10",
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.9",
107-
"@visactor/generate-vchart": "workspace:2.0.9",
106+
"@visactor/chart-advisor": "workspace:2.0.10",
107+
"@visactor/generate-vchart": "workspace:2.0.10",
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.9",
114+
"@visactor/calculator": "workspace:2.0.10",
115115
"alasql": "~4.3.2",
116116
"@visactor/vchart-theme": "~1.12.2",
117117
"jstat": "~1.9.6",

0 commit comments

Comments
 (0)