From bc4c496913c0f01edcd424241ff6b8016b02cdf1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2024 19:51:37 +0000 Subject: [PATCH] chore(release): 7.7.0 [skip ci] # [7.7.0](https://github.com/react-native-community/datetimepicker/compare/v7.6.4...v7.7.0) (2024-04-17) ### Features * **ios:** add visionOS support ([#884](https://github.com/react-native-community/datetimepicker/issues/884)) ([103c7af](https://github.com/react-native-community/datetimepicker/commit/103c7af10ba265b67450f44ad24c6a35454396aa)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7128332f..daf0ece6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "7.6.4", + "version": "7.7.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",