From 0697ad77bbfd1fce98a81be7c2c9f1b00ec3be8d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Mar 2022 03:38:38 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/react-native-community/datetimepicker/compare/v5.1.0...v6.0.0) (2022-03-11) ### Features * expose imperative api for android picker ([#574](https://github.com/react-native-community/datetimepicker/issues/574)) ([5861042](https://github.com/react-native-community/datetimepicker/commit/586104229097a73b00cfc128101e773d62893122)) ### BREAKING CHANGES * actually, should not be breaking but there were changes in typings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab5ccefa..3e4e5069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "5.1.0", + "version": "6.0.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",