Skip to content

Commit

Permalink
released v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2023
1 parent 022189c commit e321dc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -28,6 +28,7 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"files": [
"nohighlight.d.ts",
"dist.css",
"dist",
"esm",
Expand All @@ -36,7 +37,6 @@
],
"keywords": [
"react",
"nohighlight.d.ts",
"textarea",
"textarea-editor",
"textarea-code-editor",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.0.0",
"version": "3.0.1",
"packages": ["core", "www"]
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "3.0.0",
"version": "3.0.1",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -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",
Expand Down

0 comments on commit e321dc8

Please sign in to comment.