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