Skip to content

Commit

Permalink
chore(release): 15.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.0.0](v14.0.1...v15.0.0) (2023-04-08)

### Bug Fixes

* resolve occasional styling bug with inline `display` in `datetime` mode on iOS ([#697](#697)) ([8733f83](8733f83))

### BREAKING CHANGES

* This is a light breaking change since it might break custom patches people applied to fix this issue in other way + we're bumping the `@react-native-community/datetimepicker` peer-dependency version
  • Loading branch information
semantic-release-bot committed Apr 8, 2023
1 parent 8733f83 commit 1d1f5bd
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": "14.0.1",
"version": "15.0.0",
"description": "A react-native datetime-picker for Android and iOS",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 1d1f5bd

Please sign in to comment.