From 6d30fa2dae6f8574c9e75bcd9d27b18be308f5f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Sep 2021 07:26:18 +0000 Subject: [PATCH] chore(release): 11.0.0 [skip ci] # [11.0.0](https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v10.2.0...v11.0.0) (2021-09-01) ### Features * Remove usage of deprecated function `removeListener` ([#591](https://github.com/mmazzarolo/react-native-modal-datetime-picker/issues/591)) ([be02ed6](https://github.com/mmazzarolo/react-native-modal-datetime-picker/commit/be02ed6c403d7120661d3532961cfb25b1dd4d38)) ### BREAKING CHANGES * From now on, we require `react-native>=0.65` to work correctly (because `react-native@0.65` deprecates the `removeListener` API that we were using before this change). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76b380c..f6c0b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-modal-datetime-picker", - "version": "10.2.0", + "version": "11.0.0", "description": "A react-native datetime-picker for Android and iOS", "main": "src/index.js", "files": [