From a12f847aca0958bafa05df9b78bf3f95fe19964b Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Mon, 7 Mar 2022 08:30:30 -0500 Subject: [PATCH] v0.1.18 --- 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 1533a354..8aaeadba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-builder-vite-parent", - "version": "0.1.17", + "version": "0.1.18", "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 3ee99886..3525949d 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.17", + "version": "0.1.18", "description": "An experimental plugin to run and build Storybooks with Vite", "main": "dist/index.js", "types": "dist/index.d.ts",