From f9238abdca70689d080929ad80e7777e74f1cc7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 May 2021 20:33:30 +0000 Subject: [PATCH] chore(release): 3.5.0 [skip ci] # [3.5.0](https://github.com/react-native-community/datetimepicker/compare/v3.4.7...v3.5.0) (2021-05-17) ### Features * Allow overriding theme variant used by native ios picker ([#457](https://github.com/react-native-community/datetimepicker/issues/457)) ([1fb6a2e](https://github.com/react-native-community/datetimepicker/commit/1fb6a2e1c4aca448172e240c4450eb1b48bf16f5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91544c4d..9a91f33c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "3.4.7", + "version": "3.5.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",