Skip to content

Commit 799c8f4

Browse files
committed
released v3.6.0
1 parent bc23060 commit 799c8f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-monacoeditor",
3-
"version": "3.5.9",
3+
"version": "3.6.0",
44
"description": "Monaco Editor component for React.",
55
"homepage": "https://uiwjs.github.io/react-monacoeditor/",
66
"main": "lib/index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.5.9",
2+
"version": "3.6.0",
33
"packages": [
44
"core",
55
"www"

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "3.5.9",
3+
"version": "3.6.0",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@uiw/react-markdown-preview-example": "^1.5.6",
12-
"@uiw/react-monacoeditor": "3.5.9",
12+
"@uiw/react-monacoeditor": "3.6.0",
1313
"code-example": "^3.3.6",
1414
"monaco-editor": "^0.44.0",
1515
"react": "^18.2.0",

0 commit comments

Comments
 (0)