Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Mobile Resources: Updating changelogs #111

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### BREAKING
## [6.0.0] Native Mobile Resources - 2024-01-24

## BREAKING

- We have upgrade React Native to version 0.72.7

## [2.0.0] Image

## BREAKING

- We made the widget compatible with React Native 0.72.7

### Changed

- Updated dependency `react-native-vector-icons` from version 9.1.0 to 10.0.3

## [4.0.0] Rating

## BREAKING

- We made the widget compatible with React Native 0.72.7

## [5.0.0] - VideoPlayer

### Changed

- Updated dependency `react-native-vector-icons` from version 9.1.0 to 10.0.3

## BREAKING

- We have upgraded react-native-system-navigation-bar to version 2.6.3

## [5.1.2] Native Mobile Resources - 2023-10-31

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/image-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]

## [2.0.0] - 2023-01-24

## BREAKING

- We made the widget compatible with React Native 0.72.7
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/rating-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]

## [4.0.0] - 2023-01-24

## BREAKING

- We made the widget compatible with React Native 0.72.7
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]

## [5.0.0] - 2023-01-24

### Changed

- Updated dependency `react-native-vector-icons` from version 9.1.0 to 10.0.3
Expand Down
Loading