Skip to content

Commit 5934f73

Browse files
committed
released v4.9.3 (#346)
1 parent 1175bf0 commit 5934f73

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
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-codemirror",
3-
"version": "4.9.2",
3+
"version": "4.9.3",
44
"description": "CodeMirror component for React.",
55
"homepage": "https://uiwjs.github.io/react-codemirror",
66
"author": "kenny wong <[email protected]>",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.9.2",
2+
"version": "4.9.3",
33
"packages": ["themes/**", "core", "www"],
44
"useWorkspaces": true
55
}

themes/dracula/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-theme-dracula",
3-
"version": "4.9.2",
3+
"version": "4.9.3",
44
"description": "Theme dracula for CodeMirror.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/dracula",
66
"author": "kenny wong <[email protected]>",
@@ -21,7 +21,7 @@
2121
"cjs"
2222
],
2323
"dependencies": {
24-
"@uiw/codemirror-themes": "4.9.2"
24+
"@uiw/codemirror-themes": "4.9.3"
2525
},
2626
"keywords": [
2727
"codemirror",

themes/duotone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-theme-duotone",
3-
"version": "4.9.2",
3+
"version": "4.9.3",
44
"description": "Theme duotone for CodeMirror.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/duotone",
66
"author": "kenny wong <[email protected]>",
@@ -21,7 +21,7 @@
2121
"cjs"
2222
],
2323
"dependencies": {
24-
"@uiw/codemirror-themes": "4.9.2"
24+
"@uiw/codemirror-themes": "4.9.3"
2525
},
2626
"keywords": [
2727
"codemirror",

themes/okaidia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-theme-okaidia",
3-
"version": "4.9.2",
3+
"version": "4.9.3",
44
"description": "Theme okaidia for CodeMirror.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia",
66
"author": "kenny wong <[email protected]>",
@@ -21,7 +21,7 @@
2121
"cjs"
2222
],
2323
"dependencies": {
24-
"@uiw/codemirror-themes": "4.9.2"
24+
"@uiw/codemirror-themes": "4.9.3"
2525
},
2626
"keywords": [
2727
"codemirror",

themes/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/codemirror-themes",
3-
"version": "4.9.2",
3+
"version": "4.9.3",
44
"description": "Themes for CodeMirror.",
55
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc",
66
"author": "kenny wong <[email protected]>",

www/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "4.9.2",
4+
"version": "4.9.3",
55
"description": "CodeMirror component for React.",
66
"homepage": "https://uiwjs.github.io/react-codemirror",
77
"author": "kenny wong <[email protected]>",
@@ -36,11 +36,11 @@
3636
"@codemirror/lang-sql": "~6.0.0",
3737
"@codemirror/lang-xml": "~6.0.0",
3838
"@codemirror/legacy-modes": "~6.1.0",
39-
"@uiw/codemirror-theme-dracula": "4.9.2",
40-
"@uiw/codemirror-theme-duotone": "4.9.2",
41-
"@uiw/codemirror-theme-okaidia": "4.9.2",
42-
"@uiw/codemirror-themes": "4.9.2",
43-
"@uiw/react-codemirror": "4.9.2",
39+
"@uiw/codemirror-theme-dracula": "4.9.3",
40+
"@uiw/codemirror-theme-duotone": "4.9.3",
41+
"@uiw/codemirror-theme-okaidia": "4.9.3",
42+
"@uiw/codemirror-themes": "4.9.3",
43+
"@uiw/react-codemirror": "4.9.3",
4444
"@uiw/react-github-corners": "~1.5.14",
4545
"@uiw/react-markdown-preview": "~4.0.5",
4646
"@uiw/react-shields": "~1.1.3",

0 commit comments

Comments
 (0)