From 261d58b748654e51d50b2b853ef4821f586a7cd6 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Thu, 7 Apr 2022 12:35:44 -0400 Subject: [PATCH] v0.1.25 --- package.json | 2 +- packages/builder-vite/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c38b8f8b..b2062601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.24", + "version": "0.1.25", "description": "An experimental plugin to run and build Storybooks with Vite", "license": "MIT", "engines": { diff --git a/packages/builder-vite/package.json b/packages/builder-vite/package.json index 2e227ae1..89719a31 100644 --- a/packages/builder-vite/package.json +++ b/packages/builder-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-vite", - "version": "0.1.24", + "version": "0.1.25", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "dist/index.js", "types": "dist/index.d.ts",