From 228b2f03e93bf39b9d7249c55138ae37a82657b5 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Mon, 14 Mar 2022 11:23:26 -0400 Subject: [PATCH] v0.1.19 --- 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 8aaeadba..17804b44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.18", + "version": "0.1.19", "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 3525949d..2adf8a90 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.18", + "version": "0.1.19", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "dist/index.js", "types": "dist/index.d.ts",