Skip to content

Commit

Permalink
chore(release): 17.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0](v16.0.0...v17.0.0) (2023-06-27)

### Bug Fixes

* swap `CancelButton`'s `themedButtonStyle` style order, closes [#689](#689) ([#712](#712)) ([759600e](759600e))

### BREAKING CHANGES

* This is a light breaking change since it might break the UI of folks relying on the previous (wrong) order
  • Loading branch information
semantic-release-bot committed Jun 27, 2023
1 parent 759600e commit a8bb4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-modal-datetime-picker",
"version": "16.0.0",
"version": "17.0.0",
"description": "A react-native datetime-picker for Android and iOS",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit a8bb4ca

Please sign in to comment.