mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Prepare for 0.19.2
This commit is contained in:
parent
5d26fa656f
commit
7adfb57575
3 changed files with 8 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Monaco Editor Changelog
|
# Monaco Editor Changelog
|
||||||
|
|
||||||
|
## [0.19.2] (06.01.2020)
|
||||||
|
|
||||||
|
* fixes issue with default value of `autoIndent` - [#1726](https://github.com/microsoft/monaco-editor/issues/1726)
|
||||||
|
|
||||||
## [0.19.1] (06.01.2020)
|
## [0.19.1] (06.01.2020)
|
||||||
|
|
||||||
* fixes issue with .d.ts file in the ESM distribution - [#1729](https://github.com/microsoft/monaco-editor/issues/1729)
|
* fixes issue with .d.ts file in the ESM distribution - [#1729](https://github.com/microsoft/monaco-editor/issues/1729)
|
||||||
|
|
|
||||||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4526,9 +4526,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"monaco-editor-core": {
|
"monaco-editor-core": {
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.19.2.tgz",
|
||||||
"integrity": "sha512-eHXtBd+KW17B86EGrlyNuoCXC/rBB29WhshYmcJ9pJG+A0Jf2hrpfcH+UUPOGl7o1hN/lC1uJyyJFkWf9HND9A==",
|
"integrity": "sha512-hsYKVmQaCoQLMlQX9v581VSLqQei33QsOQZaWXtb4UQMxDzS6xvn/63QZFRfdkkcnY8PV2NA8aM5Q0K1xtJnrg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"monaco-html": {
|
"monaco-html": {
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"gulp-typedoc": "^2.2.2",
|
"gulp-typedoc": "^2.2.2",
|
||||||
"mocha": "^6.2.2",
|
"mocha": "^6.2.2",
|
||||||
"monaco-css": "2.6.0",
|
"monaco-css": "2.6.0",
|
||||||
"monaco-editor-core": "0.19.1",
|
"monaco-editor-core": "0.19.2",
|
||||||
"monaco-html": "2.6.0",
|
"monaco-html": "2.6.0",
|
||||||
"monaco-json": "2.8.0",
|
"monaco-json": "2.8.0",
|
||||||
"monaco-languages": "1.9.1",
|
"monaco-languages": "1.9.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue