From 573117adf628d88f22d58c1bfb509e204e1bb253 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sat, 15 Sep 2018 00:25:54 +0200 Subject: [PATCH] 4.0.0-beta.11 --- CHANGELOG.md | 10 ++++++++++ angular/package.json | 4 ++-- core/README.md | 4 ++-- core/package.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d2364372..5d136ced5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [4.0.0-beta.11](https://github.com/ionic-team/ionic/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2018-09-14) + + +### Bug Fixes + +* **slides:** swiper must be a vendor ([3435473](https://github.com/ionic-team/ionic/commit/3435473)) + + + # [4.0.0-beta.10](https://github.com/ionic-team/ionic/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2018-09-14) diff --git a/angular/package.json b/angular/package.json index fc896cf54f..97eaa9a8d1 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.0.0-beta.10", + "version": "4.0.0-beta.11", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -43,7 +43,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.0.0-beta.10" + "@ionic/core": "4.0.0-beta.11" }, "devDependencies": { "@angular/common": "^6.1.0", diff --git a/core/README.md b/core/README.md index 13906f959c..21fbfce596 100644 --- a/core/README.md +++ b/core/README.md @@ -23,8 +23,8 @@ 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: ```html - - + + ``` 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 c3c2bf603f..7747b1ca4b 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.0.0-beta.10", + "version": "4.0.0-beta.11", "description": "Base components for Ionic", "keywords": [ "ionic",