chore: release v6.0.0-beta.8

This commit is contained in:
Krzysztof Moch 2024-04-03 21:48:19 +02:00
parent 1e5af7b526
commit f28bf0ae33
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# [6.0.0-beta.8](https://github.com/react-native-video/react-native-video/compare/v6.0.0-beta.7...v6.0.0-beta.8) (2024-04-03)
### Bug Fixes
* **android:** update ui manager getter ([#3634](https://github.com/react-native-video/react-native-video/issues/3634)) ([e87c14a](https://github.com/react-native-video/react-native-video/commit/e87c14a4375d47a03447716b1920608855df5d8d))
* fix codegen types ([#3636](https://github.com/react-native-video/react-native-video/issues/3636)) ([9b66e7f](https://github.com/react-native-video/react-native-video/commit/9b66e7fdce0393c4e2154a23b407de6c46dc9490))
# [6.0.0-beta.7](https://github.com/react-native-video/react-native-video/compare/v6.0.0-beta.6...v6.0.0-beta.7) (2024-03-30)

View File

@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "6.0.0-beta.7",
"version": "6.0.0-beta.8",
"description": "A <Video /> element for react-native",
"main": "lib/index",
"source": "src/index",