Skip to content

Commit 716ab0c

Browse files
author
Simon Touitou
authored
Merge pull request #171 from modus-jose/master
Angular 15 support
2 parents 3569f50 + 437793e commit 716ab0c

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="4.7.0"></a>
2+
# 4.7.0 (2022-12-05)
3+
* Added support for Angular 15
4+
5+
16
<a name="4.6.0"></a>
27
# 4.6.0 (2022-06-27)
38
* Added support for Angular 14

projects/mobx-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "mobx-angular",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "Angular connector to MobX (2 and above)",
55
"peerDependencies": {
6-
"@angular/common": ">=11.1.1 <15.0.0",
7-
"@angular/core": ">=11.1.1 <15.0.0",
6+
"@angular/common": ">=11.1.1 <16.0.0",
7+
"@angular/core": ">=11.1.1 <16.0.0",
88
"mobx": ">=2",
99
"tslib": "^2.0.0"
1010
},

0 commit comments

Comments
 (0)