From f38fe8d31353cb046846802532555a97db3a737c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 3 Nov 2016 17:54:10 -0400 Subject: [PATCH] chore(changelog): add dependencies to update for rc.2 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6960ce0d..add17a164a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # [2.0.0-rc.2](https://github.com/driftyco/ionic/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2016-11-03) +### Updating to 2.0.0-rc.2 + +Update the following dependencies in your `package.json` file: + +``` +"dependencies": { + "@angular/common": "2.1.1", + "@angular/compiler": "2.1.1", + "@angular/compiler-cli": "2.1.1", + "@angular/core": "2.1.1", + "@angular/forms": "2.1.1", + "@angular/http": "2.1.1", + "@angular/platform-browser": "2.1.1", + "@angular/platform-browser-dynamic": "2.1.1", + "@angular/platform-server": "2.1.1", + "@ionic/storage": "1.1.6", + "ionic-angular": "2.0.0-rc.2" +}, +"devDependencies": { + "@ionic/app-scripts": "0.0.39" +} +``` + +_Note: you should have other dependencies in this file that are not listed above, these are only the dependencies that need to be updated._ + +Remove the `node_modules` directory from your project, and then run `npm install` inside of your project. Then, you should be on the latest version! ### Bug Fixes