Skip to content

Commit 82a97bd

Browse files
committed
chore(mobile-resources-native): update changelogs
1 parent 5c27c3a commit 82a97bd

15 files changed

Lines changed: 114 additions & 1 deletion

File tree

packages/jsActions/mobile-resources-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [12.1.0] Native Mobile Resources - 2026-6-10
10+
911
- Updated react-native from version 0.83.4 to 0.84.1.
1012
- Updated @sbaiahmed1/react-native-biometrics from version v0.10.0 to v0.15.0.
1113

14+
## [3.2.1] BarChart
15+
16+
### Fixed
17+
18+
- We have resolved an issue preventing Bar chart from rendering correctly.
19+
20+
## [5.3.0] BottomSheet
21+
22+
### Changed
23+
24+
- Updated react-native-gesture-handler from version v2.30.0 to v2.31.2.
25+
- Updated react-native-reanimated from version v4.2.2 to v4.3.1.
26+
- Updated react-native-worklets from version v0.7.4 to v0.8.3.
27+
- Updated @gorhom/bottom-sheet from version v5.2.8 to v5.2.14.
28+
- Updated @shopify/flash-list from version v2.2.2 to v2.3.1.
29+
30+
## [2.2.1] ColumnChart
31+
32+
### Fixed
33+
34+
- We have resolved an issue preventing Column chart from rendering correctly
35+
36+
## [3.6.1] Feedback
37+
38+
### Changed
39+
40+
- Updated react-native-view-shot from version v4.0.3 to 5.1.0.
41+
42+
## [4.2.1] FloatingActionButton
43+
44+
### Changed
45+
46+
- Replaced `react-native-action-button` library with custom implementation using React Native's Animated API for better maintainability and reduced bundle size.
47+
48+
- Removed deprecated `react-native-prop-types` dependency.
49+
50+
## [2.2.1] Gallery
51+
52+
### Changed
53+
54+
- Updated @shopify/flash-list from version v2.2.2 to v2.3.1.
55+
56+
## [2.1.1] GalleryTextFilter
57+
58+
### Changed
59+
60+
- Updated react-native-svg from version v15.15.3 to v15.15.4.
61+
62+
## [3.1.1] Image
63+
64+
### Changed
65+
66+
- Updated react-native-svg from version v15.15.3 to v15.15.4.
67+
- Updated @react-native-vector-icons/common from version v12.4.0 to v12.4.2.
68+
69+
## [4.4.1] IntroScreen
70+
71+
### Changed
72+
73+
- Updated @shopify/flash-list from version v2.2.2 to v2.3.1.
74+
75+
## [3.5.0] ListViewSwipe
76+
77+
### Changed
78+
79+
- Updated react-native-gesture-handler from version v2.30.0 to v2.31.2.
80+
81+
## [4.1.1] QRCode
82+
83+
### Changed
84+
85+
- Updated react-native-svg from version v15.15.3 to v15.15.4.
86+
87+
## [5.2.1] Rating
88+
89+
### Changed
90+
91+
- Updated @react-native-vector-icons/common from version v12.4.0 to v12.4.2.
92+
93+
## [6.4.1] VideoPlayer
94+
95+
### Changed
96+
97+
- Updated react-native-video from version v6.19.0 to v6.19.2.
98+
1299
## [12.0.0] Native Mobile Resources - 2026-5-15
13100

14101
### Changed

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

Lines changed: 1 addition & 1 deletion
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.0.0",
4+
"version": "12.1.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/bar-chart-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+
## [3.2.1] - 2026-6-10
10+
911
### Fixed
1012

1113
- We have resolved an issue preventing Bar chart from rendering correctly.

packages/pluggableWidgets/bottom-sheet-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+
## [5.3.0] - 2026-6-10
10+
911
### Changed
1012

1113
- Updated react-native-gesture-handler from version v2.30.0 to v2.31.2.

packages/pluggableWidgets/column-chart-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+
## [2.2.1] - 2026-6-10
10+
911
### Fixed
1012

1113
- We have resolved an issue preventing Column chart from rendering correctly

packages/pluggableWidgets/feedback-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+
## [3.6.1] - 2026-6-10
10+
911
### Changed
1012

1113
- Updated react-native-view-shot from version v4.0.3 to 5.1.0.

packages/pluggableWidgets/floating-action-button-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+
## [4.2.1] - 2026-6-10
10+
911
### Changed
1012

1113
- Replaced `react-native-action-button` library with custom implementation using React Native's Animated API for better maintainability and reduced bundle size.

packages/pluggableWidgets/gallery-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+
## [2.2.1] - 2026-6-10
10+
911
### Changed
1012

1113
- Updated @shopify/flash-list from version v2.2.2 to v2.3.1.

packages/pluggableWidgets/gallery-text-filter-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+
## [2.1.1] - 2026-6-10
10+
911
### Changed
1012

1113
- Updated react-native-svg from version v15.15.3 to v15.15.4.

packages/pluggableWidgets/image-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+
## [3.1.1] - 2026-6-10
10+
911
### Changed
1012

1113
- Updated react-native-svg from version v15.15.3 to v15.15.4.

0 commit comments

Comments
 (0)