Skip to content

Commit

Permalink
chore(mobile-resources-native): update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-team committed Oct 2, 2024
1 parent 3cfb241 commit 88b5ce9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [8.0.3] Native Mobile Resources - 2024-10-2
### Added

- We have upgraded React Native Permissions to 4.5.1

## [5.0.0] Maps
### Changed

- We updated the `react-native-maps` version to `1.14.0`

## [3.1.2] ProgressCircle
### Added

- Support device font size for responsive progress circle sizing.

## [6.0.0] VideoPlayer
### Changed

- We have updated `react-native-video` version to 6.4.5

## [8.0.1] Native Mobile Resources - 2024-8-29

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "8.0.1",
"version": "8.0.3",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down Expand Up @@ -53,4 +53,4 @@
"rimraf": "^2.7.1",
"rollup": "^2.68.0"
}
}
}
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/maps-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.0.0] - 2024-10-2

### Changed

- We updated the `react-native-maps` version to `1.14.0`
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/progress-circle-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.1.2] - 2024-10-2

### Added

- Support device font size for responsive progress circle sizing.
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/video-player-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.0.0] - 2024-10-2

### Changed

- We have updated `react-native-video` version to 6.4.5
Expand Down

0 comments on commit 88b5ce9

Please sign in to comment.