mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-25 16:02:35 +00:00
update version to 1.0.6
This commit is contained in:
parent
6e9e9a3d46
commit
50177de129
@ -1,5 +1,10 @@
|
||||
### Versions
|
||||
|
||||
## 1.0.6
|
||||
###### *July 21, 2019*
|
||||
|
||||
- Add a possibility to interact with DiffEditor before it is mounted
|
||||
|
||||
## 1.0.5
|
||||
###### *July 19, 2019*
|
||||
|
||||
|
||||
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@monaco-editor/react",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.js",
|
||||
@ -16,12 +16,12 @@
|
||||
"url": "git+https://github.com/SurenAt93/monaco-react.git"
|
||||
},
|
||||
"keywords": [
|
||||
"monaco editor",
|
||||
"monaco editor react",
|
||||
"code editor react",
|
||||
"create-react-app",
|
||||
"CRA",
|
||||
"vscode"
|
||||
"monaco",
|
||||
"editor",
|
||||
"react",
|
||||
"vscode",
|
||||
"code",
|
||||
"text"
|
||||
],
|
||||
"author": "suren_at",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user