diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index a42eac31..5decfe10 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -148,8 +148,8 @@ importers: '@types/react-dom': ^18.0.0 '@typescript-eslint/eslint-plugin': 5.30.0 '@typescript-eslint/parser': 5.30.0 - '@visactor/calculator': workspace:1.2.13 - '@visactor/chart-advisor': workspace:1.2.13 + '@visactor/calculator': workspace:1.3.1 + '@visactor/chart-advisor': workspace:1.3.1 '@visactor/vchart': ^1.10.4 '@visactor/vchart-theme': ^1.11.2 '@visactor/vdataset': ~0.17.4 @@ -8255,7 +8255,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 + deprecated: Upgrade to fsevents v2 to mitigate potential security issues requiresBuild: true dependencies: bindings: 1.5.0 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index f62502da..e3b3144c 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -2,7 +2,7 @@ { "definitionName": "lockStepVersion", "policyName": "vmindMin", - "version": "1.2.13", + "version": "1.2.14", "mainProject": "@visactor/vmind", "nextBump": "patch" } diff --git a/packages/calculator/package.json b/packages/calculator/package.json index 23b8a9a3..3136705d 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/calculator", - "version": "1.2.13", + "version": "1.3.1", "description": "SQL-like query executor with DSL", "main": "lib", "module": "es", diff --git a/packages/chart-advisor/package.json b/packages/chart-advisor/package.json index 1dcd088f..4c4359b6 100644 --- a/packages/chart-advisor/package.json +++ b/packages/chart-advisor/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/chart-advisor", - "version": "1.2.13", + "version": "1.3.1", "description": "图表推荐模块", "main": "lib", "module": "es", diff --git a/packages/vmind/CHANGELOG.json b/packages/vmind/CHANGELOG.json index df3d4451..e8878c8c 100644 --- a/packages/vmind/CHANGELOG.json +++ b/packages/vmind/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vmind", "entries": [ + { + "version": "1.2.14", + "tag": "@visactor/vmind_v1.2.14", + "date": "Tue, 03 Dec 2024 08:54:38 GMT", + "comments": {} + }, { "version": "1.2.13", "tag": "@visactor/vmind_v1.2.13", diff --git a/packages/vmind/CHANGELOG.md b/packages/vmind/CHANGELOG.md index 80eb755e..e4b0187c 100644 --- a/packages/vmind/CHANGELOG.md +++ b/packages/vmind/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vmind -This log was last generated on Thu, 11 Jul 2024 08:20:22 GMT and should not be manually modified. +This log was last generated on Tue, 03 Dec 2024 08:54:38 GMT and should not be manually modified. + +## 1.2.14 +Tue, 03 Dec 2024 08:54:38 GMT + +_Version update only_ ## 1.2.13 Thu, 11 Jul 2024 08:20:22 GMT diff --git a/packages/vmind/package.json b/packages/vmind/package.json index b44bdeff..18297b0b 100644 --- a/packages/vmind/package.json +++ b/packages/vmind/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vmind", - "version": "1.2.13", + "version": "1.3.1", "main": "cjs/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", @@ -89,14 +89,14 @@ "@types/euclidean-distance": "~1.0.3" }, "dependencies": { - "@visactor/chart-advisor": "workspace:1.2.13", + "@visactor/chart-advisor": "workspace:1.3.1", "@visactor/vdataset": "~0.17.4", "@visactor/vutils": "~0.17.4", "axios": "^1.4.0", "json5": "~2.2.3", "dayjs": "~1.11.10", "js-yaml": "~4.1.0", - "@visactor/calculator": "workspace:1.2.13", + "@visactor/calculator": "workspace:1.3.1", "alasql": "~4.3.2", "@visactor/vchart-theme": "^1.11.2", "jstat": "~1.9.6",