Skip to content

Commit f3174f8

Browse files
committed
chore(image-native): upgrade dependency
1 parent d354ff3 commit f3174f8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/pluggableWidgets/image-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Updated dependency `react-native-vector-icons` from version 9.1.0 to 10.0.3
12+
913
## [1.1.0] - 2023-10-11
1014

1115
### Added

packages/pluggableWidgets/image-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "image-native",
33
"widgetName": "Image",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Display an image and enlarge it on click",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"@mendix/piw-utils-internal": "*",
3333
"react-native-fast-image": "8.3.2",
3434
"react-native-svg": "^12.3.0",
35-
"react-native-vector-icons": "9.1.0"
35+
"react-native-vector-icons": "10.0.3"
3636
},
3737
"devDependencies": {
3838
"@mendix/pluggable-widgets-tools": "^9.0.0",

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

0 commit comments

Comments
 (0)