From ea20f45a7d6e31d74dd12bf54aaf037faab2079e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Dec 2021 22:01:39 +0000 Subject: [PATCH] chore(release): 5.0.2 [skip ci] ## [5.0.2](https://github.com/react-native-community/datetimepicker/compare/v5.0.1...v5.0.2) (2021-12-19) ### Bug Fixes * (android) fix issue with minimumDate/maximumDate when using timeZoneOffsetInMinutes ([#519](https://github.com/react-native-community/datetimepicker/issues/519)) ([bdf6179](https://github.com/react-native-community/datetimepicker/commit/bdf6179faedcec067692d29e5a33bb7ba421f307)), closes [#518](https://github.com/react-native-community/datetimepicker/issues/518) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b693837d..d2c5600d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "5.0.1", + "version": "5.0.2", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",