From b046e1c56fd0277d5009c979b7dd11e4be0362bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Feb 2025 08:04:38 +0000 Subject: [PATCH] build: prelease version 1.16.2 --- ...ble-sortByTotalValue_2025-02-13-06-54.json | 11 ---------- ...owOneChart-crosshair_2025-02-18-11-49.json | 11 ---------- ...Chart-axis-autoWidth_2025-02-19-03-04.json | 11 ---------- .../fix-state-sort_2025-02-17-13-31.json | 10 --------- common/config/rush/version-policies.json | 2 +- packages/openinula-vtable/package.json | 2 +- packages/react-vtable/package.json | 2 +- packages/vtable-calendar/package.json | 2 +- packages/vtable-editors/package.json | 2 +- packages/vtable-export/package.json | 2 +- packages/vtable-gantt/package.json | 2 +- packages/vtable-plugins/package.json | 2 +- packages/vtable-search/package.json | 2 +- packages/vtable/CHANGELOG.json | 21 +++++++++++++++++++ packages/vtable/CHANGELOG.md | 18 +++++++++++++++- packages/vtable/package.json | 2 +- packages/vue-vtable/package.json | 2 +- 17 files changed, 49 insertions(+), 55 deletions(-) delete mode 100644 common/changes/@visactor/vtable/3409-feature-pivot-table-sortByTotalValue_2025-02-13-06-54.json delete mode 100644 common/changes/@visactor/vtable/3442-feature-showOneChart-crosshair_2025-02-18-11-49.json delete mode 100644 common/changes/@visactor/vtable/3444-bug-pivotChart-axis-autoWidth_2025-02-19-03-04.json delete mode 100644 common/changes/@visactor/vtable/fix-state-sort_2025-02-17-13-31.json diff --git a/common/changes/@visactor/vtable/3409-feature-pivot-table-sortByTotalValue_2025-02-13-06-54.json b/common/changes/@visactor/vtable/3409-feature-pivot-table-sortByTotalValue_2025-02-13-06-54.json deleted file mode 100644 index d851bea303..0000000000 --- a/common/changes/@visactor/vtable/3409-feature-pivot-table-sortByTotalValue_2025-02-13-06-54.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: field with dot occor error # 3409\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/3442-feature-showOneChart-crosshair_2025-02-18-11-49.json b/common/changes/@visactor/vtable/3442-feature-showOneChart-crosshair_2025-02-18-11-49.json deleted file mode 100644 index a443771a6f..0000000000 --- a/common/changes/@visactor/vtable/3442-feature-showOneChart-crosshair_2025-02-18-11-49.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: getChartInstance log vchart updateViewBox method #3442\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/3444-bug-pivotChart-axis-autoWidth_2025-02-19-03-04.json b/common/changes/@visactor/vtable/3444-bug-pivotChart-axis-autoWidth_2025-02-19-03-04.json deleted file mode 100644 index 688946e86c..0000000000 --- a/common/changes/@visactor/vtable/3444-bug-pivotChart-axis-autoWidth_2025-02-19-03-04.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: computeAxisComponentWidth value ceil #3444\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/fix-state-sort_2025-02-17-13-31.json b/common/changes/@visactor/vtable/fix-state-sort_2025-02-17-13-31.json deleted file mode 100644 index 6e27885ec8..0000000000 --- a/common/changes/@visactor/vtable/fix-state-sort_2025-02-17-13-31.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: fix sort function in getCheckboxState() #3394", - "type": "none" - } - ], - "packageName": "@visactor/vtable" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index a2a4fc3240..5c99274690 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.16.1","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.16.2","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index 9c182d2764..0294a62e7d 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.16.1", + "version": "1.16.2", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 870bddf115..c2184a35b2 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.16.1", + "version": "1.16.2", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index 82f6588943..4cff307e6f 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.16.1", + "version": "1.16.2", "description": "The calendar component of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index a20fcbc190..cb03bd1c4a 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.16.1", + "version": "1.16.2", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index dc888ed10f..e44477cf03 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.16.1", + "version": "1.16.2", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-gantt/package.json b/packages/vtable-gantt/package.json index 233741828d..202911bd09 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.16.1", + "version": "1.16.2", "description": "canvas table width high performance", "keywords": [ "vtable-gantt", diff --git a/packages/vtable-plugins/package.json b/packages/vtable-plugins/package.json index a647f2ad37..d7f4a5d60d 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.16.1", + "version": "1.16.2", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index 211de71514..a00b083bc0 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.16.1", + "version": "1.16.2", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 8f76b480a1..1c4c90748c 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.16.2", + "tag": "@visactor/vtable_v1.16.2", + "date": "Wed, 19 Feb 2025 07:56:38 GMT", + "comments": { + "none": [ + { + "comment": "fix: field with dot occor error # 3409\n\n" + }, + { + "comment": "fix: getChartInstance log vchart updateViewBox method #3442\n\n" + }, + { + "comment": "fix: computeAxisComponentWidth value ceil #3444\n\n" + }, + { + "comment": "fix: fix sort function in getCheckboxState() #3394" + } + ] + } + }, { "version": "1.16.1", "tag": "@visactor/vtable_v1.16.1", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index e7e0dc11ad..94f915cb51 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,22 @@ # Change Log - @visactor/vtable -This log was last generated on Fri, 14 Feb 2025 09:37:30 GMT and should not be manually modified. +This log was last generated on Wed, 19 Feb 2025 07:56:38 GMT and should not be manually modified. + +## 1.16.2 +Wed, 19 Feb 2025 07:56:38 GMT + +### Updates + +- fix: field with dot occor error # 3409 + + +- fix: getChartInstance log vchart updateViewBox method #3442 + + +- fix: computeAxisComponentWidth value ceil #3444 + + +- fix: fix sort function in getCheckboxState() #3394 ## 1.16.1 Fri, 14 Feb 2025 09:37:30 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 11899ee5ba..f59c2f16fb 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.16.1", + "version": "1.16.2", "description": "canvas table width high performance", "keywords": [ "grid", diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index e91e47000d..4dfbde9b3a 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.16.1", + "version": "1.16.2", "description": "The vue version of VTable", "keywords": [ "vue",