From 789a2813fef7a0b4ff43f29588649784cb6d66d7 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 29 Nov 2023 11:43:41 +0800 Subject: [PATCH] released v3.0.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 a8cc6442..3f73c6b8 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-textarea-code-editor", - "version": "2.1.9", + "version": "3.0.0", "description": "A simple code editor with syntax highlighting.", "homepage": "https://uiwjs.github.io/react-textarea-code-editor/", "funding": "https://jaywcjlove.github.io/#/sponsor", diff --git a/lerna.json b/lerna.json index 51016b70..627b31e1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "2.1.9", + "version": "3.0.0", "packages": ["core", "www"] } diff --git a/www/package.json b/www/package.json index 4976ceaf..31a3187b 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.1.9", + "version": "3.0.0", "preview": true, "scripts": { "build": "kkt build", @@ -10,7 +10,7 @@ "dependencies": { "@uiw/react-loader": "^4.21.14", "@uiw/react-markdown-preview-example": "^2.0.0", - "@uiw/react-textarea-code-editor": "2.1.9", + "@uiw/react-textarea-code-editor": "3.0.0", "code-example": "^3.3.6", "react": "^18.2.0", "react-dom": "^18.2.0",