Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

6 changes: 3 additions & 3 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vmindMin",
"version": "2.0.6",
"version": "2.0.7",
"mainProject": "@visactor/vmind",
"nextBump": "patch"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/calculator",
"version": "2.0.6",
"version": "2.0.7",
"description": "SQL-like query executor with DSL",
"main": "lib",
"module": "es",
Expand Down
2 changes: 1 addition & 1 deletion packages/chart-advisor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/chart-advisor",
"version": "2.0.6",
"version": "2.0.7",
"description": "图表推荐模块",
"main": "lib",
"module": "es",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/generate-vchart",
"version": "2.0.6",
"version": "2.0.7",
"description": "SQL-like query executor with DSL",
"main": "lib",
"module": "es",
Expand Down
12 changes: 12 additions & 0 deletions packages/vmind/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vmind",
"entries": [
{
"version": "2.0.7",
"tag": "@visactor/vmind_v2.0.7",
"date": "Wed, 09 Jul 2025 07:37:22 GMT",
"comments": {
"none": [
{
"comment": "fix: fix gradient of line\n\n"
}
]
}
},
{
"version": "2.0.6",
"tag": "@visactor/vmind_v2.0.6",
Expand Down
11 changes: 10 additions & 1 deletion packages/vmind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @visactor/vmind

This log was last generated on Thu, 08 May 2025 06:29:26 GMT and should not be manually modified.
This log was last generated on Wed, 09 Jul 2025 07:37:22 GMT and should not be manually modified.

## 2.0.7
Wed, 09 Jul 2025 07:37:22 GMT

### Updates

- fix: fix gradient of line



## 2.0.6
Thu, 08 May 2025 06:29:26 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/vmind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vmind",
"version": "2.0.6",
"version": "2.0.7",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "esm/index.js",
Expand Down Expand Up @@ -103,15 +103,15 @@
"ts-node": "^10.9.2"
},
"dependencies": {
"@visactor/chart-advisor": "workspace:2.0.6",
"@visactor/generate-vchart": "workspace:2.0.6",
"@visactor/chart-advisor": "workspace:2.0.7",
"@visactor/generate-vchart": "workspace:2.0.7",
"@visactor/vdataset": "~0.19.3",
"@visactor/vutils": "~0.19.3",
"axios": "^1.4.0",
"json5": "~2.2.3",
"dayjs": "~1.11.10",
"js-yaml": "~4.1.0",
"@visactor/calculator": "workspace:2.0.6",
"@visactor/calculator": "workspace:2.0.7",
"alasql": "~4.3.2",
"@visactor/vchart-theme": "~1.12.2",
"jstat": "~1.9.6",
Expand Down