Skip to content

Commit 3e2203d

Browse files
[MOO-2024] updated rn-video version (#299)
2 parents 48aa740 + 0657060 commit 3e2203d

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

packages/pluggableWidgets/video-player-native/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [6.2.0] - 2025-08-18
10+
11+
### Changed
12+
13+
- We have updated `react-native-video` version to 6.10.0
14+
915
## [6.1.0] - 2024-12-3
1016

1117
### Changed

packages/pluggableWidgets/video-player-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "video-player-native",
33
"widgetName": "VideoPlayer",
4-
"version": "6.1.0",
4+
"version": "6.2.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -23,7 +23,7 @@
2323
"deprecated-react-native-prop-types": "^4.0.0",
2424
"react-native-system-navigation-bar": "2.6.3",
2525
"react-native-vector-icons": "10.2.0",
26-
"react-native-video": "6.4.5"
26+
"react-native-video": "6.10.0"
2727
},
2828
"devDependencies": {
2929
"@mendix/piw-utils-internal": "1.0.0",

packages/pluggableWidgets/video-player-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="VideoPlayer" version="6.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="VideoPlayer" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="VideoPlayer.xml" />
66
</widgetFiles>

pnpm-lock.yaml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)