From f4d08ed18746ee376624118bc920483df636824c Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Thu, 17 Mar 2022 16:56:01 -0400 Subject: [PATCH] v0.1.21 --- 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 04a5f54c..a32234d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.20", + "version": "0.1.21", "description": "An experimental plugin to run and build Storybooks with Vite", "license": "MIT", "engines": { diff --git a/packages/storybook-builder-vite/package.json b/packages/storybook-builder-vite/package.json index 79eb4b3a..97fabbcd 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.20", + "version": "0.1.21", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "dist/index.js", "types": "dist/index.d.ts",