Skip to content

Commit f828076

Browse files
committed
released v3.1.0 #175
1 parent 30a6878 commit f828076

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-textarea-code-editor",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
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",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "3.0.2",
2+
"version": "3.1.0",
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.2",
3+
"version": "3.1.0",
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.2",
13+
"@uiw/react-textarea-code-editor": "3.1.0",
1414
"code-example": "^3.3.6",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)