ng-intercom
Advanced tools
Comparing version 1.0.0-beta.9 to 1.0.0-beta.10
@@ -7,3 +7,5 @@ # Changelog | ||
## [1.0.0-beta.10] - 2017-11-15 | ||
### Fixed | ||
- **BREAKING CHANGE**: `ng-intercom` now requires peers of Angular v5. Please update your applications, or you may get an error when compiling. | ||
## [1.0.0-beta.9] - 2017-11-01 | ||
@@ -13,3 +15,2 @@ ### Fixed | ||
## [1.0.0-beta.8] - 2017-10-14 | ||
@@ -16,0 +17,0 @@ ### Fixed |
{ | ||
"name": "ng-intercom", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0-beta.10", | ||
"description": "An Intercom wrapper for Angular", | ||
@@ -27,4 +27,4 @@ "main": "./dist/index", | ||
"peerDependencies": { | ||
"@angular/core": ">=2.0.0 <6.0.0", | ||
"@angular/router": ">=2.0.0 <6.0.0" | ||
"@angular/core": ">=5.0.0 <6.0.0", | ||
"@angular/router": ">=5.0.0 <6.0.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"typescript": "^2.4.2", | ||
"zone.js": "0.8.12" | ||
"zone.js": "0.8.18" | ||
}, | ||
@@ -46,0 +46,0 @@ "typings": "./dist/index", |
@@ -19,3 +19,3 @@ # Angular Intercom | ||
```sh | ||
$ npm install ng-intercom@beta --save | ||
$ npm install ng-intercom@latest --save | ||
``` | ||
@@ -22,0 +22,0 @@ |
81610