Skip to content

Commit

Permalink
update package to 4.7.0-rc.o version
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Dec 14, 2024
1 parent e72be4e commit 52e8c75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Versions

## 4.7.0-rc.0

- package: add support for react/react-dom v19 as a peer dependency
- playground: update playground's React version to 19

## 4.6.0

###### _Oct 6, 2023_
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Monaco Editor for React · use the [monaco-editor](https://microsoft.githu

<hr />

- :loudspeaker: for React `v19` users: check out the `v4.7.0-rc.0` version (use `npm install @monaco-editor/react@next` or `yarn add @monaco-editor/react@next`) and let us know if you face any issues
- :keyboard: rewritten with `TypeScript` :fire:
- :zap: [multi-model editor](#multi-model-editor) is already supported; enjoy it :tada:
- :tada: version `v4` is here - to see what's new in the new version and how to migrate from `v3`, please read this [doc](./v4.changes.md) (also, if you need the old version `README`, it's [here](https://github.com/suren-atoyan/monaco-react/blob/v3.8.3/README.md))
Expand Down Expand Up @@ -55,7 +56,7 @@ The [monaco-editor](https://microsoft.github.io/monaco-editor/) is a well-known
### Installation

```bash
npm install @monaco-editor/react
npm install @monaco-editor/react # or @monaco-editor/react@next for React v19
```

or
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "4.6.0",
"version": "4.7.0-rc.0",
"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",
"author": "Suren Atoyan <contact@surenatoyan.com>",
"main": "dist/index.js",
Expand Down

0 comments on commit 52e8c75

Please sign in to comment.