From e321dc8fa10ad97d4eca40ffcd584d20a288e8fe Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 29 Nov 2023 12:47:17 +0800 Subject: [PATCH] released v3.0.1 --- core/package.json | 4 ++-- lerna.json | 2 +- www/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index d3ab3702..92478eb9 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-textarea-code-editor", - "version": "3.0.0", + "version": "3.0.1", "description": "A simple code editor with syntax highlighting.", "homepage": "https://uiwjs.github.io/react-textarea-code-editor/", "funding": "https://jaywcjlove.github.io/#/sponsor", @@ -28,6 +28,7 @@ "author": "Kenny Wong ", "license": "MIT", "files": [ + "nohighlight.d.ts", "dist.css", "dist", "esm", @@ -36,7 +37,6 @@ ], "keywords": [ "react", - "nohighlight.d.ts", "textarea", "textarea-editor", "textarea-code-editor", diff --git a/lerna.json b/lerna.json index 627b31e1..01102f2c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.0.0", + "version": "3.0.1", "packages": ["core", "www"] } diff --git a/www/package.json b/www/package.json index 31a3187b..4c05c998 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "3.0.0", + "version": "3.0.1", "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.0", + "@uiw/react-textarea-code-editor": "3.0.1", "code-example": "^3.3.6", "react": "^18.2.0", "react-dom": "^18.2.0",