From 1e69b54caf04e9d0ca2f4153c7e2220900c92adf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Nov 2020 09:05:23 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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` --- docs/CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 12ac06b..27c9462 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1066b84..08b170c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "2.0.0", "name": "formik-semantic-ui-react", "author": "Johnny Tsoi", "license": "Apache-2.0",