From 4c38a7c2c517db0a6503e04493831430447bc77f Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Mon, 11 Apr 2022 21:15:04 -0400 Subject: [PATCH] v0.1.28 --- 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 85fa41ce..e4f38961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.27", + "version": "0.1.28", "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 2599d01d..df919a04 100644 --- a/packages/builder-vite/package.json +++ b/packages/builder-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-vite", - "version": "0.1.27", + "version": "0.1.28", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "dist/index.js", "types": "dist/index.d.ts",