From f8280760e58ec7a1af16f81880499d5a5762e5f1 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 17 Oct 2024 01:18:28 +0800 Subject: [PATCH] released v3.1.0 #175 --- 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 be0117a6..06b86362 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-textarea-code-editor", - "version": "3.0.2", + "version": "3.1.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 0eebc1fb..3ef6bd32 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.0.2", + "version": "3.1.0", "packages": ["core", "www"] } diff --git a/www/package.json b/www/package.json index b5bc58e4..9aa10018 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "3.0.2", + "version": "3.1.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": "3.0.2", + "@uiw/react-textarea-code-editor": "3.1.0", "code-example": "^3.3.6", "react": "^18.2.0", "react-dom": "^18.2.0",