Skip to content

Commit d40b62a

Browse files
authored
Native Mobile Resources: Updating changelogs (#243)
2 parents f880332 + 55b8a23 commit d40b62a

File tree

7 files changed

+40
-2
lines changed

7 files changed

+40
-2
lines changed

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

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

77
## [Unreleased]
88

9+
## [9.3.1] Native Mobile Resources - 2025-3-18
10+
11+
12+
## [3.1.1] BarChart
13+
### Fixed
14+
15+
- We have resolved an issue preventing Bar chart from rendering correctly.
16+
17+
## [2.1.1] ColumnChart
18+
### Fixed
19+
20+
- We have resolved an issue preventing Column chart from rendering correctly
21+
22+
## [3.1.1] LineChart
23+
### Fixed
24+
25+
- We have resolved an issue preventing Line chart from rendering correctly
26+
27+
## [2.1.1] PieDoughnutChart
28+
### Fixed
29+
30+
- We have resolved an issue preventing Pie chart from rendering correctly
31+
32+
## [3.0.1] SafeAreaView
33+
## Fixed
34+
35+
- We reverted latest SafeAreaView change since it was causing another issue which the SafeAreaView wasn't covering whole screen.
36+
937
## [9.2.1] Native Mobile Resources - 2025-2-7
1038

1139

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": "9.2.1",
4+
"version": "9.3.1",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -54,4 +54,4 @@
5454
"rimraf": "^4.4.1",
5555
"rollup": "^2.79.2"
5656
}
57-
}
57+
}

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.1.1] - 2025-3-18
10+
911
### Fixed
1012

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

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.1.1] - 2025-3-18
10+
911
### Fixed
1012

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

packages/pluggableWidgets/line-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.1.1] - 2025-3-18
10+
911
### Fixed
1012

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

packages/pluggableWidgets/pie-doughnut-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.1.1] - 2025-3-18
10+
911
### Fixed
1012

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

packages/pluggableWidgets/safe-area-view-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.0.1] - 2025-3-18
10+
911
## Fixed
1012

1113
- We reverted latest SafeAreaView change since it was causing another issue which the SafeAreaView wasn't covering whole screen.

0 commit comments

Comments
 (0)