From 75e7066afebec1f993fb58f2ce3bcc3881627f6d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 27 Nov 2023 19:45:00 +0800 Subject: [PATCH] released v2.0.2 --- core/package.json | 2 +- lerna.json | 2 +- www/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/package.json b/core/package.json index 3d66ce8..e287a2d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-only-when", - "version": "2.0.1", + "version": "2.0.2", "description": "A declarative component for conditional rendering.", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/lerna.json b/lerna.json index ddf4383..369f803 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "2.0.1", + "version": "2.0.2", "packages": ["core", "www"] } diff --git a/www/package.json b/www/package.json index 080b492..2cab8c2 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.0.1", + "version": "2.0.2", "preview": true, "scripts": { "build": "kkt build", @@ -9,7 +9,7 @@ }, "dependencies": { "@uiw/react-markdown-preview-example": "^1.3.1", - "@uiw/react-only-when": "2.0.1", + "@uiw/react-only-when": "2.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" },