From 3a6ca4695f812ab7183af89d1434b5035d40d9cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Mar 2025 08:28:06 +0000 Subject: [PATCH] build: prelease version 1.17.2 --- .../fix-vue-custom-component_2025-03-11-02-43.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 | 2 +- packages/vtable-search/package.json | 2 +- packages/vtable/CHANGELOG.json | 12 ++++++++++++ packages/vtable/CHANGELOG.md | 11 ++++++++++- packages/vtable/package.json | 2 +- packages/vue-vtable/package.json | 2 +- 14 files changed, 33 insertions(+), 23 deletions(-) delete mode 100644 common/changes/@visactor/vtable/fix-vue-custom-component_2025-03-11-02-43.json diff --git a/common/changes/@visactor/vtable/fix-vue-custom-component_2025-03-11-02-43.json b/common/changes/@visactor/vtable/fix-vue-custom-component_2025-03-11-02-43.json deleted file mode 100644 index 8c559357f0..0000000000 --- a/common/changes/@visactor/vtable/fix-vue-custom-component_2025-03-11-02-43.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: custom container value 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 97fcc64be1..d6888b1c68 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.17.1","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.17.2","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index c686d456a2..6f00025355 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.17.1", + "version": "1.17.2", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 28687e0443..c72bceba9f 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.17.1", + "version": "1.17.2", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index 66cb5881d6..3daabf706d 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.17.1", + "version": "1.17.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 6a08d9e0c6..6f32f56936 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.17.1", + "version": "1.17.2", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index c9255fcf7e..49cb343116 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.17.1", + "version": "1.17.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 e6b0f05fc6..2711060c53 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.17.1", + "version": "1.17.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 6a3cb1d4a9..378d9e9fcf 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.17.1", + "version": "1.17.2", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index c3ef00f13d..834a48b4a3 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.17.1", + "version": "1.17.2", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 7af95344ef..d7526c5365 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.17.2", + "tag": "@visactor/vtable_v1.17.2", + "date": "Tue, 11 Mar 2025 08:19:47 GMT", + "comments": { + "none": [ + { + "comment": "fix: custom container value error\n\n" + } + ] + } + }, { "version": "1.17.1", "tag": "@visactor/vtable_v1.17.1", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index e11c4f28d0..36fa6b91fd 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 Sun, 09 Mar 2025 12:30:39 GMT and should not be manually modified. +This log was last generated on Tue, 11 Mar 2025 08:19:47 GMT and should not be manually modified. + +## 1.17.2 +Tue, 11 Mar 2025 08:19:47 GMT + +### Updates + +- fix: custom container value error + + ## 1.17.1 Sun, 09 Mar 2025 12:30:39 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index d5825855ff..22f7474638 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.17.1", + "version": "1.17.2", "description": "canvas table width high performance", "keywords": [ "grid", diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index 29e3e01be5..1fcf1623d8 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.17.1", + "version": "1.17.2", "description": "The vue version of VTable", "keywords": [ "vue",