Pārlūkot izejas kodu

Updates monaco-editor-core to 0.25.1 and prepares release of monaco-editor 0.25.2.

Henning Dieterichs 4 gadi atpakaļ
vecāks
revīzija
448f27d22a
3 mainītis faili ar 9 papildinājumiem un 5 dzēšanām
  1. 4 0
      CHANGELOG.md
  2. 4 4
      package-lock.json
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Monaco Editor Changelog
 
+## [0.25.2] (17.06.2021)
+
+* fixes a problem that [certain characters could not be typed on non-US keyboards](https://github.com/microsoft/monaco-editor/issues/2533).
+
 ## [0.25.1] (15.06.2021)
 
 * fixes that [`registerHTMLLanguageService` is not available in the AMD version of the monaco-html contribution](https://github.com/microsoft/monaco-editor/issues/2525).

+ 4 - 4
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "monaco-editor",
-  "version": "0.25.1",
+  "version": "0.25.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -2368,9 +2368,9 @@
       "dev": true
     },
     "monaco-editor-core": {
-      "version": "0.25.0",
-      "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.25.0.tgz",
-      "integrity": "sha512-PcaM+wCw2UggfECbBd/v5LDX5JtG/NS/9VAVYZj+azI2geoy6ohEpISPTJYiWRhk9yu8LxPDG6/NJXguzG2Bxg==",
+      "version": "0.25.1",
+      "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.25.1.tgz",
+      "integrity": "sha512-QHYiTAJ8tehH/ZjmsXP/QXQaxFJBfZNgKTuUOEl2/EezSZDozBdQlgKgJZiC6cjVuuo0VaUEb06EWYaDYi2xLA==",
       "dev": true
     },
     "monaco-html": {

+ 1 - 1
package.json

@@ -23,7 +23,7 @@
     "event-stream": "4.0.1",
     "gulp": "^4.0.2",
     "monaco-css": "3.5.0",
-    "monaco-editor-core": "0.25.0",
+    "monaco-editor-core": "0.25.1",
     "monaco-html": "3.5.1",
     "monaco-json": "3.5.1",
     "monaco-languages": "2.5.0",