Skip to content

Commit f81e2ef

Browse files
Srirang.KalantriSrirangK
authored andcommitted
fix: versions update
1 parent 07b5d60 commit f81e2ef

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/jsActions/mobile-resources-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mobile-resources-native",
33
"moduleName": "Native Mobile Resources",
4-
"version": "12.1.1",
4+
"version": "12.2.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@react-native-camera-roll/camera-roll": "7.10.2",
32-
"react-native-notify-kit": "^10.0.0",
32+
"react-native-notify-kit": "10.4.7",
3333
"@react-native-firebase/messaging": "20.1.0",
3434
"@sbaiahmed1/react-native-biometrics": "0.15.0",
3535
"@swan-io/react-native-browser": "1.0.1",

packages/pluggableWidgets/notifications-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "notifications-native",
33
"widgetName": "Notifications",
4-
"version": "5.2.1",
4+
"version": "5.3.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@mendix/piw-utils-internal": "*",
22-
"react-native-notify-kit": "^10.0.0",
22+
"react-native-notify-kit": "10.4.7",
2323
"@react-native-firebase/app": "20.1.0",
2424
"@react-native-firebase/messaging": "20.1.0"
2525
},

packages/pluggableWidgets/notifications-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="Notifications" version="5.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Notifications" version="5.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Notifications.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)