From d618ea2ff82a2d22230f6a67b751e1f68620908c Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Thu, 13 Oct 2016 17:25:58 -0400 Subject: [PATCH] chore(readme): include package update notes --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8f8f86c3..35f12ccd71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ # [2.0.0-rc.1](https://github.com/driftyco/ionic/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2016-10-13) +### Package.json Updates + +`package.json` has been upated to include Angular dependcies and the latest version of app-scripts. Please update your package.json to reflect these changes. + +``` + "dependencies": { + "@angular/common": "^2.0.0", + "@angular/compiler": "^2.0.0", + "@angular/compiler-cli": "^0.6.2", + "@angular/core": "^2.0.0", + "@angular/forms": "^2.0.0", + "@angular/http": "^2.0.0", + "@angular/platform-browser": "^2.0.0", + "@angular/platform-browser-dynamic": "^2.0.0", + "@angular/platform-server": "^2.0.0", + "ionic-angular": "^2.0.0-rc.0", + "ionicons" : "^3.0.0", + "@ionic/storage": "^1.0.3", + "ionic-native": "^2.0.3", + "rxjs": "^5.0.0-beta.12", + "zone.js": "^0.6.21" + }, + "devDependencies": { + "@ionic/app-scripts": "^0.0.31", + "typescript": "^2.0.3" + } + ``` + ### Bug Fixes