This commit is contained in:
Liam DeBeasi
2019-07-26 11:35:34 -04:00
parent 962783bfba
commit 27a68b3f7f
5 changed files with 14 additions and 5 deletions

View File

@ -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',

View File

@ -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)

View File

@ -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": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "4.7.0",
"version": "4.7.1",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@ -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": [