From 5d174d097d2821911b73b5e308520f9e028b8348 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Jan 2023 12:24:59 +0000 Subject: [PATCH] chore(release): 6.7.3 [skip ci] ## [6.7.3](https://github.com/react-native-community/datetimepicker/compare/v6.7.2...v6.7.3) (2023-01-23) ### Bug Fixes * **windows:** unable to override WindowsTargetVersion ([#714](https://github.com/react-native-community/datetimepicker/issues/714)) ([5ad973c](https://github.com/react-native-community/datetimepicker/commit/5ad973c3005324103c70db9d9db4b0e397127026)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68e46149..cada291d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.7.2", + "version": "6.7.3", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",