From 43a3107c4f94ff6e39b9e96151d2d178c87cd5e6 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 17 Aug 2023 16:58:10 +0800 Subject: [PATCH] released v1.2.0 --- 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 966c2a8..90a3b86 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-only-when", - "version": "1.1.1", + "version": "1.2.0", "description": "A declarative component for conditional rendering.", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/lerna.json b/lerna.json index a58514e..a826f2f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "1.1.1", + "version": "1.2.0", "packages": ["core", "www"] } diff --git a/www/package.json b/www/package.json index 3b53b97..9a4a2dc 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.1.1", + "version": "1.2.0", "preview": true, "scripts": { "build": "kkt build", @@ -8,8 +8,8 @@ "map": "source-map-explorer build/static/js/*.js --html build/website-result.html" }, "dependencies": { - "@uiw/react-only-when": "1.1.1", "@uiw/react-markdown-preview-example": "^1.3.1", + "@uiw/react-only-when": "1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" },