From c85f8773f01a8bd1b92c3a4e9bc56940dc376fc6 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Tue, 21 Sep 2021 17:20:37 +0300 Subject: [PATCH] v2.1.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124ecaf..80fbd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.3](https://github.com/zabute/formsy-semantic-ui-react/compare/v2.1.2...v2.1.3) + +- fix: exclude inputClassName from input props [`#113`](https://github.com/zabute/formsy-semantic-ui-react/pull/113) +- Bump color-string from 1.5.3 to 1.6.0 in /example [`#111`](https://github.com/zabute/formsy-semantic-ui-react/pull/111) +- Bump path-parse from 1.0.6 to 1.0.7 in /example [`#110`](https://github.com/zabute/formsy-semantic-ui-react/pull/110) +- Bump path-parse from 1.0.6 to 1.0.7 [`#109`](https://github.com/zabute/formsy-semantic-ui-react/pull/109) +- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#104`](https://github.com/zabute/formsy-semantic-ui-react/pull/104) + #### [v2.1.2](https://github.com/zabute/formsy-semantic-ui-react/compare/v2.1.1...v2.1.2) +> 10 June 2021 + - Bump normalize-url from 4.5.0 to 4.5.1 [`#103`](https://github.com/zabute/formsy-semantic-ui-react/pull/103) - Bump glob-parent from 5.1.1 to 5.1.2 [`#102`](https://github.com/zabute/formsy-semantic-ui-react/pull/102) - Bump ws from 5.2.2 to 5.2.3 in /example [`#101`](https://github.com/zabute/formsy-semantic-ui-react/pull/101) diff --git a/package.json b/package.json index 7b65d9c..91bf759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formsy-semantic-ui-react", - "version": "2.1.2", + "version": "2.1.3", "description": "Formsy-React wrappers for Semantic-Ui-React's form Components", "repository": { "type": "git",