From cd06c6a4d3678890493e3345b465b6c96063e9f7 Mon Sep 17 00:00:00 2001 From: "wuyan.dxd" Date: Tue, 30 Jul 2019 10:14:55 +0800 Subject: [PATCH 1/2] bump version --- HISTORY.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4eb9b5f..be2dee7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History ----- + +--- + +## 6.0.10 + +- fix calendar recursive when use12Hours ## 6.0.9 @@ -22,7 +27,6 @@ - support minuteStep - ## 5.0.0 / 2016-09-07 - extract datePicker element from popup @@ -53,4 +57,4 @@ ## 1.0.0 / 2015-12-23 -- init \ No newline at end of file +- init diff --git a/package.json b/package.json index dfdc236..ad35107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rmc-date-picker", - "version": "6.0.9", + "version": "6.0.10", "description": "React Mobile DatePicker Component for web and react-native", "keywords": [ "react", From 73322721b2bd779c390505e94c2ce4d500e47044 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 02:19:18 +0000 Subject: [PATCH 2/2] Update react-native requirement from ~0.42.0 to ~0.60.4 Updates the requirements on [react-native](https://github.com/facebook/react-native) to permit the latest version. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/master/Releases.md) - [Commits](https://github.com/facebook/react-native/compare/v0.42.0...v0.60.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad35107..110f367 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "rc-tools": "6.x", "react": "^15.5.0", "react-dom": "^15.5.0", - "react-native": "~0.42.0", + "react-native": "~0.60.4", "react-native-index-page": "~0.2.0", "react-test-renderer": "^15.5.0" },