Skip to content

Commit

Permalink
update package version to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Oct 6, 2023
1 parent 82a047f commit 6375515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Versions

## 4.6.0

###### _Oct 6, 2023_

- Editor/DiffEditor: use `'use client'` on top of `Editor.tsx` and `DiffEditor.tsx`
- loader: update `@monaco-editor/loader` version (1.4.0)
- playground: use createRoot for bootstrapping

## 4.5.2

###### _Aug 23, 2023_
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.5.2",
"version": "4.6.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 6375515

Please sign in to comment.