From 7292c03beb5cc5763fbe328d0fc8b12a5c2f91ca Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Mon, 6 Dec 2021 20:27:50 +0300 Subject: [PATCH] ver: 0.1.5 is published --- README.md | 1 + package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47430d3..16c9f10 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ should work of the example project. | charCountColor | color | "#ccc" | change character count's color | | exceedCharCountColor | color | "red" | change the exceeded character count color | | defaultCharCount | number | 0 | set the default char count other than 0 | +| inputRef | ref | default | set the input reference | ## Author diff --git a/package-lock.json b/package-lock.json index 22bdece..24ab4dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freakycoder/react-native-text-area", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3970907..aafd1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@freakycoder/react-native-text-area", - "version": "0.1.4", + "version": "0.1.5", "description": "Simple and easy to use TextArea for React Native", "keywords": [ "ios",