From 44e23a8bb0bb5e5785fb03457681cfc6086e91da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 17:48:22 +0000 Subject: [PATCH] chore(release): 8.2.0 [skip ci] # [8.2.0](https://github.com/react-native-community/datetimepicker/compare/v8.1.1...v8.2.0) (2024-07-09) ### Bug Fixes * **android:** improve color resource handling in Common.java ([#913](https://github.com/react-native-community/datetimepicker/issues/913)) ([8527354](https://github.com/react-native-community/datetimepicker/commit/852735474573db50ef09fea885b8bb3d1ebdc81e)) ### Features * create expo plugin to customize native style ([#801](https://github.com/react-native-community/datetimepicker/issues/801)) ([66235db](https://github.com/react-native-community/datetimepicker/commit/66235dbe10ddb640e4d28558a2677f24a9bf2bf5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d54c4aa..3620c14a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "8.1.1", + "version": "8.2.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",