From 9260b43547ab5907aba7758b79ca2a352da9c494 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Sep 2025 03:19:15 +0000 Subject: [PATCH] build: prelease version 1.20.0 --- ...date-vrender-version_2025-09-16-10-18.json | 11 --------- ...-vtable-cut-keyboard_2025-07-29-08-20.json | 11 --------- ...at-vtable-sheet-beta_2025-06-29-17-24.json | 11 --------- ...at-vtable-sheet-beta_2025-06-30-21-53.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 | 4 ++-- packages/vtable/CHANGELOG.json | 23 +++++++++++++++++++ packages/vtable/CHANGELOG.md | 23 ++++++++++++++++++- packages/vtable/package.json | 4 ++-- packages/vue-vtable/package.json | 2 +- 18 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 common/changes/@visactor/vtable/chore-update-vrender-version_2025-09-16-10-18.json delete mode 100644 common/changes/@visactor/vtable/feat-vtable-cut-keyboard_2025-07-29-08-20.json delete mode 100644 common/changes/@visactor/vtable/feat-vtable-sheet-beta_2025-06-29-17-24.json delete mode 100644 common/changes/@visactor/vtable/feat-vtable-sheet-beta_2025-06-30-21-53.json diff --git a/common/changes/@visactor/vtable/chore-update-vrender-version_2025-09-16-10-18.json b/common/changes/@visactor/vtable/chore-update-vrender-version_2025-09-16-10-18.json deleted file mode 100644 index 4116346915..0000000000 --- a/common/changes/@visactor/vtable/chore-update-vrender-version_2025-09-16-10-18.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "chore: update vrender version to 1.0.16\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/feat-vtable-cut-keyboard_2025-07-29-08-20.json b/common/changes/@visactor/vtable/feat-vtable-cut-keyboard_2025-07-29-08-20.json deleted file mode 100644 index 31b2cda649..0000000000 --- a/common/changes/@visactor/vtable/feat-vtable-cut-keyboard_2025-07-29-08-20.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add cutSelected for vtable\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/feat-vtable-sheet-beta_2025-06-29-17-24.json b/common/changes/@visactor/vtable/feat-vtable-sheet-beta_2025-06-29-17-24.json deleted file mode 100644 index 182ceb88ba..0000000000 --- a/common/changes/@visactor/vtable/feat-vtable-sheet-beta_2025-06-29-17-24.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add HyperFormula & refactor formulat-manager\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "ucccth@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/feat-vtable-sheet-beta_2025-06-30-21-53.json b/common/changes/@visactor/vtable/feat-vtable-sheet-beta_2025-06-30-21-53.json deleted file mode 100644 index 73fd1de104..0000000000 --- a/common/changes/@visactor/vtable/feat-vtable-sheet-beta_2025-06-30-21-53.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add vtable sheet component\n\n", - "type": "minor", - "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 64077975fd..7a62d42753 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.19.9","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.20.0","mainProject":"@visactor/vtable","nextBump":"minor"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index aea4f18cc7..e65e553372 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.19.9", + "version": "1.20.0", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 8444fbee39..682bc8936e 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.19.9", + "version": "1.20.0", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index 1b16369e46..8b8b390c28 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.19.9", + "version": "1.20.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 e9249de94a..af6af61c91 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.19.9", + "version": "1.20.0", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index be0fd1233d..fe8923443f 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.19.9", + "version": "1.20.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 fd2c524953..355ba04748 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.19.9", + "version": "1.20.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 fbb8d0bd20..8bbf71bcd6 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.19.9", + "version": "1.20.0", "description": "The search util of VTable", "author": { "name": "VisActor", @@ -107,4 +107,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 df43824454..c78f37bc28 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.19.9", + "version": "1.20.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 6ec6d572f7..e33444a980 100644 --- a/packages/vtable-sheet/package.json +++ b/packages/vtable-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-sheet", - "version": "1.19.8", + "version": "1.20.0", "description": "Lightweight editable spreadsheet component based on VTable", "keywords": [ "vtable-sheet", @@ -115,4 +115,4 @@ "url": "https://github.com/VisActor/VTable.git", "directory": "packages/vtable-sheet" } -} \ No newline at end of file +} diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index f42fd5bac1..8ff6acfc0e 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.20.0", + "tag": "@visactor/vtable_v1.20.0", + "date": "Mon, 22 Sep 2025 03:03:09 GMT", + "comments": { + "none": [ + { + "comment": "chore: update vrender version to 1.0.16\n\n" + }, + { + "comment": "feat: add cutSelected for vtable\n\n" + }, + { + "comment": "feat: add HyperFormula & refactor formulat-manager\n\n" + } + ], + "minor": [ + { + "comment": "feat: add vtable sheet component\n\n" + } + ] + } + }, { "version": "1.19.9", "tag": "@visactor/vtable_v1.19.9", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index c662588427..17188d6278 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,27 @@ # Change Log - @visactor/vtable -This log was last generated on Fri, 12 Sep 2025 09:25:46 GMT and should not be manually modified. +This log was last generated on Mon, 22 Sep 2025 03:03:09 GMT and should not be manually modified. + +## 1.20.0 +Mon, 22 Sep 2025 03:03:09 GMT + +### Minor changes + +- feat: add vtable sheet component + + + +### Updates + +- chore: update vrender version to 1.0.16 + + +- feat: add cutSelected for vtable + + +- feat: add HyperFormula & refactor formulat-manager + + ## 1.19.9 Fri, 12 Sep 2025 09:25:46 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index d662366937..05584f8d59 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.19.9", + "version": "1.20.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 78756e4cab..bf09afb298 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.19.9", + "version": "1.20.0", "description": "The vue version of VTable", "keywords": [ "vue",