From fc0c0641adc7e2a2a155bcce90b8f065debe6f75 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Dec 2021 10:26:12 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] # [5.1.0](https://github.com/react-native-community/datetimepicker/compare/v5.0.2...v5.1.0) (2021-12-21) ### Features * add back locale prop ([#544](https://github.com/react-native-community/datetimepicker/issues/544)) ([05f39fa](https://github.com/react-native-community/datetimepicker/commit/05f39fa82efbbd114550c3ad8044096382075277)), closes [#540](https://github.com/react-native-community/datetimepicker/issues/540) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2c5600d..badda45a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "5.0.2", + "version": "5.1.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",