diff --git a/common/changes/@visactor/vmind/feat-docs_2024-03-26-09-23.json b/common/changes/@visactor/vmind/feat-docs_2024-03-26-09-23.json deleted file mode 100644 index d9dbb560..00000000 --- a/common/changes/@visactor/vmind/feat-docs_2024-03-26-09-23.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: chart-advisor docs\n\n", - "type": "none", - "packageName": "@visactor/vmind" - } - ], - "packageName": "@visactor/vmind", - "email": "sduchd@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vmind/release-1.2.6_2024-03-26-09-40.json b/common/changes/@visactor/vmind/release-1.2.6_2024-03-26-09-40.json deleted file mode 100644 index 02909dd3..00000000 --- a/common/changes/@visactor/vmind/release-1.2.6_2024-03-26-09-40.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vmind", - "comment": "update docs", - "type": "none" - } - ], - "packageName": "@visactor/vmind" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 8bdf9a65..7ab0603c 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.5", + "version": "1.2.7", "mainProject": "@visactor/vmind", "nextBump": "patch" } diff --git a/packages/calculator/package.json b/packages/calculator/package.json index 6ec7aa1b..88241197 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/calculator", - "version": "1.2.5", + "version": "1.2.7", "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 930b30a7..7e318267 100644 --- a/packages/chart-advisor/package.json +++ b/packages/chart-advisor/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/chart-advisor", - "version": "1.2.5", + "version": "1.2.7", "description": "图表推荐模块", "main": "lib", "module": "es", diff --git a/packages/vmind/CHANGELOG.json b/packages/vmind/CHANGELOG.json index a131a209..0ff81b0a 100644 --- a/packages/vmind/CHANGELOG.json +++ b/packages/vmind/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@visactor/vmind", "entries": [ + { + "version": "1.2.7", + "tag": "@visactor/vmind_v1.2.7", + "date": "Tue, 26 Mar 2024 09:43:52 GMT", + "comments": {} + }, + { + "version": "1.2.6", + "tag": "@visactor/vmind_v1.2.6", + "date": "Tue, 26 Mar 2024 09:43:51 GMT", + "comments": { + "none": [ + { + "comment": "feat: chart-advisor docs\n\n" + }, + { + "comment": "update docs" + } + ] + } + }, { "version": "1.2.5", "tag": "@visactor/vmind_v1.2.5", diff --git a/packages/vmind/CHANGELOG.md b/packages/vmind/CHANGELOG.md index 19f0c006..353e58ba 100644 --- a/packages/vmind/CHANGELOG.md +++ b/packages/vmind/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log - @visactor/vmind -This log was last generated on Tue, 26 Mar 2024 07:36:00 GMT and should not be manually modified. +This log was last generated on Tue, 26 Mar 2024 09:43:52 GMT and should not be manually modified. + +## 1.2.7 +Tue, 26 Mar 2024 09:43:52 GMT + +_Version update only_ + +## 1.2.6 +Tue, 26 Mar 2024 09:43:51 GMT + +### Updates + +- feat: chart-advisor docs + + +- update docs ## 1.2.5 Tue, 26 Mar 2024 07:36:00 GMT diff --git a/packages/vmind/package.json b/packages/vmind/package.json index b06f0060..1c8e2e56 100644 --- a/packages/vmind/package.json +++ b/packages/vmind/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vmind", - "version": "1.2.5", + "version": "1.2.7", "main": "cjs/index.js", "module": "esm/index.js", "types": "esm/index.d.ts",