From a8eefac8214aad62b7a6d5fec5cb5f7b27886583 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Sep 2022 09:46:38 +0000 Subject: [PATCH] chore(release): 6.3.3 [skip ci] ## [6.3.3](https://github.com/react-native-community/datetimepicker/compare/v6.3.2...v6.3.3) (2022-09-16) ### Bug Fixes * compute date picker dimensions in native ([#656](https://github.com/react-native-community/datetimepicker/issues/656)) ([a34f667](https://github.com/react-native-community/datetimepicker/commit/a34f667cce4157d3676be975e33a67976424a030)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfa156cb..13cae3c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.3.2", + "version": "6.3.3", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",