File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
- - Add missing type for ` enableURLHandling `
10
+ ## [ 3.8.1] - [ 2019-04-12] ( https://github.com/react-navigation/react-navigation/releases/tag/3.8.1 )
11
+
12
+ ## Changed
13
+
14
+ - Add missing type for ` enableURLHandling ` to TypeScript definition (#5803 )
15
+ - Update Flow types (#5806 )
11
16
12
17
## [ 3.8.0] - [ 2019-04-12] ( https://github.com/react-navigation/react-navigation/releases/tag/3.8.0 )
13
18
@@ -244,7 +249,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
244
249
245
250
- [ 2.x] ( https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md )
246
251
247
- [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.8.0...HEAD
252
+ [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.8.1...HEAD
253
+ [ 3.8.1 ] : https://github.com/react-navigation/react-navigation/compare/3.8.0...3.8.1
248
254
[ 3.8.0 ] : https://github.com/react-navigation/react-navigation/compare/3.7.1...3.8.0
249
255
[ 3.7.1 ] : https://github.com/react-navigation/react-navigation/compare/3.6.1...3.7.1
250
256
[ 3.6.1 ] : https://github.com/react-navigation/react-navigation/compare/3.6.0...3.6.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-navigation" ,
3
- "version" : " 3.8.0 " ,
3
+ "version" : " 3.8.1 " ,
4
4
"description" : " Routing and navigation for your React Native apps" ,
5
5
"main" : " src/react-navigation.js" ,
6
6
"types" : " typescript/react-navigation.d.ts" ,
You can’t perform that action at this time.
0 commit comments