From 6338427ebaf4152ae098f5a06dc065bf774d9186 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten <ian.vanschooten@gmail.com> Date: Tue, 28 Jun 2022 23:40:50 -0400 Subject: [PATCH] v0.1.38 --- 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 c0dfe321..2f4a3389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.36", + "version": "0.1.38", "description": "A 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 bfe21cfa..136b350a 100644 --- a/packages/builder-vite/package.json +++ b/packages/builder-vite/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/builder-vite", - "version": "0.1.36", + "version": "0.1.38", "description": "A plugin to run and build Storybooks with Vite", "main": "dist/index.js", "types": "dist/index.d.ts",