From 5c2d3860b8769600f42b70e2c7e1e9d1f6e11bb4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Mar 2023 08:13:56 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] # [7.0.0](https://github.com/react-native-community/datetimepicker/compare/v6.7.5...v7.0.0) (2023-03-18) ### Features * release v7 ([#740](https://github.com/react-native-community/datetimepicker/issues/740)) ([8417ff9](https://github.com/react-native-community/datetimepicker/commit/8417ff9f9afe415398807c3a52dad55a71a47cad)) ### BREAKING CHANGES * actually, should not be breaking but it's a big update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad06cd89..fe900fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.7.5", + "version": "7.0.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",