From f9aa12e634934e1c6b269fdcf218cbe4daeccc35 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 13 Oct 2016 17:48:00 -0400 Subject: [PATCH] chore(changelog): update ionic-angular version in rc.1 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f12ccd71..8f63381815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### 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. +`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 and then run `npm install`. ``` "dependencies": { @@ -16,7 +16,7 @@ "@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", + "ionic-angular": "^2.0.0-rc.1", "ionicons" : "^3.0.0", "@ionic/storage": "^1.0.3", "ionic-native": "^2.0.3", @@ -27,7 +27,7 @@ "@ionic/app-scripts": "^0.0.31", "typescript": "^2.0.3" } - ``` +``` ### Bug Fixes