Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.3...v3.0.0) (2021-01-13)

### Features

* add controllable component for both EditText and EditTextarea ([5d34a65](5d34a65))
* add controlled values (defaultValue, value, onChange) ([516dd3c](516dd3c))

### BREAKING CHANGES

* add defaultValue and onChange props to allow controllable components
  • Loading branch information
semantic-release-bot committed Jan 13, 2021
1 parent 2321d66 commit b458b4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0](https://github.com/bymi15/react-edit-text/compare/v2.1.3...v3.0.0) (2021-01-13)


### Features

* add controllable component for both EditText and EditTextarea ([5d34a65](https://github.com/bymi15/react-edit-text/commit/5d34a65d9892451c7846a49e8f96a3629f43b821))
* add controlled values (defaultValue, value, onChange) ([516dd3c](https://github.com/bymi15/react-edit-text/commit/516dd3cb5a3120495db06f732a802d67a2969ca4))


### BREAKING CHANGES

* add defaultValue and onChange props to allow controllable components

## [2.1.3](https://github.com/bymi15/react-edit-text/compare/v2.1.2...v2.1.3) (2020-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-edit-text",
"version": "2.1.3",
"version": "3.0.0",
"description": "Simple editable text component for React",
"author": "Brian Min <[email protected]> (https://github.com/bymi15)",
"license": "MIT",
Expand Down

0 comments on commit b458b4e

Please sign in to comment.