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

Commit

Permalink
chore(): release 3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Apr 16, 2019
1 parent 4e1ae2e commit b5d658d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="3.9.5"></a>
## [3.9.5](https://github.com/ionic-team/ionic-v3/compare/v3.9.4...v3.9.5) (2019-04-16)
`ionic-angular` 3.9.5 is patch release of `ionic-angular` 3.9.4. 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.5.

```
npm install [email protected] --save
```

### Bug Fixes

* **ios:** resolve iOS 12.2 scrolling issues with navigation and overlays ([#1007](https://github.com/ionic-team/ionic-v3/issues/1007)) ([cf65fad](https://github.com/ionic-team/ionic-v3/commit/cf65fad)), fixes [#984](https://github.com/ionic-team/ionic-v3/issues/984), [#1004](https://github.com/ionic-team/ionic-v3/issues/1004), and [#1005](https://github.com/ionic-team/ionic-v3/issues/1005)
* **navigation:** fix nodes leak when opening and closing modals ([#973](https://github.com/ionic-team/ionic-v3/pull/973)) ([b0426a3](https://github.com/ionic-team/ionic-v3/commit/b0426a3)), fixes [#231](https://github.com/ionic-team/ionic-v3/issues/231)
* **virtual-scroll:** validate null events on scroll update ([#970](https://github.com/ionic-team/ionic-v3/issues/970)) ([87d75d7](https://github.com/ionic-team/ionic-v3/commit/87d75d7)), fixes [#967](https://github.com/ionic-team/ionic-v3/issues/967)



<a name="3.9.4"></a>
## 3.9.4 (2019-02-21)
`ionic-angular` 3.9.4 is patch release of `ionic-angular` 3.9.3. 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.4.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ionic2",
"version": "3.9.4",
"version": "3.9.5",
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular",
"keywords": [
"ionic",
Expand Down Expand Up @@ -147,4 +147,4 @@
"pre-push#master": [
"test"
]
}
}
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Running `webdriver-manager help` should show you what directory the webdriver is
### Releasing Ionic Source

1. Run [snapshot](#running-snapshot) & verify all changes are intentional, update master snapshot if so
2. Run `gulp release`
2. Run `gulp release` (don't forget the `GH_TOKEN` env variable if you use personal access tokens on GitHub)
- Pulls latest from GitHub
- Runs `gulp validate`
- Builds npm package files into dist
Expand Down

0 comments on commit b5d658d

Please sign in to comment.