Skip to content

Commit dd85973

Browse files
committed
0.8.2
1 parent 4efd193 commit dd85973

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.8.2](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.8.1...v0.8.2) (2021-08-18)
2+
3+
### Bug Fixes
4+
5+
* **ios** [fix] Fix build error on react-native 0.65 (implicit conversion of Objective-C pointer type 'UIColor *' to C pointer type 'CGColorRef _Nonnull' (aka 'struct CGColor *') requires a bridged cast)
6+
17
# [0.8.1](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.8.0...v0.8.1) (2021-08-16)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-shared-element",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Native shared element transition primitives for react-native 💫",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)