Skip to content

Commit

Permalink
Merge pull request #165 from Chuckv01/master
Browse files Browse the repository at this point in the history
Support Angular 14
  • Loading branch information
EVASIVE committed Jul 1, 2022
2 parents 7c5ddde + 7f95b9e commit 3569f50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="4.6.0"></a>
# 4.6.0 (2022-06-27)
* Added support for Angular 14

<a name="4.5.0"></a>
# 4.5.0 (2022-01-05)
* Update mobx-angular peerDependencies for Angular 13
Expand Down
6 changes: 3 additions & 3 deletions projects/mobx-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mobx-angular",
"version": "4.5.1",
"version": "4.6.0",
"description": "Angular connector to MobX (2 and above)",
"peerDependencies": {
"@angular/common": ">=11.1.1 <14.0.0",
"@angular/core": ">=11.1.1 <14.0.0",
"@angular/common": ">=11.1.1 <15.0.0",
"@angular/core": ">=11.1.1 <15.0.0",
"mobx": ">=2",
"tslib": "^2.0.0"
},
Expand Down

0 comments on commit 3569f50

Please sign in to comment.