Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Mar 30, 2020
1 parent c82d883 commit cd87984
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,10 @@
## [0.6.1](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.6.0...v0.6.1) (2020-03-30)

### Bug Fixes

* **android** Fix `onMeasureNode` layout position when content translated


# [0.6.0](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.5.6...v0.6.0-alpha0) (2020-03-29)

### Bug Fixes
Expand All @@ -12,6 +19,7 @@
* Updated internal tooling
* Added new `test-app` using TypeScript (wip)


## [0.5.6](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.5.5...v0.5.6) (2020-02-09)


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-native-shared-element",
"version": "0.6.0",
"version": "0.6.1",
"description": "Native shared element transition primitives for react-native 💫",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit cd87984

Please sign in to comment.