chore: release v6.19.2

This commit is contained in:
Kamil Moskała
2026-04-28 14:43:56 +02:00
committed by GitHub
parent ae7ff4fa07
commit 062fcec7fe
2 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,11 @@
# Changelog
## [6.19.2](https://github.com/moskalakamil/react-native-video/compare/v6.19.1...v6.19.2) (2026-04-28)
### Bug Fixes
* replace `absoluteFillObject` with `absoluteFill` ([#4880](https://github.com/moskalakamil/react-native-video/issues/4880)) ([ae7ff4f](https://github.com/moskalakamil/react-native-video/commit/ae7ff4fa07ce9234575664a541bbd2f557ff051c))
## [6.19.1](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.19.0...v6.19.1) (2026-03-15)
@@ -765,7 +772,7 @@
* add release-it ([#3342](https://github.com/react-native-video/react-native-video/issues/3342)) ([da27089](https://github.com/react-native-video/react-native-video/commit/da270891fbce485bb132825a336638f2af98408d))
* **ios:** add onBandwidthUpdate event ([#3331](https://github.com/react-native-video/react-native-video/issues/3331)) ([9054db3](https://github.com/react-native-video/react-native-video/commit/9054db35d7d5e4e6d54739fc9349576c03522d7c))
## Changelog
#
## Next
- Android, iOS: add onVolumeChange event #3322

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "6.19.1",
"version": "6.19.2",
"description": "A <Video /> element for react-native",
"main": "lib/index",
"source": "src/index.ts",
@@ -16,7 +16,7 @@
"@expo/config-plugins": "^8.0.5",
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
"@react-native/eslint-config": "^0.72.2",
"@release-it/conventional-changelog": "^7.0.2",
"@release-it/conventional-changelog": "^11.0.0",
"@types/jest": "^28.1.2",
"@types/react": "^19.0.0",
"@types/react-native-web": "^0.19.1",
@@ -31,7 +31,7 @@
"react-native": "^0.78.0",
"react-native-web": "0.20.0",
"react-native-windows": "^0.78.0",
"release-it": "^16.2.1",
"release-it": "^20.0.1",
"typescript": "5.0.4"
},
"peerDependencies": {