mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Prepare for 0.21.2
This commit is contained in:
parent
7e0afc8f43
commit
728fe88d80
3 changed files with 8 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Monaco Editor Changelog
|
# Monaco Editor Changelog
|
||||||
|
|
||||||
|
## [0.21.2] (27.09.2020)
|
||||||
|
|
||||||
|
Fixes [a regression in monaco-css](https://github.com/microsoft/monaco-editor/issues/2158).
|
||||||
|
|
||||||
## [0.21.1] (24.09.2020)
|
## [0.21.1] (24.09.2020)
|
||||||
|
|
||||||
Fixes [a few regressions](https://github.com/microsoft/monaco-editor/issues?q=is%3Aissue+milestone%3A%22August+2020+%282%29%22+is%3Aclosed).
|
Fixes [a few regressions](https://github.com/microsoft/monaco-editor/issues?q=is%3Aissue+milestone%3A%22August+2020+%282%29%22+is%3Aclosed).
|
||||||
|
|
|
||||||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4357,9 +4357,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"monaco-css": {
|
"monaco-css": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/monaco-css/-/monaco-css-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/monaco-css/-/monaco-css-3.1.1.tgz",
|
||||||
"integrity": "sha512-//0qqewilkw8S5H7lOV5rRF9ba2tKXVXKv3bYmZRJ+sT0gaVmWghoEt+F5CIx/m9GSFeDtn70JDtyD+ftl/+Hg==",
|
"integrity": "sha512-wY69hjK3sF4bq5/+oYMqtl4YF86XyioXvpkEmMnayLiJlWdVBImWHJoS1lEmXrHscYFxK/mF3Uo1t0JbIsM2mA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"monaco-editor-core": {
|
"monaco-editor-core": {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-typedoc": "^2.2.5",
|
"gulp-typedoc": "^2.2.5",
|
||||||
"mocha": "^8.1.3",
|
"mocha": "^8.1.3",
|
||||||
"monaco-css": "3.1.0",
|
"monaco-css": "3.1.1",
|
||||||
"monaco-editor-core": "0.21.2",
|
"monaco-editor-core": "0.21.2",
|
||||||
"monaco-html": "3.1.1",
|
"monaco-html": "3.1.1",
|
||||||
"monaco-json": "3.2.1",
|
"monaco-json": "3.2.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue