From 94c557cc2179879791e5c997f224c80c7bfffe97 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 11 Jul 2023 17:55:06 +0800 Subject: [PATCH] released v1.7.1 (#5) --- 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 2454c1fe..a3915e00 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-json-view", - "version": "1.7.0", + "version": "1.7.1", "description": "JSON viewer for react.", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/lerna.json b/lerna.json index 7dea06f4..3bb03705 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.7.1", "packages": [ "core", "www" diff --git a/www/package.json b/www/package.json index 4cff6f13..6140ea0f 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.7.0", + "version": "1.7.1", "preview": true, "scripts": { "build": "kkt build", @@ -11,7 +11,7 @@ "@uiw/react-back-to-top": "1.2.3", "@uiw/react-color-colorful": "^1.3.1", "@uiw/react-github-corners": "^1.5.15", - "@uiw/react-json-view": "1.7.0", + "@uiw/react-json-view": "1.7.1", "@uiw/react-markdown-preview": "^4.1.0", "@wcj/dark-mode": "^1.0.13", "react": "^18.2.0",