From e9ae918535befbad0f5652a979a3dbdb64356fa7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Mar 2022 14:30:45 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://github.com/react-native-community/datetimepicker/compare/v6.0.2...v6.1.0) (2022-03-22) ### Features * add accentColor prop for iOS ([#584](https://github.com/react-native-community/datetimepicker/issues/584)) ([dcda13c](https://github.com/react-native-community/datetimepicker/commit/dcda13cade1af66093d4bed675053b178f83d8c3)), closes [#20](https://github.com/react-native-community/datetimepicker/issues/20) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6beb3196..aabf3dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.0.2", + "version": "6.1.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",