diff --git a/common/changes/@visactor/vtable/2210-bug-vtable-pivotChart-selectenable_2024-11-07-10-57.json b/common/changes/@visactor/vtable/2210-bug-vtable-pivotChart-selectenable_2024-11-07-10-57.json deleted file mode 100644 index 39c401805..000000000 --- a/common/changes/@visactor/vtable/2210-bug-vtable-pivotChart-selectenable_2024-11-07-10-57.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: pivot chart spec enable select not work #2210\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-sortState-fieldUndefined-error_2024-11-07-14-50.json b/common/changes/@visactor/vtable/fix-sortState-fieldUndefined-error_2024-11-07-14-50.json deleted file mode 100644 index f966c7841..000000000 --- a/common/changes/@visactor/vtable/fix-sortState-fieldUndefined-error_2024-11-07-14-50.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: sortState field undefined occor error\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 1853016d0..5bb0981e9 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.10.4","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.10.5","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index 7183dbd16..d86681bbf 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.10.4", + "version": "1.10.5", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 112983958..4c466cf59 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.10.4", + "version": "1.10.5", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index aeeb93691..f7ed932df 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.10.4", + "version": "1.10.5", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index cc6d95656..4a06615fc 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.10.4", + "version": "1.10.5", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-gantt/package.json b/packages/vtable-gantt/package.json index aa0ef1bbb..0117227b7 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.10.4", + "version": "1.10.5", "description": "canvas table width high performance", "keywords": [ "vtable-gantt", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index 3b9a25f66..638514975 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.10.4", + "version": "1.10.5", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index d8462b391..80f58bfda 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.10.5", + "tag": "@visactor/vtable_v1.10.5", + "date": "Mon, 11 Nov 2024 07:50:58 GMT", + "comments": { + "none": [ + { + "comment": "fix: pivot chart spec enable select not work #2210\n\n" + }, + { + "comment": "fix: sortState field undefined occor error\n\n" + } + ] + } + }, { "version": "1.10.4", "tag": "@visactor/vtable_v1.10.4", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 57d28a2f9..901a9bb08 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log - @visactor/vtable -This log was last generated on Thu, 07 Nov 2024 13:33:17 GMT and should not be manually modified. +This log was last generated on Mon, 11 Nov 2024 07:50:58 GMT and should not be manually modified. + +## 1.10.5 +Mon, 11 Nov 2024 07:50:58 GMT + +### Updates + +- fix: pivot chart spec enable select not work #2210 + + +- fix: sortState field undefined occor error + + ## 1.10.4 Thu, 07 Nov 2024 13:33:17 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index f8c5ab9af..bce1e5012 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.10.4", + "version": "1.10.5", "description": "canvas table width high performance", "keywords": [ "grid", diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index d690687a1..b699ef291 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.10.4", + "version": "1.10.5", "description": "The vue version of VTable", "keywords": [ "vue",