Skip to content

Commit bd09153

Browse files
committed
Release 3.5.1
1 parent c766a66 commit bd09153

File tree

5 files changed

+998
-22
lines changed

5 files changed

+998
-22
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.5.1] - [2019-03-19](https://github.com/react-navigation/react-navigation/releases/tag/3.5.1)
11+
12+
## Added
13+
14+
- Export StackGestureContext and DrawerGestureContext
15+
- Add missing type for withOrientation
16+
17+
## Fixed
18+
19+
- Fix header HeaderBackButton title TypeScript type
20+
21+
1022
## [3.5.0] - [2019-03-19](https://github.com/react-navigation/react-navigation/releases/tag/3.5.0)
1123

1224
## Fixed
@@ -189,7 +201,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
189201

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

192-
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.5.0...HEAD
204+
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.5.1...HEAD
205+
[3.5.0]: https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1
193206
[3.5.0]: https://github.com/react-navigation/react-navigation/compare/3.4.1...3.5.0
194207
[3.4.1]: https://github.com/react-navigation/react-navigation/compare/3.4.0...3.4.1
195208
[3.4.0]: https://github.com/react-navigation/react-navigation/compare/3.3.2...3.4.0

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: ['module:metro-react-native-babel-preset'],
3+
};

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.5.0",
3+
"version": "3.5.1",
44
"description": "Routing and navigation for your React Native apps",
55
"main": "src/react-navigation.js",
66
"types": "typescript/react-navigation.d.ts",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-prettier": "^2.6.0",
5959
"eslint-plugin-react": "^7.1.0",
6060
"husky": "^0.14.3",
61-
"jest": "^22.1.3",
61+
"jest": "^24.5.0",
6262
"jest-expo": "^25.1.0",
6363
"lint-staged": "^4.2.1",
6464
"prettier": "^1.12.1",

0 commit comments

Comments
 (0)