From f30dce94d56f7fa290a0c7ee2c750ca564c857da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jun 2024 15:31:50 +0000 Subject: [PATCH] chore(release): 8.1.0 [skip ci] # [8.1.0](https://github.com/react-native-community/datetimepicker/compare/v8.0.1...v8.1.0) (2024-06-03) ### Features * **android:** enable customizing first day of week ([#902](https://github.com/react-native-community/datetimepicker/issues/902)) ([3b63563](https://github.com/react-native-community/datetimepicker/commit/3b635633844864cdfd7a109ffe927e271872213e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ece2ed6f..c410718b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "8.0.1", + "version": "8.1.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",