From 506dd6169abd613e521137fb0cb43b4201bff573 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Wed, 22 Dec 2021 11:56:53 -0500 Subject: [PATCH] v0.1.12 --- package.json | 2 +- packages/storybook-builder-vite/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 268cfb14..63a9d47d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.11", + "version": "0.1.12", "description": "### Installation", "main": "index.js", "author": "", diff --git a/packages/storybook-builder-vite/package.json b/packages/storybook-builder-vite/package.json index 6e72bb73..7dd2ac00 100644 --- a/packages/storybook-builder-vite/package.json +++ b/packages/storybook-builder-vite/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite", - "version": "0.1.11", + "version": "0.1.12", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "index.js", "author": "Eirik Sletteberg",