From 3208d8269950a17463b9688dc9d7bac9af89aae5 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 23 Oct 2024 23:53:39 +0800 Subject: [PATCH] released v2.0.0-alpha.30 #61 --- core/package.json | 2 +- example/package.json | 4 ++-- lerna.json | 2 +- www/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/package.json b/core/package.json index a139c919..64fe836b 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-json-view", - "version": "2.0.0-alpha.29", + "version": "2.0.0-alpha.30", "description": "JSON viewer for react.", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/example/package.json b/example/package.json index 1fcc681d..25fc7f38 100644 --- a/example/package.json +++ b/example/package.json @@ -1,13 +1,13 @@ { "name": "example", - "version": "2.0.0-alpha.29", + "version": "2.0.0-alpha.30", "preview": true, "scripts": { "build": "kkt build", "start": "kkt start" }, "dependencies": { - "@uiw/react-json-view": "2.0.0-alpha.29", + "@uiw/react-json-view": "2.0.0-alpha.30", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/lerna.json b/lerna.json index d85ddb81..146fff23 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "2.0.0-alpha.29", + "version": "2.0.0-alpha.30", "packages": ["core", "www", "example"] } diff --git a/www/package.json b/www/package.json index 3fd4d30c..ce53274f 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.0.0-alpha.29", + "version": "2.0.0-alpha.30", "preview": true, "scripts": { "build": "kkt build", @@ -9,7 +9,7 @@ }, "dependencies": { "@uiw/react-color-colorful": "^2.0.0", - "@uiw/react-json-view": "2.0.0-alpha.29", + "@uiw/react-json-view": "2.0.0-alpha.30", "@uiw/react-markdown-preview-example": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0"