diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4458d997ca..a2a753f4e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+# [4.0.0-alpha.9](https://github.com/ionic-team/ionic/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2018-07-10)
+
+
+### Bug Fixes
+
+* **angular:** esm ([0e68f17](https://github.com/ionic-team/ionic/commit/0e68f17))
+
+
# [4.0.0-alpha.8](https://github.com/ionic-team/ionic/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2018-07-09)
diff --git a/angular/package-lock.json b/angular/package-lock.json
index 6e25304754..4e40df28cb 100644
--- a/angular/package-lock.json
+++ b/angular/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
- "version": "4.0.0-alpha.8",
+ "version": "4.0.0-alpha.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -2414,4 +2414,4 @@
"dev": true
}
}
-}
+}
\ No newline at end of file
diff --git a/angular/package.json b/angular/package.json
index 24cd4592db..155079763d 100644
--- a/angular/package.json
+++ b/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
- "version": "4.0.0-alpha.8",
+ "version": "4.0.0-alpha.9",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -40,7 +40,7 @@
"dist/"
],
"dependencies": {
- "@ionic/core": "4.0.0-alpha.8"
+ "@ionic/core": "4.0.0-alpha.9"
},
"devDependencies": {
"@angular/common": "^6.0.3",
diff --git a/core/README.md b/core/README.md
index 927f813b0f..ff6da90f0a 100644
--- a/core/README.md
+++ b/core/README.md
@@ -20,7 +20,7 @@ The Ionic Core package contains the Web Components that make up the reusable UI
Easiest way to start using Ionic Core is by adding a script tag to the CDN:
-
+
Any Ionic component added to the webpage will automatically load. This includes writing the component tag directly in HTML, or using JavaScript such as `document.createElement('ion-toggle')`.
diff --git a/core/package-lock.json b/core/package-lock.json
index e1a4fddc6a..cb1238f1e3 100644
--- a/core/package-lock.json
+++ b/core/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
- "version": "4.0.0-alpha.8",
+ "version": "4.0.0-alpha.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -11831,4 +11831,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/core/package.json b/core/package.json
index aa5c314777..b4e230e4bf 100644
--- a/core/package.json
+++ b/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
- "version": "4.0.0-alpha.8",
+ "version": "4.0.0-alpha.9",
"description": "Base components for Ionic",
"keywords": [
"ionic",