Skip to content

Commit

Permalink
Version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Apr 15, 2022
1 parent 4b30e01 commit 9df5de5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog
## 9.5.0
## 10.0.0
- Fix changing value loses annotations #1429
- Fix Uncaught TypeError: (reading 'destroy') #1293
- Upgrade dev dependencies
- Upgrade Ace-builds to 1.4.14


## 9.5.0
- Upgrade dev dependencies
- Upgrade Ace-builds to 1.4.13

## 9.4.4
## 9.4.4

- Upgrade dev dependencies

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ace",
"version": "9.5.0",
"version": "10.0.0",
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -80,7 +80,7 @@
"react"
],
"dependencies": {
"ace-builds": "^1.4.13",
"ace-builds": "^1.4.14",
"diff-match-patch": "^1.0.5",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
Expand Down

0 comments on commit 9df5de5

Please sign in to comment.