From 199460b97f0b4ae51445188e7f4d900d52374bfb Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Wed, 24 Nov 2021 15:56:07 -0500 Subject: [PATCH] v0.1.10 --- 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 b92ffac9..5d23ae82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.9", + "version": "0.1.10", "description": "### Installation", "main": "index.js", "author": "", diff --git a/packages/storybook-builder-vite/package.json b/packages/storybook-builder-vite/package.json index f6457709..36e7a65d 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.9", + "version": "0.1.10", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "index.js", "scripts": {},