File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.6.2] - [ 2018-07-05)(https://github.com/react-navigation/react-navigation/releases/tag/2.6.2)
11
+ ### Changed
12
+ - Relax vertical padding warnings on header.
13
+
10
14
## [ 2.6.1] - [ 2018-07-05)(https://github.com/react-navigation/react-navigation/releases/tag/2.6.1)
11
15
### Added
12
16
- Warn for more invalid headerStyle properties (padding, top/right/bottom/left, position).
@@ -65,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
65
69
### Changed
66
70
- Improved examples
67
71
68
- [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/2.6.1...HEAD
72
+ [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/2.6.2...HEAD
73
+ [ 2.6.2 ] : https://github.com/react-navigation/react-navigation/compare/2.6.1...2.6.2
69
74
[ 2.6.1 ] : https://github.com/react-navigation/react-navigation/compare/2.6.0...2.6.1
70
75
[ 2.6.0 ] : https://github.com/react-navigation/react-navigation/compare/2.5.5...2.6.0
71
76
[ 2.5.5 ] : https://github.com/react-navigation/react-navigation/compare/2.5.4...2.5.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-navigation" ,
3
- "version" : " 2.6.1 " ,
3
+ "version" : " 2.6.2 " ,
4
4
"description" : " Routing and navigation for your React Native apps" ,
5
5
"main" : " src/react-navigation.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments