From 9a4d555cac7dd3b08d689c0eba5ca1c1a75b8fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathis=20M=C3=B8ller?= Date: Thu, 13 Jun 2024 21:42:12 +0200 Subject: [PATCH] 0.1.1 (#31) --- crates/debug_label/package.json | 2 +- crates/react_refresh/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/debug_label/package.json b/crates/debug_label/package.json index 645e585..977c65b 100644 --- a/crates/debug_label/package.json +++ b/crates/debug_label/package.json @@ -1,6 +1,6 @@ { "name": "@swc-jotai/debug-label", - "version": "0.1.0", + "version": "0.1.1", "description": "SWC plugin for automatic jotai atom debug labels", "author": "Mathis Møller", "license": "MIT", diff --git a/crates/react_refresh/package.json b/crates/react_refresh/package.json index c82c96c..7e3f079 100644 --- a/crates/react_refresh/package.json +++ b/crates/react_refresh/package.json @@ -1,6 +1,6 @@ { "name": "@swc-jotai/react-refresh", - "version": "0.1.0", + "version": "0.1.1", "description": "SWC plugin for supporting React Refresh with Jotai", "author": "Mathis Møller", "license": "MIT",