From 737ab1afb7bdbdcd9b111173168b79023d2b7629 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Jul 2022 22:11:16 +0000 Subject: [PATCH] chore(release): 6.2.2 [skip ci] ## [6.2.2](https://github.com/react-native-community/datetimepicker/compare/v6.2.1...v6.2.2) (2022-07-25) ### Bug Fixes * return result of android dialog dismissal to JS ([#636](https://github.com/react-native-community/datetimepicker/issues/636)) ([98335f2](https://github.com/react-native-community/datetimepicker/commit/98335f25dfd4e0d9f7608254823ec7755fac20a9)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13d82453..9be20954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.2.1", + "version": "6.2.2", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",