Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.1...v2.0.0) (2020-11-12)

### Bug Fixes

* **Input:** CI Building Warning ([e6bf808](e6bf808))
* **TextArea:** `OnBlur` event block Reset / Submit Button's `onClick` events ([36c25b6](36c25b6))

### Code Refactoring

* Combine props `errorPrompt` & `errorConfig` ([fe5b1a6](fe5b1a6))

### BREAKING CHANGES

* Remove prop `errorConfig`
  • Loading branch information
semantic-release-bot committed Nov 12, 2020
1 parent 3605760 commit 1e69b54
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/JT501/formik-semantic-ui-react/compare/v1.2.1...v2.0.0) (2020-11-12)


### Bug Fixes

* **Input:** CI Building Warning ([e6bf808](https://github.com/JT501/formik-semantic-ui-react/commit/e6bf808df9b36a36d15b8770dfdeeb8876399323))
* **TextArea:** `OnBlur` event block Reset / Submit Button's `onClick` events ([36c25b6](https://github.com/JT501/formik-semantic-ui-react/commit/36c25b6c385d1bf7fefa450788dca5e76e34a387))


### Code Refactoring

* Combine props `errorPrompt` & `errorConfig` ([fe5b1a6](https://github.com/JT501/formik-semantic-ui-react/commit/fe5b1a68e065a7ddcbc421a3239990a4ebd9e52b))


### BREAKING CHANGES

* Remove prop `errorConfig`

## [1.2.1](https://github.com/JT501/formik-semantic-ui-react/compare/v1.2.0...v1.2.1) (2020-11-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "2.0.0",
"name": "formik-semantic-ui-react",
"author": "Johnny Tsoi",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1e69b54

Please sign in to comment.