Skip to content

Commit

Permalink
Bumped version into v6.1.1
Browse files Browse the repository at this point in the history
Bug fixes

- #269: Fixed issue #268 - disabled state doesn't update an input field (by @patw0929)
- #265: update cursor position after focused (by @Loongwoo)

Chores

- #267 - Use createPortal API to implement RootModal (by @patw0929)
- Added ISSUE_TEMPLATE.md & PULL_REQUEST_TEMPLATE.md
  • Loading branch information
patw0929 committed Jan 25, 2019
1 parent 5a23206 commit ea1c29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-tel-input",
"version": "6.1.0",
"version": "6.1.1",
"description": "Telephone input component. Rewrite intl-tel-input in React.js.",
"author": "patw",
"keywords": [
Expand Down

0 comments on commit ea1c29f

Please sign in to comment.