From 6995b85728c39fd8f2ea6c6e450086841dd7f92d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 8 Jul 2022 12:33:09 +0800 Subject: [PATCH] released v4.11.0 (#354) --- core/package.json | 2 +- extensions/events/package.json | 2 +- lerna.json | 2 +- themes/abcdef/package.json | 4 ++-- themes/androidstudio/package.json | 4 ++-- themes/bespin/package.json | 4 ++-- themes/darcula/package.json | 4 ++-- themes/dracula/package.json | 4 ++-- themes/duotone/package.json | 4 ++-- themes/eclipse/package.json | 4 ++-- themes/github/package.json | 4 ++-- themes/okaidia/package.json | 4 ++-- themes/sublime/package.json | 4 ++-- themes/theme/package.json | 2 +- themes/xcode/package.json | 4 ++-- www/package.json | 30 +++++++++++++++--------------- 16 files changed, 41 insertions(+), 41 deletions(-) diff --git a/core/package.json b/core/package.json index 6eb199571..707927746 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-codemirror", - "version": "4.10.4", + "version": "4.11.0", "description": "CodeMirror component for React.", "homepage": "https://uiwjs.github.io/react-codemirror", "author": "kenny wong ", diff --git a/extensions/events/package.json b/extensions/events/package.json index 9517f2bb6..4d4857529 100644 --- a/extensions/events/package.json +++ b/extensions/events/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-events", - "version": "4.10.4", + "version": "4.11.0", "description": "Events Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/events", "author": "kenny wong ", diff --git a/lerna.json b/lerna.json index fce99b6aa..1d450de14 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.10.4", + "version": "4.11.0", "packages": ["themes/**", "core", "www"], "useWorkspaces": true } diff --git a/themes/abcdef/package.json b/themes/abcdef/package.json index 42d990b58..ea39a47a2 100644 --- a/themes/abcdef/package.json +++ b/themes/abcdef/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-abcdef", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme abcdef for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abcdef", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/androidstudio/package.json b/themes/androidstudio/package.json index 2bf3842b1..a9676a7ed 100644 --- a/themes/androidstudio/package.json +++ b/themes/androidstudio/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-androidstudio", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme androidstudio for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/androidstudio", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/bespin/package.json b/themes/bespin/package.json index 7df3cbbbf..4b24352de 100644 --- a/themes/bespin/package.json +++ b/themes/bespin/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-bespin", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme bespin for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/bespin", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/darcula/package.json b/themes/darcula/package.json index 6838bfcff..b30d2763c 100644 --- a/themes/darcula/package.json +++ b/themes/darcula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-darcula", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme darcula for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/darcula", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/dracula/package.json b/themes/dracula/package.json index ec69ea9f9..e13fb73bf 100644 --- a/themes/dracula/package.json +++ b/themes/dracula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-dracula", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme dracula for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/dracula", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/duotone/package.json b/themes/duotone/package.json index 986fec050..440894168 100644 --- a/themes/duotone/package.json +++ b/themes/duotone/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-duotone", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme duotone for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/eclipse/package.json b/themes/eclipse/package.json index c26b7af5b..58f4bd867 100644 --- a/themes/eclipse/package.json +++ b/themes/eclipse/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-eclipse", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme eclipse for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/eclipse", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/github/package.json b/themes/github/package.json index 6f885cef2..7c6596331 100644 --- a/themes/github/package.json +++ b/themes/github/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-github", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme github for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/github/light", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/okaidia/package.json b/themes/okaidia/package.json index 1d8f81d52..09a8a1057 100644 --- a/themes/okaidia/package.json +++ b/themes/okaidia/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-okaidia", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme okaidia for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/sublime/package.json b/themes/sublime/package.json index 0f40664cc..5464402b1 100644 --- a/themes/sublime/package.json +++ b/themes/sublime/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-sublime", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme sublime for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/sublime", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/themes/theme/package.json b/themes/theme/package.json index 970142401..5c58829c9 100644 --- a/themes/theme/package.json +++ b/themes/theme/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-themes", - "version": "4.10.4", + "version": "4.11.0", "description": "Themes for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc", "author": "kenny wong ", diff --git a/themes/xcode/package.json b/themes/xcode/package.json index b4569f2f6..5e4865ad5 100644 --- a/themes/xcode/package.json +++ b/themes/xcode/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-xcode", - "version": "4.10.4", + "version": "4.11.0", "description": "Theme xcode for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.10.4" + "@uiw/codemirror-themes": "4.11.0" }, "keywords": [ "codemirror", diff --git a/www/package.json b/www/package.json index 1211f9000..6573e2571 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "4.10.4", + "version": "4.11.0", "description": "CodeMirror component for React.", "homepage": "https://uiwjs.github.io/react-codemirror", "author": "kenny wong ", @@ -37,20 +37,20 @@ "@codemirror/lang-xml": "~6.0.0", "@codemirror/language-data": "^6.1.0", "@codemirror/legacy-modes": "~6.1.0", - "@uiw/codemirror-extensions-events": "4.10.4", - "@uiw/codemirror-theme-abcdef": "4.10.4", - "@uiw/codemirror-theme-androidstudio": "4.10.4", - "@uiw/codemirror-theme-bespin": "4.10.4", - "@uiw/codemirror-theme-darcula": "4.10.4", - "@uiw/codemirror-theme-dracula": "4.10.4", - "@uiw/codemirror-theme-duotone": "4.10.4", - "@uiw/codemirror-theme-eclipse": "4.10.4", - "@uiw/codemirror-theme-github": "4.10.4", - "@uiw/codemirror-theme-okaidia": "4.10.4", - "@uiw/codemirror-theme-sublime": "4.10.4", - "@uiw/codemirror-themes": "4.10.4", - "@uiw/codemirror-theme-xcode": "4.10.4", - "@uiw/react-codemirror": "4.10.4", + "@uiw/codemirror-extensions-events": "4.11.0", + "@uiw/codemirror-theme-abcdef": "4.11.0", + "@uiw/codemirror-theme-androidstudio": "4.11.0", + "@uiw/codemirror-theme-bespin": "4.11.0", + "@uiw/codemirror-theme-darcula": "4.11.0", + "@uiw/codemirror-theme-dracula": "4.11.0", + "@uiw/codemirror-theme-duotone": "4.11.0", + "@uiw/codemirror-theme-eclipse": "4.11.0", + "@uiw/codemirror-theme-github": "4.11.0", + "@uiw/codemirror-theme-okaidia": "4.11.0", + "@uiw/codemirror-theme-sublime": "4.11.0", + "@uiw/codemirror-theme-xcode": "4.11.0", + "@uiw/codemirror-themes": "4.11.0", + "@uiw/react-codemirror": "4.11.0", "@uiw/react-github-corners": "~1.5.14", "@uiw/react-markdown-preview": "~4.0.18", "@uiw/react-shields": "~1.1.3",