From 27a68b3f7ff92bcfe85ebf5ab5d0b8b458af5c25 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 26 Jul 2019 11:35:34 -0400 Subject: [PATCH] 4.7.1 --- .scripts/release.js | 2 +- CHANGELOG.md | 9 +++++++++ angular/package.json | 4 ++-- core/package.json | 2 +- docs/package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.scripts/release.js b/.scripts/release.js index a67c752492..966aa7ad59 100644 --- a/.scripts/release.js +++ b/.scripts/release.js @@ -54,7 +54,7 @@ function publishGit(tasks, version, changelog) { }, { title: 'Push tags to remove', - task: () => execa('git', ['push', '--tags'], { cwd: common.rootDir }) + task: () => execa('git', ['push', '--follow-tags'], { cwd: common.rootDir }) }, { title: 'Publish Github release', diff --git a/CHANGELOG.md b/CHANGELOG.md index 960cbf4965..141da8d951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.7.1](https://github.com/ionic-team/ionic/compare/v4.7.0...v4.7.1) (2019-07-26) + + +### Bug Fixes + +* **angular:** ensure change detection fires properly ([#18896](https://github.com/ionic-team/ionic/issues/18896)) ([962783b](https://github.com/ionic-team/ionic/commit/962783b)), closes [#18894](https://github.com/ionic-team/ionic/issues/18894) + + + # [4.7.0 Nitrogen](https://github.com/ionic-team/ionic/compare/v4.6.2...v4.7.0) (2019-07-24) diff --git a/angular/package.json b/angular/package.json index 25a77914b1..d890687418 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.7.0", + "version": "4.7.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -45,7 +45,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.7.0", + "@ionic/core": "4.7.1", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package.json b/core/package.json index ea1fa83666..3657c7374e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.7.0", + "version": "4.7.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index b31605e861..ddde256a4b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "4.7.0", + "version": "4.7.1", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "files": [