Skip to content

Commit 94aaa33

Browse files
committed
4.0.0-beta.10
1 parent c23c5a4 commit 94aaa33

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="4.0.0-beta.10"></a>
2+
# [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)
3+
4+
5+
### Bug Fixes
6+
7+
* **animation:** always call onFinish() ([c23c5a4](https://github.com/ionic-team/ionic/commit/c23c5a4))
8+
* **button:** vanilla color is usable ([b8b9b83](https://github.com/ionic-team/ionic/commit/b8b9b83))
9+
* **segment:** unselected color ([b9e42eb](https://github.com/ionic-team/ionic/commit/b9e42eb))
10+
* **slides:** swiper is not required as dependency ([29f324b](https://github.com/ionic-team/ionic/commit/29f324b))
11+
12+
13+
114
<a name="4.0.0-beta.9"></a>
215
# [4.0.0-beta.9](https://github.com/ionic-team/ionic/compare/v4.0.0-beta.7...v4.0.0-beta.9) (2018-09-14)
316

angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular",
3-
"version": "4.0.0-beta.9",
3+
"version": "4.0.0-beta.10",
44
"description": "Angular specific wrappers for @ionic/core",
55
"keywords": [
66
"ionic",
@@ -43,7 +43,7 @@
4343
"css/"
4444
],
4545
"dependencies": {
46-
"@ionic/core": "4.0.0-beta.9"
46+
"@ionic/core": "4.0.0-beta.10"
4747
},
4848
"devDependencies": {
4949
"@angular/common": "^6.1.0",

core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The Ionic Core package contains the Web Components that make up the reusable UI
2323
Easiest way to start using Ionic Core is by adding a script tag to the CDN:
2424

2525
```html
26-
<link href="https://unpkg.com/@ionic/core@4.0.0-beta.9/css/ionic.bundle.css" rel="stylesheet">
27-
<script src="https://unpkg.com/@ionic/core@4.0.0-beta.9/dist/ionic.js"></script>
26+
<link href="https://unpkg.com/@ionic/core@4.0.0-beta.10/css/ionic.bundle.css" rel="stylesheet">
27+
<script src="https://unpkg.com/@ionic/core@4.0.0-beta.10/dist/ionic.js"></script>
2828
```
2929

3030
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')`.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/core",
3-
"version": "4.0.0-beta.9",
3+
"version": "4.0.0-beta.10",
44
"description": "Base components for Ionic",
55
"keywords": [
66
"ionic",

0 commit comments

Comments
 (0)