Skip to content

Commit 69e4095

Browse files
committed
Release 3.6.1
1 parent 3deec69 commit 69e4095

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.6.1] - [2019-04-02](https://github.com/react-navigation/react-navigation/releases/tag/3.6.1)
11+
12+
## Fixed
13+
14+
- Move event subscriptions to constructor in `withNavigationFocus` to ensure initial `didFocus` event is received.
15+
1016
## [3.6.0] - [2019-03-31](https://github.com/react-navigation/react-navigation/releases/tag/3.6.0)
1117

1218
## Added
@@ -27,7 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2733

2834
- Fix header HeaderBackButton title TypeScript type
2935

30-
3136
## [3.5.0] - [2019-03-19](https://github.com/react-navigation/react-navigation/releases/tag/3.5.0)
3237

3338
## Fixed
@@ -210,7 +215,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
210215

211216
- [2.x](https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md)
212217

213-
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.6.0...HEAD
218+
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.6.1...HEAD
219+
[3.6.1]: https://github.com/react-navigation/react-navigation/compare/3.6.0...3.6.1
214220
[3.6.0]: https://github.com/react-navigation/react-navigation/compare/3.5.1...3.6.0
215221
[3.5.1]: https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1
216222
[3.5.0]: https://github.com/react-navigation/react-navigation/compare/3.4.1...3.5.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Routing and navigation for your React Native apps",
55
"main": "src/react-navigation.js",
66
"types": "typescript/react-navigation.d.ts",
@@ -36,7 +36,7 @@
3636
"react-native": "*"
3737
},
3838
"dependencies": {
39-
"@react-navigation/core": "3.2.0",
39+
"@react-navigation/core": "~3.2.1",
4040
"@react-navigation/native": "~3.3.0",
4141
"react-navigation-drawer": "1.3.0",
4242
"react-navigation-stack": "1.2.0",

0 commit comments

Comments
 (0)