From 6ac23bdf384648db7b993e31b3fd93fe2d5af3da Mon Sep 17 00:00:00 2001 From: Wonday Date: Thu, 20 Dec 2018 19:01:04 +0800 Subject: [PATCH] version up to v1.1.1 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1fa4e..9a66785 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ A react-native module that can listen on orientation changing of device, get cur ### ChangeLog +v1.1.1 + 1. fix show "supported event type for deviceOrientationDidChange..." error in debug + 2. fix getAutoRotateState() code error + v1.1.0 **BREAK CHANGE** 1. split ```addOrientationListener(function(orientation, deviceOrientation))``` to ```addOrientationListener(function(orientation))``` and ```addDeviceOrientationListener(function(deviceOrientation))``` diff --git a/package.json b/package.json index 5b2c31f..63c73e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation-locker", - "version": "1.1.0", + "version": "1.1.1", "summary": "A react-native module that can listen on orientation changing of device", "description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.", "homepage": "https://github.com/wonday/react-native-orientation-locker",