Skip to content

Commit eb120e6

Browse files
committed
update package to 4.7.0 version
1 parent cdd070c commit eb120e6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### Versions
22

3+
## 4.7.0
4+
5+
- package: update @monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
6+
- package: inherit all changes from v4.7.0-rc.0
7+
38
## 4.7.0-rc.0
49

510
- package: add support for react/react-dom v19 as a peer dependency

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monaco-editor/react",
3-
"version": "4.7.0-rc.0",
3+
"version": "4.7.0",
44
"description": "Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins",
55
"author": "Suren Atoyan <contact@surenatoyan.com>",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)