diff --git a/common/changes/@visactor/vtable/feat-116-handle-with-indicator-in-rowheader-for-pivotchart_2023-07-10-10-26.json b/common/changes/@visactor/vtable/feat-116-handle-with-indicator-in-rowheader-for-pivotchart_2023-07-10-10-26.json deleted file mode 100644 index f100665b1..000000000 --- a/common/changes/@visactor/vtable/feat-116-handle-with-indicator-in-rowheader-for-pivotchart_2023-07-10-10-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "refactor: chart type handle with transpose or indicator in row\n\n", - "type": "patch", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 3003ceb86..b62dc51d6 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "0.9.2", + "tag": "@visactor/vtable_v0.9.2", + "date": "Wed, 26 Jul 2023 03:47:00 GMT", + "comments": { + "patch": [ + { + "comment": "refactor: chart type handle with transpose or indicator in row\n\n" + } + ] + } + }, { "version": "0.9.1", "tag": "@visactor/vtable_v0.9.1", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 8406f1f3b..95501cb83 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 Wed, 05 Jul 2023 06:55:19 GMT and should not be manually modified. +This log was last generated on Wed, 26 Jul 2023 03:47:00 GMT and should not be manually modified. + +## 0.9.2 +Wed, 26 Jul 2023 03:47:00 GMT + +### Patches + +- refactor: chart type handle with transpose or indicator in row + + ## 0.9.1 Wed, 05 Jul 2023 06:55:19 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 5f7a280a7..56f804064 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "0.9.1", + "version": "0.9.2", "description": "canvas table width high performance", "keywords": [ "grid", @@ -104,4 +104,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}