Skip to content

Commit

Permalink
released v3.0.2 (fix #170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 30, 2023
1 parent 55ee30f commit f733145
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1",
"version": "3.0.2",
"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
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.1",
"version": "3.0.2",
"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.1",
"version": "3.0.2",
"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.1",
"@uiw/react-textarea-code-editor": "3.0.2",
"code-example": "^3.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit f733145

Please sign in to comment.