From 7284f661ee1951709e82d69550fd5d24a532ac7f Mon Sep 17 00:00:00 2001 From: da730 Date: Mon, 17 Jun 2024 08:47:01 +0000 Subject: [PATCH] build: prelease version 1.2.12 --- ...ustom-model-type-support_2024-05-28-16-18.json | 10 ---------- ...ustom-model-type-support_2024-06-03-07-54.json | 10 ---------- common/config/rush/pnpm-lock.yaml | 4 ++-- common/config/rush/version-policies.json | 2 +- packages/calculator/package.json | 4 ++-- packages/chart-advisor/package.json | 4 ++-- packages/vmind/CHANGELOG.json | 15 +++++++++++++++ packages/vmind/CHANGELOG.md | 10 +++++++++- packages/vmind/package.json | 8 ++++---- 9 files changed, 35 insertions(+), 32 deletions(-) delete mode 100644 common/changes/@visactor/vmind/feat-custom-model-type-support_2024-05-28-16-18.json delete mode 100644 common/changes/@visactor/vmind/feat-custom-model-type-support_2024-06-03-07-54.json diff --git a/common/changes/@visactor/vmind/feat-custom-model-type-support_2024-05-28-16-18.json b/common/changes/@visactor/vmind/feat-custom-model-type-support_2024-05-28-16-18.json deleted file mode 100644 index 3d9d3b61..00000000 --- a/common/changes/@visactor/vmind/feat-custom-model-type-support_2024-05-28-16-18.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vmind", - "comment": "add custom model type support", - "type": "none" - } - ], - "packageName": "@visactor/vmind" -} \ No newline at end of file diff --git a/common/changes/@visactor/vmind/feat-custom-model-type-support_2024-06-03-07-54.json b/common/changes/@visactor/vmind/feat-custom-model-type-support_2024-06-03-07-54.json deleted file mode 100644 index 8473051d..00000000 --- a/common/changes/@visactor/vmind/feat-custom-model-type-support_2024-06-03-07-54.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vmind", - "comment": "take skylark model when no model type match", - "type": "none" - } - ], - "packageName": "@visactor/vmind" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index bd85e3f6..b02afbcd 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -144,8 +144,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.11 - '@visactor/chart-advisor': workspace:1.2.11 + '@visactor/calculator': workspace:1.2.12 + '@visactor/chart-advisor': workspace:1.2.12 '@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 95ed6369..37d20183 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.11", + "version": "1.2.12", "mainProject": "@visactor/vmind", "nextBump": "patch" } diff --git a/packages/calculator/package.json b/packages/calculator/package.json index 0ba9d0a7..592d4824 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/calculator", - "version": "1.2.11", + "version": "1.2.12", "description": "SQL-like query executor with DSL", "main": "lib", "module": "es", @@ -46,4 +46,4 @@ "@internal/eslint-config": "workspace:*", "@internal/bundler": "workspace:*" } -} \ No newline at end of file +} diff --git a/packages/chart-advisor/package.json b/packages/chart-advisor/package.json index 8f577bdb..3b759684 100644 --- a/packages/chart-advisor/package.json +++ b/packages/chart-advisor/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/chart-advisor", - "version": "1.2.11", + "version": "1.2.12", "description": "图表推荐模块", "main": "lib", "module": "es", @@ -48,4 +48,4 @@ "@internal/bundler": "workspace:*", "@rushstack/eslint-patch": "~1.1.4" } -} \ No newline at end of file +} diff --git a/packages/vmind/CHANGELOG.json b/packages/vmind/CHANGELOG.json index 598f0281..f6ea1ef7 100644 --- a/packages/vmind/CHANGELOG.json +++ b/packages/vmind/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@visactor/vmind", "entries": [ + { + "version": "1.2.12", + "tag": "@visactor/vmind_v1.2.12", + "date": "Mon, 17 Jun 2024 08:45:53 GMT", + "comments": { + "none": [ + { + "comment": "add custom model type support" + }, + { + "comment": "take skylark model when no model type match" + } + ] + } + }, { "version": "1.2.11", "tag": "@visactor/vmind_v1.2.11", diff --git a/packages/vmind/CHANGELOG.md b/packages/vmind/CHANGELOG.md index 0eac20f5..e2abb21b 100644 --- a/packages/vmind/CHANGELOG.md +++ b/packages/vmind/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @visactor/vmind -This log was last generated on Wed, 24 Apr 2024 05:24:53 GMT and should not be manually modified. +This log was last generated on Mon, 17 Jun 2024 08:45:53 GMT and should not be manually modified. + +## 1.2.12 +Mon, 17 Jun 2024 08:45:53 GMT + +### Updates + +- add custom model type support +- take skylark model when no model type match ## 1.2.11 Wed, 24 Apr 2024 05:24:53 GMT diff --git a/packages/vmind/package.json b/packages/vmind/package.json index a6be1ce6..5bc0b935 100644 --- a/packages/vmind/package.json +++ b/packages/vmind/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vmind", - "version": "1.2.11", + "version": "1.2.12", "main": "cjs/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", @@ -86,14 +86,14 @@ "canvas": "^2.11.2" }, "dependencies": { - "@visactor/chart-advisor": "workspace:1.2.11", + "@visactor/chart-advisor": "workspace:1.2.12", "@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.11", + "@visactor/calculator": "workspace:1.2.12", "alasql": "~4.3.2" } -} \ No newline at end of file +}