From 0071562652391baa38c4afaed1bfdf3caeb8b71f Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 22 Apr 2022 18:12:23 -0400 Subject: [PATCH] v0.1.30 --- package.json | 4 ++-- packages/builder-vite/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a9f53093..45bd7fbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.29", - "description": "An experimental plugin to run and build Storybooks with Vite", + "version": "0.1.30", + "description": "A plugin to run and build Storybooks with Vite", "license": "MIT", "engines": { "node": ">=16.0.0" diff --git a/packages/builder-vite/package.json b/packages/builder-vite/package.json index 746750ce..eb2af6a5 100644 --- a/packages/builder-vite/package.json +++ b/packages/builder-vite/package.json @@ -1,7 +1,7 @@ { "name": "@storybook/builder-vite", - "version": "0.1.29", - "description": "An experimental plugin to run and build Storybooks with Vite", + "version": "0.1.30", + "description": "A plugin to run and build Storybooks with Vite", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Eirik Sletteberg",