This commit is contained in:
Liam DeBeasi
2019-08-07 15:55:08 -04:00
parent 39f076847f
commit c9f7c47571
4 changed files with 14 additions and 4 deletions

View File

@@ -1,8 +1,18 @@
## [4.7.4](https://github.com/ionic-team/ionic/compare/v4.7.3...v4.7.4) (2019-08-07)
### Bug Fixes
* **core:** remove extra semicolons being rendered ([#19033](https://github.com/ionic-team/ionic/issues/19033)) ([39f0768](https://github.com/ionic-team/ionic/commit/39f0768))
## [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)

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "4.7.3",
"version": "4.7.4",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -49,7 +49,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "4.7.3",
"@ionic/core": "4.7.4",
"tslib": "^1.9.3"
},
"peerDependencies": {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "4.7.3",
"version": "4.7.4",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"files": [