From ea749a4ae2fe192ee9f8cb5c010bbf64371e9f5a Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Thu, 2 May 2024 14:40:00 +0530 Subject: [PATCH] fix: add changelogs --- .../feat-vueuse-upgrade_2024-05-02-09-09.json | 10 ++++++++++ .../feat-vueuse-upgrade_2024-05-02-09-09.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 common/changes/@stonecrop/stonecrop/feat-vueuse-upgrade_2024-05-02-09-09.json create mode 100644 common/changes/@stonecrop/utilities/feat-vueuse-upgrade_2024-05-02-09-09.json diff --git a/common/changes/@stonecrop/stonecrop/feat-vueuse-upgrade_2024-05-02-09-09.json b/common/changes/@stonecrop/stonecrop/feat-vueuse-upgrade_2024-05-02-09-09.json new file mode 100644 index 00000000..ff20dc8c --- /dev/null +++ b/common/changes/@stonecrop/stonecrop/feat-vueuse-upgrade_2024-05-02-09-09.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/stonecrop", + "comment": "Remove VueUse dependency", + "type": "none" + } + ], + "packageName": "@stonecrop/stonecrop" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/utilities/feat-vueuse-upgrade_2024-05-02-09-09.json b/common/changes/@stonecrop/utilities/feat-vueuse-upgrade_2024-05-02-09-09.json new file mode 100644 index 00000000..87b781ff --- /dev/null +++ b/common/changes/@stonecrop/utilities/feat-vueuse-upgrade_2024-05-02-09-09.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/utilities", + "comment": "Add local useElementVisibility composable for compatibility", + "type": "none" + } + ], + "packageName": "@stonecrop/utilities" +} \ No newline at end of file