From 04b350ce0bbeb3f6b53c5d64b825cafb53fe6845 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 7 Aug 2019 13:06:03 -0400 Subject: [PATCH 1/2] 4.7.3 --- CHANGELOG.md | 4 ++++ angular/package.json | 4 ++-- core/package.json | 2 +- docs/package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372bc5f5f1..eb8e8ce676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.7.3](https://github.com/ionic-team/ionic/compare/v4.7.2...v4.7.3) (2019-08-07) + + + ## [4.7.2](https://github.com/ionic-team/ionic/compare/v4.7.1...v4.7.2) (2019-08-07) diff --git a/angular/package.json b/angular/package.json index fbbd4e0233..777ecfe464 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.7.2", + "version": "4.7.3", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -49,7 +49,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.7.2", + "@ionic/core": "4.7.3", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package.json b/core/package.json index 48526a3ff9..51431f49c8 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.7.2", + "version": "4.7.3", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index 4009737abe..a88a3fa1f4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "4.7.2", + "version": "4.7.3", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "files": [ From 2f7e3dbacdf61453bf74878bd121c53e732fe4a0 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 7 Aug 2019 13:07:43 -0400 Subject: [PATCH 2/2] chore(): update 4.7.3 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8e8ce676..cb6530dad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## [4.7.3](https://github.com/ionic-team/ionic/compare/v4.7.2...v4.7.3) (2019-08-07) +* **core:** fix an issue with production builds of `@ionic/core` ## [4.7.2](https://github.com/ionic-team/ionic/compare/v4.7.1...v4.7.2) (2019-08-07)