From e89caee10fadf7339cbadaf36fdc9633a33e7671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Wouts?= Date: Fri, 5 Aug 2022 11:19:45 +1000 Subject: [PATCH] release: @previewjs/plugin-solid@2.0.0 --- frameworks/solid/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/solid/package.json b/frameworks/solid/package.json index 374206e851b..d30bda2c5cd 100644 --- a/frameworks/solid/package.json +++ b/frameworks/solid/package.json @@ -1,6 +1,6 @@ { "name": "@previewjs/plugin-solid", - "version": "1.3.1", + "version": "2.0.0", "description": "SolidJS plugin for Preview.js enabling instant preview of SolidJS components and stories", "info": "A framework plugin for Preview.js that enables instant preview and update-as-you-type of SolidJS components and stories with auto-generated properties and configurable custom previews, so you can iterate on any component without ever leaving your IDE", "license": "MIT",