From 76ab6b437252ec064669793782ad9947adc407ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Nov 2021 19:31:52 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/react-native-community/datetimepicker/compare/v3.5.2...v4.0.0) (2021-11-22) ### chore * make CI green ([#527](https://github.com/react-native-community/datetimepicker/issues/527)) ([da12e92](https://github.com/react-native-community/datetimepicker/commit/da12e92f206ac90d51bbcf91c6e0f9068136f00d)) ### BREAKING CHANGES * only Android API level >=21 (Android 5) and iOS >= 11 are supported apart from green CI, this fixed at least one bug as well --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b412ff21..f62872dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "3.5.2", + "version": "4.0.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",