4.0.0-beta.5

This commit is contained in:
Manu Mtz.-Almeida
2018-08-27 21:16:19 +02:00
parent 544741361d
commit d5b7a0132f
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
<a name="4.0.0-beta.5"></a>
# [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
<a name="4.0.0-beta.4"></a>
# [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)

View File

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

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-beta.4/dist/ionic.js"></script>
<script src="https://unpkg.com/@ionic/core@4.0.0-beta.5/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-beta.4",
"version": "4.0.0-beta.5",
"description": "Base components for Ionic",
"keywords": [
"ionic",