From 864c0de24a42d80999d0b43debbeed6cc7c79d18 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 11 Dec 2015 16:28:13 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555f35c9c2..3c9bc760ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,18 +61,17 @@ ### Steps to Upgrade to alpha.42 -1. Update to latest beta CLI: `sudo npm install -g ionic@beta` +1. Update to latest beta CLI: `npm install -g ionic@beta` 2. Convert dash attributes to camelCase (see [Angular Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md#200-alpha52-2015-12-10)) -3. Rename imports from `ionic/ionic` to `ionic-framework/ionic` -4. Remove sass imports in JS files -5. Update css reference in index.html (remove build/css/app.css if it exists) +3. Remove sass imports in JS files +4. Update css reference in index.html (remove build/css/app.css if it exists) ``` ``` -6. Add core stylesheets (copy from a starter or conf app) and remove app.scss: +5. Add core stylesheets (copy from a starter or conf app) and remove app.scss: ``` app.core.scss @@ -81,5 +80,5 @@ app.variables.scss ``` -7. Update `app.core.scss` to reflect your Sass files -8. See the conference app for run steps: [Getting Started](https://github.com/driftyco/ionic-conference-app#getting-started) +6. Update `app.core.scss` to reflect your Sass files +7. See the conference app for run steps: [Getting Started](https://github.com/driftyco/ionic-conference-app#getting-started)