Skip to content

Commit 1e69b54

Browse files
chore(release): 2.0.0 [skip ci]
# [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`
1 parent 3605760 commit 1e69b54

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/JT501/formik-semantic-ui-react/compare/v1.2.1...v2.0.0) (2020-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **Input:** CI Building Warning ([e6bf808](https://github.com/JT501/formik-semantic-ui-react/commit/e6bf808df9b36a36d15b8770dfdeeb8876399323))
7+
* **TextArea:** `OnBlur` event block Reset / Submit Button's `onClick` events ([36c25b6](https://github.com/JT501/formik-semantic-ui-react/commit/36c25b6c385d1bf7fefa450788dca5e76e34a387))
8+
9+
10+
### Code Refactoring
11+
12+
* Combine props `errorPrompt` & `errorConfig` ([fe5b1a6](https://github.com/JT501/formik-semantic-ui-react/commit/fe5b1a68e065a7ddcbc421a3239990a4ebd9e52b))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Remove prop `errorConfig`
18+
119
## [1.2.1](https://github.com/JT501/formik-semantic-ui-react/compare/v1.2.0...v1.2.1) (2020-11-11)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.1",
2+
"version": "2.0.0",
33
"name": "formik-semantic-ui-react",
44
"author": "Johnny Tsoi",
55
"license": "Apache-2.0",

0 commit comments

Comments
 (0)