Skip to content

Commit 84f39a7

Browse files
committedDec 21, 2022
v0.8.6
1 parent 23ed80f commit 84f39a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.8.6](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.8.4...v0.8.6) (2022-12-21)
2+
3+
## Improvements
4+
5+
* **android** [chore] Updates the default kotlin version on Android to `1.6.10` and the default SDK on Android to `31`.
6+
17
# [0.8.4](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.8.3...v0.8.4) (2022-01-24)
28

39
### Bug Fixes

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-shared-element",
3-
"version": "0.8.4",
3+
"version": "0.8.6",
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)
Please sign in to comment.