Skip to content

Commit 2660346

Browse files
author
Simon Touitou
authored
Merge pull request #152 from theoklitosBam7/mobx-angular-peer-dependencies
chore: update mobx-angular peerDependencies
2 parents 74f48a3 + f7ba589 commit 2660346

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="4.5.0"></a>
2+
# 4.5.0 (2022-01-05)
3+
* Update mobx-angular peerDependencies for Angular 13
4+
15
<a name="4.4.0"></a>
26
# 4.4.0 (2021-11-06)
37
* Added support for Angular 13

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.1.0",
3+
"version": "4.5.0",
44
"description": "Angular connector to MobX (2 and above)",
55
"peerDependencies": {
6-
"@angular/common": "~11.1.1",
7-
"@angular/core": "~11.1.1",
6+
"@angular/common": ">=11.1.1 <14.0.0",
7+
"@angular/core": ">=11.1.1 <14.0.0",
88
"mobx": ">=2",
99
"tslib": "^2.0.0"
1010
},

0 commit comments

Comments
 (0)