From 3e8e048730ba044136a38d54d6bd2f2888b9f3bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2024 21:49:32 +0000 Subject: [PATCH] chore(release): 8.0.1 [skip ci] ## [8.0.1](https://github.com/react-native-community/datetimepicker/compare/v8.0.0...v8.0.1) (2024-05-13) ### Bug Fixes * force Java version on CI ([#896](https://github.com/react-native-community/datetimepicker/issues/896)) ([7b0541d](https://github.com/react-native-community/datetimepicker/commit/7b0541dcf42c68323c0a66b10c7dc93bbad8ec0b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc9a2064..ece2ed6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "8.0.0", + "version": "8.0.1", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",