Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit fa7b536

Browse files
authored
chore(): release 3.9.9 (#1068)
1 parent cb5ddad commit fa7b536

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="3.9.9"></a>
2+
## [3.9.9](https://github.com/ionic-team/ionic/compare/v3.9.8...v3.9.9) (2019-10-07)
3+
4+
`ionic-angular` 3.9.9 is patch release of `ionic-angular` 3.9.8. To upgrade, follow the instructions [here](https://github.com/ionic-team/ionic-v3/blob/master/CHANGELOG.md#390-2017-11-08) for updating to `ionic-angular` 3.9.0. After completing those steps, update the `ionic-angular` version to 3.9.9.
5+
6+
```
7+
npm install ionic-angular@3.9.9 --save
8+
```
9+
10+
### Bug Fixes
11+
12+
* **toggle:** support accessibility double tap ([#1067](https://github.com/ionic-team/ionic/issues/1067)) ([cb5ddad](https://github.com/ionic-team/ionic/commit/cb5ddad)), closes [#1061](https://github.com/ionic-team/ionic/issues/1061)
13+
14+
15+
116
<a name="3.9.8"></a>
217
## [3.9.8](https://github.com/ionic-team/ionic/compare/v3.9.7...v3.9.8) (2019-07-11)
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ionic2",
4-
"version": "3.9.8",
4+
"version": "3.9.9",
55
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular",
66
"keywords": [
77
"ionic",

0 commit comments

Comments
 (0)