diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a46b7021..fab35db627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# [4.0.0-beta.0](https://github.com/ionic-team/ionic/compare/v4.0.0-alpha.14...v4.0.0-beta.0) (2018-07-25) + +## Enjoy! :tada: + + +### Bug Fixes + +* **angular:** always dispatch lifecycle events ([5677daa](https://github.com/ionic-team/ionic/commit/5677daa)) + + + # [4.0.0-alpha.14](https://github.com/ionic-team/ionic/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2018-07-25) diff --git a/angular/package.json b/angular/package.json index b60a634f0a..8cc1732306 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.0.0-alpha.14", + "version": "4.0.0-beta.0", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.0.0-alpha.14" + "@ionic/core": "4.0.0-beta.0" }, "devDependencies": { "@angular/common": "^6.0.9", diff --git a/core/README.md b/core/README.md index f57b50824e..658fda8c76 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.json b/core/package.json index 89d8d67706..12087ba9a3 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.0.0-alpha.14", + "version": "4.0.0-beta.0", "description": "Base components for Ionic", "keywords": [ "ionic",