Skip to content

Commit

Permalink
released v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 22, 2023
1 parent b3fda96 commit cd69726
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": "2.1.8",
"version": "2.1.9",
"description": "A simple code editor with syntax highlighting.",
"homepage": "https://uiwjs.github.io/react-textarea-code-editor/",
"main": "cjs/index.js",
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": "2.1.8",
"version": "2.1.9",
"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": "2.1.8",
"version": "2.1.9",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@uiw/react-loader": "^4.21.14",
"@uiw/react-markdown-preview-example": "^1.5.7",
"@uiw/react-textarea-code-editor": "2.1.8",
"@uiw/react-textarea-code-editor": "2.1.9",
"code-example": "^3.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit cd69726

Please sign in to comment.