diff --git a/common/changes/@visactor/vtable/fix-check-box-space_2024-03-04-04-18.json b/common/changes/@visactor/vtable/fix-check-box-space_2024-03-04-04-18.json deleted file mode 100644 index 094cb8e33..000000000 --- a/common/changes/@visactor/vtable/fix-check-box-space_2024-03-04-04-18.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: fix checkbox text space problem", - "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 f09ccd62e..5568644a5 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.20.2","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.20.3","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index b1d40077c..11db383a0 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "0.20.2", + "version": "0.20.3", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index 80b5212e9..3ce7a026c 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "0.20.2", + "version": "0.20.3", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index 712f0abb4..42c8235f8 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "0.20.2", + "version": "0.20.3", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 9ea517fcd..db6f50b2a 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "0.20.3", + "tag": "@visactor/vtable_v0.20.3", + "date": "Mon, 04 Mar 2024 04:30:08 GMT", + "comments": { + "none": [ + { + "comment": "fix: fix checkbox text space problem" + } + ] + } + }, { "version": "0.20.2", "tag": "@visactor/vtable_v0.20.2", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 4e2c4ee49..a080d7518 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, 01 Mar 2024 11:46:26 GMT and should not be manually modified. +This log was last generated on Mon, 04 Mar 2024 04:30:08 GMT and should not be manually modified. + +## 0.20.3 +Mon, 04 Mar 2024 04:30:08 GMT + +### Updates + +- fix: fix checkbox text space problem ## 0.20.2 Fri, 01 Mar 2024 11:46:26 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 73a235c7c..c9d40d96a 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "0.20.2", + "version": "0.20.3", "description": "canvas table width high performance", "keywords": [ "grid",