Skip to content

Commit e321dc8

Browse files
committed
released v3.0.1
1 parent 022189c commit e321dc8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-textarea-code-editor",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A simple code editor with syntax highlighting.",
55
"homepage": "https://uiwjs.github.io/react-textarea-code-editor/",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -28,6 +28,7 @@
2828
"author": "Kenny Wong <wowohoo@qq.com>",
2929
"license": "MIT",
3030
"files": [
31+
"nohighlight.d.ts",
3132
"dist.css",
3233
"dist",
3334
"esm",
@@ -36,7 +37,6 @@
3637
],
3738
"keywords": [
3839
"react",
39-
"nohighlight.d.ts",
4040
"textarea",
4141
"textarea-editor",
4242
"textarea-code-editor",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.0.1",
33
"packages": ["core", "www"]
44
}

www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@uiw/react-loader": "^4.21.14",
1212
"@uiw/react-markdown-preview-example": "^2.0.0",
13-
"@uiw/react-textarea-code-editor": "3.0.0",
13+
"@uiw/react-textarea-code-editor": "3.0.1",
1414
"code-example": "^3.3.6",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)