From dbcbba33b81fc20865a3a9fb0f89b12738ecdf26 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 26 Oct 2021 09:22:05 -0400 Subject: [PATCH] v0.1.3 --- 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 a1333dc7..c2010c26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.0", + "version": "0.1.3", "description": "### Installation", "main": "index.js", "author": "", diff --git a/packages/storybook-builder-vite/package.json b/packages/storybook-builder-vite/package.json index 92998f32..0fb64475 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.2", + "version": "0.1.3", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "index.js", "scripts": {},