From da109af0fd68b0fb867246e2b48bd6e686423eea Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Fri, 21 Jul 2023 17:17:09 +0800 Subject: [PATCH] chore: add rush change --- .../fix-poptip_2023-07-21-09-16.json | 10 ++++++++++ .../@visactor/vrender/fix-poptip_2023-07-21-09-16.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 common/changes/@visactor/vrender-components/fix-poptip_2023-07-21-09-16.json create mode 100644 common/changes/@visactor/vrender/fix-poptip_2023-07-21-09-16.json diff --git a/common/changes/@visactor/vrender-components/fix-poptip_2023-07-21-09-16.json b/common/changes/@visactor/vrender-components/fix-poptip_2023-07-21-09-16.json new file mode 100644 index 000000000..386c6c27a --- /dev/null +++ b/common/changes/@visactor/vrender-components/fix-poptip_2023-07-21-09-16.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@visactor/vrender-components", + "comment": "fix: fix the poptip not work due to mount and unmount issue", + "type": "none" + } + ], + "packageName": "@visactor/vrender-components" +} \ No newline at end of file diff --git a/common/changes/@visactor/vrender/fix-poptip_2023-07-21-09-16.json b/common/changes/@visactor/vrender/fix-poptip_2023-07-21-09-16.json new file mode 100644 index 000000000..092707ee0 --- /dev/null +++ b/common/changes/@visactor/vrender/fix-poptip_2023-07-21-09-16.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@visactor/vrender", + "comment": "fix: fix the poptip not work due to mount and unmount issue", + "type": "patch" + } + ], + "packageName": "@visactor/vrender" +} \ No newline at end of file