Skip to content

Commit

Permalink
Support Angular 9 by upgrading mobx-angular to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkleingit committed Feb 12, 2020
1 parent 8aba52c commit 140f867
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
<a name="8.5.3"></a>
# 8.5.3 (2020-12-02)
* Support Angular 9 by upgrading mobx-angular to 3.1.1

<a name="8.5.2"></a>
# 8.5.2 (2019-03-12)
* Fixed computed value after updating model, because parent was null and we got a race-condition
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
@@ -1,6 +1,6 @@
{
"name": "angular-tree-component",
"version": "8.5.3",
"version": "8.5.4",
"description": "A simple yet powerful tree component for Angular2",
"author": "Adam Klein <adam@500tech.com>",
"homepage": "https://github.com/500tech/angular-tree-component",
Expand Down Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"lodash": "^4.17.11",
"mobx": "^4.15.1",
"mobx-angular": "3.0.3"
"mobx-angular": "3.1.1"
},
"devDependencies": {
"@angular-devkit/core": "^8.1.0",
Expand Down

0 comments on commit 140f867

Please sign in to comment.