Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Feb 13, 2020
1 parent e6c9f1d commit 40eeb65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.2](https://github.com/IjzerenHein/react-navigation-shared-element/compare/v2.0.1...v2.0.2) (2020-02-13)

### Bug Fixes

- Fix `defaultNavigationOptions` settings not working for `createSharedElementStackNavigator`
- Add missing typings to `createSharedElementStackNavigator` for routeConfig and navigatorConfig.


## [2.0.1](https://github.com/IjzerenHein/react-navigation-shared-element/compare/v2.0.0...v2.0.1) (2020-02-09)

* Add support for react-navigation-stack@2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-navigation-shared-element",
"version": "2.0.1",
"version": "2.0.2",
"description": "react-native-shared-element bindings for React Navigation",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 40eeb65

Please sign in to comment.