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.
2 parents 3569f50 + 437793e commit 716ab0cCopy full SHA for 716ab0c
2 files changed
CHANGELOG.md
@@ -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
6
<a name="4.6.0"></a>
7
# 4.6.0 (2022-06-27)
8
* Added support for Angular 14
projects/mobx-angular/package.json
@@ -1,10 +1,10 @@
{
"name": "mobx-angular",
- "version": "4.6.0",
+ "version": "4.6.1",
"description": "Angular connector to MobX (2 and above)",
"peerDependencies": {
- "@angular/common": ">=11.1.1 <15.0.0",
- "@angular/core": ">=11.1.1 <15.0.0",
+ "@angular/common": ">=11.1.1 <16.0.0",
+ "@angular/core": ">=11.1.1 <16.0.0",
"mobx": ">=2",
9
"tslib": "^2.0.0"
10
},
0 commit comments