Skip to content

Commit a8bb4ca

Browse files
committedJun 27, 2023
chore(release): 17.0.0 [skip ci]
# [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
1 parent 759600e commit a8bb4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-modal-datetime-picker",
3-
"version": "16.0.0",
3+
"version": "17.0.0",
44
"description": "A react-native datetime-picker for Android and iOS",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.