We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5ddde commit 7f95b9eCopy full SHA for 7f95b9e
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+<a name="4.6.0"></a>
2
+# 4.6.0 (2022-06-27)
3
+* Added support for Angular 14
4
+
5
<a name="4.5.0"></a>
6
# 4.5.0 (2022-01-05)
7
* Update mobx-angular peerDependencies for Angular 13
projects/mobx-angular/package.json
@@ -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",
8
"mobx": ">=2",
9
"tslib": "^2.0.0"
10
},
0 commit comments