From 830f885a06db71ad61d8dea94c340a346d0e56c3 Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Thu, 7 Sep 2017 16:59:13 -0500 Subject: [PATCH] chore(release): update CHANGELOG.md and package.json --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1729eb1473..b2e0de644f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +## [3.6.1](https://github.com/ionic-team/ionic/compare/v3.6.0...v3.6.1) (2017-09-07) + +### Upgrade Instructions + +`ionic-angular@3.6.1` is a drop-in replacement for 3.6.0. To install it, please run: + +``` +npm install -g ionic@latest +npm install @ionic/app-scripts@2.1.4 --save-dev +npm install ionic-angular@3.6.1 --save +``` + + +### Bug Fixes + +* **generators:** Update documentation URLs for templates ([475b722](https://github.com/ionic-team/ionic/commit/475b722)) +* **navigation:** check existence of done transition callback ([#12640](https://github.com/ionic-team/ionic/issues/12640)) ([0a6bb3b](https://github.com/ionic-team/ionic/commit/0a6bb3b)) +* **navigation:** ensure secondaryId always has a string value ([#12641](https://github.com/ionic-team/ionic/issues/12641)) ([1069505](https://github.com/ionic-team/ionic/commit/1069505)) +* **navigation:** fix popTo signature and make usage uniform ([3187375](https://github.com/ionic-team/ionic/commit/3187375)) +* **slider:** guard the processing of _slides ([b809665](https://github.com/ionic-team/ionic/commit/b809665)), closes [#12791](https://github.com/ionic-team/ionic/issues/12791) + + + # [3.6.0](https://github.com/ionic-team/ionic/compare/v3.5.3...v3.6.0) (2017-07-27) diff --git a/package.json b/package.json index 54692cdb47..26c4589ca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ionic2", - "version": "3.6.0", + "version": "3.6.1", "description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular", "keywords": [ "ionic", @@ -148,4 +148,4 @@ "pre-push#master": [ "test" ] -} +} \ No newline at end of file