Skip to content

Commit

Permalink
4.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 27, 2018
1 parent 5447413 commit d5b7a01
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/README.md
Expand Up @@ -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')`.

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit d5b7a01

Please sign in to comment.