From 3170571efac68fc972fd83681b4dbcfcf9a9bc90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Nov 2022 15:21:24 +0000 Subject: [PATCH] chore(release): 6.5.5 [skip ci] ## [6.5.5](https://github.com/react-native-community/datetimepicker/compare/v6.5.4...v6.5.5) (2022-11-10) ### Bug Fixes * **ios:** picker width too small ([#675](https://github.com/react-native-community/datetimepicker/issues/675)) ([f4767e8](https://github.com/react-native-community/datetimepicker/commit/f4767e8cba2bbb5b6c753ba4a1ed934114753ea7)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99e33d9b..bf237d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.5.4", + "version": "6.5.5", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",