From 4865e33a14e8faef65f4c83173b6a2223e53d5a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Feb 2025 09:00:00 +0000 Subject: [PATCH] chore(release): 8.3.0 [skip ci] # [8.3.0](https://github.com/react-native-community/datetimepicker/compare/v8.2.0...v8.3.0) (2025-02-04) ### Features * **android:** material 3 pickers ([#952](https://github.com/react-native-community/datetimepicker/issues/952)) ([e81c6a1](https://github.com/react-native-community/datetimepicker/commit/e81c6a12e11ac2cb943529b71ba3226658ac9cac)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9802aba7..9e2c0fa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "8.2.0", + "version": "8.3.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",