From 11d044b77a515a2aecd1dfc1526179a30025e115 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Oct 2025 10:32:04 +0000 Subject: [PATCH] build: prelease version 1.20.2 --- .../fix-umdNuild-plugins_2025-09-28-04-05.json | 11 ----------- .../fix-umdNuild-plugins_2025-09-29-09-03.json | 11 ----------- ...x-vtable-search-clear_2025-10-09-05-07.json | 11 ----------- 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 | 4 ++-- packages/vtable-search/package.json | 2 +- packages/vtable-sheet/package.json | 2 +- packages/vtable/CHANGELOG.json | 18 ++++++++++++++++++ packages/vtable/CHANGELOG.md | 17 ++++++++++++++++- packages/vtable/package.json | 4 ++-- packages/vue-vtable/package.json | 2 +- 17 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 common/changes/@visactor/vtable/fix-umdNuild-plugins_2025-09-28-04-05.json delete mode 100644 common/changes/@visactor/vtable/fix-umdNuild-plugins_2025-09-29-09-03.json delete mode 100644 common/changes/@visactor/vtable/fix-vtable-search-clear_2025-10-09-05-07.json diff --git a/common/changes/@visactor/vtable/fix-umdNuild-plugins_2025-09-28-04-05.json b/common/changes/@visactor/vtable/fix-umdNuild-plugins_2025-09-28-04-05.json deleted file mode 100644 index e58b22fd1c..0000000000 --- a/common/changes/@visactor/vtable/fix-umdNuild-plugins_2025-09-28-04-05.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: umd build for plugins\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-umdNuild-plugins_2025-09-29-09-03.json b/common/changes/@visactor/vtable/fix-umdNuild-plugins_2025-09-29-09-03.json deleted file mode 100644 index 45bbc734b9..0000000000 --- a/common/changes/@visactor/vtable/fix-umdNuild-plugins_2025-09-29-09-03.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "docs: vtable sheet umd import\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-vtable-search-clear_2025-10-09-05-07.json b/common/changes/@visactor/vtable/fix-vtable-search-clear_2025-10-09-05-07.json deleted file mode 100644 index ef176f1137..0000000000 --- a/common/changes/@visactor/vtable/fix-vtable-search-clear_2025-10-09-05-07.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: search component clear method #4476\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "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 3866ddd7aa..5006a5ccc2 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.20.1","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.20.2","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index 228f9b3014..da734b8f6e 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.20.1", + "version": "1.20.2", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 37cac0e5bb..59f2ceac3b 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.20.1", + "version": "1.20.2", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index d34002ea1c..8d5ce7ba1b 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.20.1", + "version": "1.20.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 432ab7cbd2..a2003fc5aa 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.20.1", + "version": "1.20.2", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index 3ebedde651..58ee99d129 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.20.1", + "version": "1.20.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 d55164d0bf..dd42edab5a 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.20.1", + "version": "1.20.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 80e42102ba..ada2d0ad28 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.20.1", + "version": "1.20.2", "description": "The search util of VTable", "author": { "name": "VisActor", @@ -108,4 +108,4 @@ "rollup-plugin-node-resolve": "5.2.0", "@types/lodash": "4.14.182" } -} \ No newline at end of file +} diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index 89597b57b4..916ab34536 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.20.1", + "version": "1.20.2", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-sheet/package.json b/packages/vtable-sheet/package.json index eab6526d74..e1dd614b6f 100644 --- a/packages/vtable-sheet/package.json +++ b/packages/vtable-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-sheet", - "version": "1.20.1", + "version": "1.20.2", "description": "Lightweight editable spreadsheet component based on VTable", "keywords": [ "vtable-sheet", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 195b961c92..c025b1a348 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.20.2", + "tag": "@visactor/vtable_v1.20.2", + "date": "Thu, 09 Oct 2025 10:16:27 GMT", + "comments": { + "none": [ + { + "comment": "fix: umd build for plugins\n\n" + }, + { + "comment": "docs: vtable sheet umd import\n\n" + }, + { + "comment": "fix: search component clear method #4476\n\n" + } + ] + } + }, { "version": "1.20.1", "tag": "@visactor/vtable_v1.20.1", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index ed001de338..48f71c5a5c 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log - @visactor/vtable -This log was last generated on Fri, 26 Sep 2025 10:28:51 GMT and should not be manually modified. +This log was last generated on Thu, 09 Oct 2025 10:16:27 GMT and should not be manually modified. + +## 1.20.2 +Thu, 09 Oct 2025 10:16:27 GMT + +### Updates + +- fix: umd build for plugins + + +- docs: vtable sheet umd import + + +- fix: search component clear method #4476 + + ## 1.20.1 Fri, 26 Sep 2025 10:28:51 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 378af49c97..dff38026a8 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.20.1", + "version": "1.20.2", "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 a8c9df32f8..a72193e8c2 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.20.1", + "version": "1.20.2", "description": "The vue version of VTable", "keywords": [ "vue",