From 190f88f518ce7556e1350b67056a0e5d6e1d3b4f Mon Sep 17 00:00:00 2001 From: da730 Date: Wed, 24 Apr 2024 04:56:49 +0000 Subject: [PATCH] build: prelease version 1.2.10-none --- common/config/rush/pnpm-lock.yaml | 4 ++-- common/config/rush/version-policies.json | 2 +- packages/calculator/package.json | 2 +- packages/chart-advisor/package.json | 2 +- packages/vmind/CHANGELOG.json | 6 ++++++ packages/vmind/CHANGELOG.md | 7 ++++++- packages/vmind/package.json | 6 +++--- 7 files changed, 20 insertions(+), 9 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 128ac55c..135425c1 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -149,8 +149,8 @@ importers: '@types/react-dom': ^18.0.0 '@typescript-eslint/eslint-plugin': 5.30.0 '@typescript-eslint/parser': 5.30.0 - '@visactor/calculator': workspace:* - '@visactor/chart-advisor': workspace:* + '@visactor/calculator': workspace:1.2.10-none + '@visactor/chart-advisor': workspace:1.2.10-none '@visactor/vchart': ^1.10.4 '@visactor/vdataset': ~0.17.4 '@visactor/vrender-core': ^0.17.23 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index fad89923..07e9aed3 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.9", + "version": "1.2.10", "mainProject": "@visactor/vmind", "nextBump": "patch" } diff --git a/packages/calculator/package.json b/packages/calculator/package.json index 1564c175..3fbd6033 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/calculator", - "version": "1.2.9", + "version": "1.2.10-none", "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 36623e4f..112573dc 100644 --- a/packages/chart-advisor/package.json +++ b/packages/chart-advisor/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/chart-advisor", - "version": "1.2.9", + "version": "1.2.10-none", "description": "图表推荐模块", "main": "lib", "module": "es", diff --git a/packages/vmind/CHANGELOG.json b/packages/vmind/CHANGELOG.json index 5164bb3a..1e1a0763 100644 --- a/packages/vmind/CHANGELOG.json +++ b/packages/vmind/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vmind", "entries": [ + { + "version": "1.2.10", + "tag": "@visactor/vmind_v1.2.10", + "date": "Wed, 24 Apr 2024 04:55:20 GMT", + "comments": {} + }, { "version": "1.2.9", "tag": "@visactor/vmind_v1.2.9", diff --git a/packages/vmind/CHANGELOG.md b/packages/vmind/CHANGELOG.md index 52f72391..ed451d84 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 Fri, 19 Apr 2024 08:54:48 GMT and should not be manually modified. +This log was last generated on Wed, 24 Apr 2024 04:55:20 GMT and should not be manually modified. + +## 1.2.10 +Wed, 24 Apr 2024 04:55:20 GMT + +_Version update only_ ## 1.2.9 Fri, 19 Apr 2024 08:54:48 GMT diff --git a/packages/vmind/package.json b/packages/vmind/package.json index 2b576436..f999562a 100644 --- a/packages/vmind/package.json +++ b/packages/vmind/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vmind", - "version": "1.2.9", + "version": "1.2.10-none", "main": "cjs/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", @@ -87,7 +87,7 @@ "canvas": "^2.11.2" }, "dependencies": { - "@visactor/chart-advisor": "workspace:*", + "@visactor/chart-advisor": "workspace:1.2.10-none", "@visactor/vdataset": "~0.17.4", "@visactor/vutils": "~0.17.4", "axios": "^1.4.0", @@ -96,7 +96,7 @@ "json5": "~2.2.3", "dayjs": "~1.11.10", "js-yaml": "~4.1.0", - "@visactor/calculator": "workspace:*", + "@visactor/calculator": "workspace:1.2.10-none", "alasql": "~4.3.2" } }