Skip to content

Commit 8097eb9

Browse files
[MOO-1753] chore: bump the version of the react native progress (#226)
2 parents 8fd54d9 + bdb7e3e commit 8097eb9

9 files changed

Lines changed: 23 additions & 18 deletions

File tree

configs/e2e/mendix-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest": "10.14.0.43709",
2+
"latest": "10.18.1.55792",
33
"8": "8.18.23.62193"
44
}

packages/pluggableWidgets/progress-bar-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
- Bumped the version of the react-native-progress to fix black background issues.
10+
911
## [4.3.0] - 2024-12-3
1012

1113
### Changed

packages/pluggableWidgets/progress-bar-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "progress-bar-native",
33
"widgetName": "ProgressBar",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@mendix/piw-native-utils-internal": "*",
2727
"@mendix/piw-utils-internal": "1.0.0",
28-
"react-native-progress": "^5.0.0"
28+
"react-native-progress": "^5.0.1"
2929
},
3030
"devDependencies": {
3131
"@mendix/pluggable-widgets-tools": "~10.0.1",

packages/pluggableWidgets/progress-bar-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="ProgressBar" version="4.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="ProgressBar" version="4.3.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="ProgressBar.xml" />
66
</widgetFiles>

packages/pluggableWidgets/progress-circle-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
- Bumped the version of the react-native-progress to fix black background issues.
10+
911
## [3.2.0] - 2024-12-3
1012

1113
### Changed

packages/pluggableWidgets/progress-circle-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "progress-circle-native",
33
"widgetName": "ProgressCircle",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@mendix/piw-native-utils-internal": "*",
27-
"react-native-progress": "^5.0.0"
27+
"react-native-progress": "^5.0.1"
2828
},
2929
"devDependencies": {
3030
"@mendix/piw-utils-internal": "*",

packages/pluggableWidgets/progress-circle-native/src/__tests__/__snapshots__/ProgressCircle.spec.tsx.snap

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ exports[`ProgressCircle renders 1`] = `
2121
bbHeight={100}
2222
bbWidth={100}
2323
collapsable={false}
24+
fill="none"
2425
focusable={false}
2526
height={100}
2627
style={
@@ -40,11 +41,11 @@ exports[`ProgressCircle renders 1`] = `
4041
width={100}
4142
>
4243
<RNSVGGroup
43-
fill={
44-
{
45-
"payload": -16777216,
46-
"type": 0,
47-
}
44+
fill={null}
45+
propList={
46+
[
47+
"fill",
48+
]
4849
}
4950
>
5051
<RNSVGPath

packages/pluggableWidgets/progress-circle-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="ProgressCircle" version="3.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="ProgressCircle" version="3.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="ProgressCircle.xml" />
66
</widgetFiles>

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15378,7 +15378,7 @@ __metadata:
1537815378
"@mendix/pluggable-widgets-tools": "npm:~10.0.1"
1537915379
detox: "npm:^19.13.0"
1538015380
eslint: "npm:^7.32.0"
15381-
react-native-progress: "npm:^5.0.0"
15381+
react-native-progress: "npm:^5.0.1"
1538215382
languageName: unknown
1538315383
linkType: soft
1538415384

@@ -15391,7 +15391,7 @@ __metadata:
1539115391
"@mendix/pluggable-widgets-tools": "npm:~10.0.1"
1539215392
detox: "npm:^19.13.0"
1539315393
eslint: "npm:^7.32.0"
15394-
react-native-progress: "npm:^5.0.0"
15394+
react-native-progress: "npm:^5.0.1"
1539515395
languageName: unknown
1539615396
linkType: soft
1539715397

@@ -15984,14 +15984,14 @@ __metadata:
1598415984
languageName: node
1598515985
linkType: hard
1598615986

15987-
"react-native-progress@npm:^5.0.0":
15988-
version: 5.0.0
15989-
resolution: "react-native-progress@npm:5.0.0"
15987+
"react-native-progress@npm:^5.0.1":
15988+
version: 5.0.1
15989+
resolution: "react-native-progress@npm:5.0.1"
1599015990
dependencies:
1599115991
prop-types: "npm:^15.7.2"
1599215992
peerDependencies:
1599315993
react-native-svg: "*"
15994-
checksum: 10/b55a4826fd5aa680a7cbbfc653ff4338230249f5b86f0c82d263f2d20737e19fadb04639e36d9f45cf61df524bb5875a27783d47374f39426ba6aecc471a1dcf
15994+
checksum: 10/902189578ce233bbc3cb3a85c13d4bcd439430e1a3da7bcf622e00ff6a2404155b22ce3c3350ccdb5b50952746b99f8522404a818531472250b60b75975a524c
1599515995
languageName: node
1599615996
linkType: hard
1599715997

0 commit comments

Comments
 (0)