Skip to content

Commit

Permalink
fix(video-player-native): issue and update changelog and minMXversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-Elsayed authored and UrazAkgultan committed Jan 16, 2024
1 parent 26f7ffd commit 99ac1f4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
4 changes: 4 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### BREAKING

- We have upgrade React Native to version 0.72.7

## [5.1.2] Native Mobile Resources - 2023-10-31

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "5.1.2",
"version": "6.0.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mendix/native-widgets.git"
},
"marketplace": {
"minimumMXVersion": "10.0.0.8352",
"minimumMXVersion": "10.6.0.23934",
"marketplaceId": 109513
},
"testProject": {
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/video-player-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## BREAKING

- We have upgraded react-native-system-navigation-bar to version 2.6.3

## [4.0.0] - 2023-3-28

## BREAKING
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/video-player-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "video-player-native",
"widgetName": "VideoPlayer",
"version": "4.0.0",
"version": "5.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"deprecated-react-native-prop-types": "^4.0.0",
"react-native-system-navigation-bar": "1.0.2",
"react-native-system-navigation-bar": "2.6.3",
"react-native-vector-icons": "9.1.0",
"react-native-video": "5.2.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="VideoPlayer" version="4.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="VideoPlayer" version="5.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="VideoPlayer.xml" />
</widgetFiles>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15011,13 +15011,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-system-navigation-bar@npm:1.0.2":
version: 1.0.2
resolution: "react-native-system-navigation-bar@npm:1.0.2"
"react-native-system-navigation-bar@npm:2.6.3":
version: 2.6.3
resolution: "react-native-system-navigation-bar@npm:2.6.3"
peerDependencies:
react: "*"
react-native: "*"
checksum: 12a1788e6358097981a72bdaf161a6823807bb04f01409b645f4ea1b6cdd062258220bc013b21aef34ccea1b1a0fa261c782bd2899f0a1a323cd6cecdfd49017
checksum: e29305f9071de24feb1493361098e8e02e719fa7b8db2cf0b79c726c4553376b1cfb60243bee4460ad41ea1aa983e18e31c9e231d20a5dd694b634d4f1190aa4
languageName: node
linkType: hard

Expand Down Expand Up @@ -18037,7 +18037,7 @@ __metadata:
"@types/react-native-video": ^5.0.4
deprecated-react-native-prop-types: ^4.0.0
eslint: ^7.20.0
react-native-system-navigation-bar: 1.0.2
react-native-system-navigation-bar: 2.6.3
react-native-vector-icons: 9.1.0
react-native-video: 5.2.1
languageName: unknown
Expand Down

0 comments on commit 99ac1f4

Please sign in to comment.