From 9b4ebff654a73b7f2300c4599d2c3caa0e0d38da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jul 2023 13:41:58 +0000 Subject: [PATCH] chore(release): 7.4.0 [skip ci] # [7.4.0](https://github.com/react-native-community/datetimepicker/compare/v7.3.0...v7.4.0) (2023-07-06) ### Features * **android:** add testID support to date (not time) picker ([#705](https://github.com/react-native-community/datetimepicker/issues/705)) ([e571d71](https://github.com/react-native-community/datetimepicker/commit/e571d71ee5c5cee9680d32d4944a4b4e86c7b506)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59bc3461..6b8e6af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "7.3.0", + "version": "7.4.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",