From fe91b4888f9cc29e32babd46c22753c6abf528d5 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Wed, 6 Nov 2024 11:18:54 +0100 Subject: [PATCH] fix: fake change to force new version to be able to use pkg.pr.new --- src/runtime/plugin.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/plugin.ts b/src/runtime/plugin.ts index 6058552..283fbe8 100644 --- a/src/runtime/plugin.ts +++ b/src/runtime/plugin.ts @@ -1,6 +1,8 @@ import { apiPlugin, StoryblokVue } from '@storyblok/vue'; import { defineNuxtPlugin, useRuntimeConfig } from '#app'; +// TODO: This comment is used to generate a new version with semantic release, remove it on next version + export default defineNuxtPlugin(({ vueApp }) => { let { storyblok } = useRuntimeConfig().public; storyblok = JSON.parse(JSON.stringify(storyblok));