mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Update version to 0.46.0
This commit is contained in:
parent
3284441937
commit
c2040c43c8
2 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Monaco Editor Changelog
|
# Monaco Editor Changelog
|
||||||
|
|
||||||
|
## [0.46.0]
|
||||||
|
|
||||||
|
- Bug fixes
|
||||||
|
|
||||||
## [0.45.0]
|
## [0.45.0]
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "monaco-editor",
|
"name": "monaco-editor",
|
||||||
"version": "0.45.0",
|
"version": "0.46.0",
|
||||||
"vscodeRef": "af28b32d7e553898b2a91af498b1fb666fdebe0c",
|
"vscodeRef": "31c37ee8f63491495ac49e43b8544550fbae4533",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A browser based code editor",
|
"description": "A browser based code editor",
|
||||||
"homepage": "https://github.com/microsoft/monaco-editor",
|
"homepage": "https://github.com/microsoft/monaco-editor",
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
"jsdom": "^19.0.0",
|
"jsdom": "^19.0.0",
|
||||||
"jsonc-parser": "^3.0.0",
|
"jsonc-parser": "^3.0.0",
|
||||||
"mocha": "^9.2.0",
|
"mocha": "^9.2.0",
|
||||||
"monaco-editor-core": "0.46.0-dev-20240206",
|
"monaco-editor-core": "0.46.0-rc",
|
||||||
"parcel": "^2.7.0",
|
"parcel": "^2.7.0",
|
||||||
"pin-github-action": "^1.8.0",
|
"pin-github-action": "^1.8.0",
|
||||||
"playwright": "^1.32.2",
|
"playwright": "^1.32.2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue