diff --git a/common/changes/@visactor/vtable/fix-PivotTable-updateFilterRules_2025-10-13-02-55.json b/common/changes/@visactor/vtable/fix-PivotTable-updateFilterRules_2025-10-13-02-55.json deleted file mode 100644 index 44ceb50c78..0000000000 --- a/common/changes/@visactor/vtable/fix-PivotTable-updateFilterRules_2025-10-13-02-55.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: the updateFilterRules method of PivotTable #4450", - "type": "none" - } - ], - "packageName": "@visactor/vtable", - "email": "760478279@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 0fd6f4e6a2..dac9569765 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.20.3","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.21.0","mainProject":"@visactor/vtable","nextBump":"minor"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index d2ab21aaab..bb2bc50814 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.20.3", + "version": "1.21.0", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 2fbcc6a275..64cf6d6581 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.20.3", + "version": "1.21.0", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index f9c0fbbb29..443f01397e 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.20.3", + "version": "1.21.0", "description": "The calendar component of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index ac4595060f..d081d1cfc0 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.20.3", + "version": "1.21.0", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index 6d1bf63cc7..433f5a0d28 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.20.3", + "version": "1.21.0", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-gantt/package.json b/packages/vtable-gantt/package.json index 96a051d643..b7056bd804 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.20.3", + "version": "1.21.0", "description": "canvas table width high performance", "keywords": [ "vtable-gantt", diff --git a/packages/vtable-plugins/package.json b/packages/vtable-plugins/package.json index 2fc5c0de1e..b1ab801ef7 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.20.3", + "version": "1.21.0", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index 368596c2b6..8fc6dcb46a 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.20.3", + "version": "1.21.0", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-sheet/package.json b/packages/vtable-sheet/package.json index ae2bb41c37..a79db8e31c 100644 --- a/packages/vtable-sheet/package.json +++ b/packages/vtable-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-sheet", - "version": "1.20.3", + "version": "1.21.0", "description": "Lightweight editable spreadsheet component based on VTable", "keywords": [ "vtable-sheet", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index e3f04603da..42cce2ff48 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.21.0", + "tag": "@visactor/vtable_v1.21.0", + "date": "Mon, 13 Oct 2025 09:24:03 GMT", + "comments": { + "none": [ + { + "comment": "fix: the updateFilterRules method of PivotTable #4450" + } + ] + } + }, { "version": "1.20.3", "tag": "@visactor/vtable_v1.20.3", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 482458481f..412f3200cc 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vtable -This log was last generated on Fri, 10 Oct 2025 11:28:59 GMT and should not be manually modified. +This log was last generated on Mon, 13 Oct 2025 09:24:03 GMT and should not be manually modified. + +## 1.21.0 +Mon, 13 Oct 2025 09:24:03 GMT + +### Updates + +- fix: the updateFilterRules method of PivotTable #4450 ## 1.20.3 Fri, 10 Oct 2025 11:28:59 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index f6adf64553..e2d4d33e66 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.20.3", + "version": "1.21.0", "description": "canvas table width high performance", "keywords": [ "grid", @@ -133,4 +133,4 @@ "url": "https://github.com/VisActor/VTable.git", "directory": "packages/vtable" } -} \ No newline at end of file +} diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index ca9c193051..5c569ab61d 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.20.3", + "version": "1.21.0", "description": "The vue version of VTable", "keywords": [ "vue",