From acbcc642d1f2e48931c540bd693ebf0bf90b115e Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 21 Sep 2023 11:38:28 +0800 Subject: [PATCH] released v2.0.0-alpha.6 --- 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 32560069..37dd0fe9 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-json-view", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "JSON viewer for react.", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/lerna.json b/lerna.json index df0d3fcd..60e870cc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "packages": ["core", "www"] } diff --git a/www/package.json b/www/package.json index dbd27a83..522655fc 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "preview": true, "scripts": { "build": "kkt build", @@ -9,7 +9,7 @@ }, "dependencies": { "@uiw/react-color-colorful": "^1.3.2", - "@uiw/react-json-view": "2.0.0-alpha.5", + "@uiw/react-json-view": "2.0.0-alpha.6", "@uiw/react-markdown-preview-example": "^1.3.1", "react": "^18.2.0", "react-dom": "^18.2.0"