4.0.0-alpha.9

This commit is contained in:
Adam Bradley
2018-07-10 12:08:47 -05:00
parent 477316adb1
commit 896d59e069
6 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,12 @@
<a name="4.0.0-alpha.9"></a>
# [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))
<a name="4.0.0-alpha.8"></a>
# [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)

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@ -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:
<script src="https://unpkg.com/@ionic/core@4.0.0-alpha.8/dist/ionic.js"></script>
<script src="https://unpkg.com/@ionic/core@4.0.0-alpha.9/dist/ionic.js"></script>
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')`.

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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