From d5b7a0132f905a33396cbb63fc3253512fe0d04f Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 27 Aug 2018 21:16:19 +0200 Subject: [PATCH] 4.0.0-beta.5 --- CHANGELOG.md | 13 +++++++++++++ angular/package.json | 4 ++-- core/README.md | 2 +- core/package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e9da22e2..13c738e85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [4.0.0-beta.5](https://github.com/ionic-team/ionic/compare/v4.0.0-beta.4...v4.0.0-beta.5) (2018-08-27) + +### Bug Fixes + +- Ionic/angular compiler error + +### Breaking Changes + +- Update Angular to 6.1 +- Update Typescript to 2.9.2 + + # [4.0.0-beta.4](https://github.com/ionic-team/ionic/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2018-08-27) diff --git a/angular/package.json b/angular/package.json index 255d957ff3..6fd8703cae 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -43,7 +43,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.0.0-beta.4" + "@ionic/core": "4.0.0-beta.5" }, "devDependencies": { "@angular/common": "^6.1.0", diff --git a/core/README.md b/core/README.md index e73a44cfa7..41f4dc20f6 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 2364331c0c..55d40aaa24 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "description": "Base components for Ionic", "keywords": [ "ionic",