From d947216af5ce7bf5c1ab9c2b140feddf3e542cf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Aug 2024 12:29:28 +0000 Subject: [PATCH] build: prelease version 1.6.2 --- .../feat-copy-format_2024-08-22-11-58.json | 10 ---------- ...x-custom-frozen-clip_2024-08-22-11-46.json | 10 ---------- ...enu-bottom-auto-hide_2024-08-22-06-40.json | 10 ---------- common/config/rush/version-policies.json | 2 +- packages/openinula-vtable/package.json | 2 +- packages/react-vtable/package.json | 2 +- packages/vtable-editors/package.json | 2 +- packages/vtable-export/package.json | 2 +- packages/vtable-search/package.json | 2 +- packages/vtable/CHANGELOG.json | 20 ++++++++++++++++++- packages/vtable/CHANGELOG.md | 11 +++++++++- packages/vtable/package.json | 2 +- 12 files changed, 36 insertions(+), 39 deletions(-) delete mode 100644 common/changes/@visactor/vtable/feat-copy-format_2024-08-22-11-58.json delete mode 100644 common/changes/@visactor/vtable/fix-custom-frozen-clip_2024-08-22-11-46.json delete mode 100644 common/changes/@visactor/vtable/fix-menu-bottom-auto-hide_2024-08-22-06-40.json diff --git a/common/changes/@visactor/vtable/feat-copy-format_2024-08-22-11-58.json b/common/changes/@visactor/vtable/feat-copy-format_2024-08-22-11-58.json deleted file mode 100644 index 4acef9bf5..000000000 --- a/common/changes/@visactor/vtable/feat-copy-format_2024-08-22-11-58.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "feat: add formatCopyValue config", - "type": "none" - } - ], - "packageName": "@visactor/vtable" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/fix-custom-frozen-clip_2024-08-22-11-46.json b/common/changes/@visactor/vtable/fix-custom-frozen-clip_2024-08-22-11-46.json deleted file mode 100644 index fced05279..000000000 --- a/common/changes/@visactor/vtable/fix-custom-frozen-clip_2024-08-22-11-46.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: fix frozen column custom component clip", - "type": "none" - } - ], - "packageName": "@visactor/vtable" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/fix-menu-bottom-auto-hide_2024-08-22-06-40.json b/common/changes/@visactor/vtable/fix-menu-bottom-auto-hide_2024-08-22-06-40.json deleted file mode 100644 index c5696aa02..000000000 --- a/common/changes/@visactor/vtable/fix-menu-bottom-auto-hide_2024-08-22-06-40.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: fix menu auto hide when page crolled #2241", - "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 47c6a26de..07ed3340d 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -2,7 +2,7 @@ { "definitionName": "lockStepVersion", "policyName": "vtableMain", - "version": "1.6.1", + "version": "1.6.2", "mainProject": "@visactor/vtable", "nextBump": "patch" } diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index b0a7df7da..f6cf5f422 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.6.1", + "version": "1.6.2", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index bf0f6b456..beadc8956 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.6.1", + "version": "1.6.2", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index 02e6b546e..4e296b090 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.6.1", + "version": "1.6.2", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index 5f41790d1..810f28cfb 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.6.1", + "version": "1.6.2", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index afc181cf3..e7483c4e9 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.6.1", + "version": "1.6.2", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 699ffb9e3..aff8cf73d 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.6.2", + "tag": "@visactor/vtable_v1.6.2", + "date": "Thu, 22 Aug 2024 12:27:03 GMT", + "comments": { + "none": [ + { + "comment": "feat: add formatCopyValue config" + }, + { + "comment": "fix: fix frozen column custom component clip" + }, + { + "comment": "fix: fix menu auto hide when page crolled #2241" + } + ] + } + }, { "version": "1.6.1", "tag": "@visactor/vtable_v1.6.1", @@ -2593,4 +2611,4 @@ } } ] -} \ No newline at end of file +} diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 80760fb56..6b58635ea 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @visactor/vtable -This log was last generated on Mon, 19 Aug 2024 08:06:44 GMT and should not be manually modified. +This log was last generated on Thu, 22 Aug 2024 12:27:03 GMT and should not be manually modified. + +## 1.6.2 +Thu, 22 Aug 2024 12:27:03 GMT + +### Updates + +- feat: add formatCopyValue config +- fix: fix frozen column custom component clip +- fix: fix menu auto hide when page crolled #2241 ## 1.6.1 Mon, 19 Aug 2024 08:06:44 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 9076d8bd2..50197bce1 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.6.1", + "version": "1.6.2", "description": "canvas table width high performance", "keywords": [ "grid",