Skip to content

Commit

Permalink
released v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 7, 2023
1 parent bc23060 commit 799c8f4
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-monacoeditor",
"version": "3.5.9",
"version": "3.6.0",
"description": "Monaco Editor component for React.",
"homepage": "https://uiwjs.github.io/react-monacoeditor/",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.5.9",
"version": "3.6.0",
"packages": [
"core",
"www"
Expand Down
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.5.9",
"version": "3.6.0",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^1.5.6",
"@uiw/react-monacoeditor": "3.5.9",
"@uiw/react-monacoeditor": "3.6.0",
"code-example": "^3.3.6",
"monaco-editor": "^0.44.0",
"react": "^18.2.0",
Expand Down

0 comments on commit 799c8f4

Please sign in to comment.