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

This commit is contained in:
Henning Dieterichs 2021-06-17 22:15:58 +02:00
parent da855e40d5
commit 448f27d22a
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
3 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# Monaco Editor Changelog # 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) ## [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). * fixes that [`registerHTMLLanguageService` is not available in the AMD version of the monaco-html contribution](https://github.com/microsoft/monaco-editor/issues/2525).

8
package-lock.json generated
View file

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

View file

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