Skip to content

Commit 37ca6a9

Browse files
committed
Release 2.6.2
1 parent 980e040 commit 37ca6a9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1014
## [2.6.1] - [2018-07-05)(https://github.com/react-navigation/react-navigation/releases/tag/2.6.1)
1115
### Added
1216
- 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.
6569
### Changed
6670
- Improved examples
6771

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
6974
[2.6.1]: https://github.com/react-navigation/react-navigation/compare/2.6.0...2.6.1
7075
[2.6.0]: https://github.com/react-navigation/react-navigation/compare/2.5.5...2.6.0
7176
[2.5.5]: https://github.com/react-navigation/react-navigation/compare/2.5.4...2.5.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Routing and navigation for your React Native apps",
55
"main": "src/react-navigation.js",
66
"repository": {

0 commit comments

Comments
 (0)