From c2e9c3cc9c7879047e793a2c441a1cdd39f576e2 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 19 Nov 2021 17:13:05 -0500 Subject: [PATCH] v0.1.9 --- 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 5746d0c0..b92ffac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.8", + "version": "0.1.9", "description": "### Installation", "main": "index.js", "author": "", diff --git a/packages/storybook-builder-vite/package.json b/packages/storybook-builder-vite/package.json index cac63ce9..f6457709 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.8", + "version": "0.1.9", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "index.js", "scripts": {},