Skip to content

Commit d62d5cf

Browse files
committed
v2.2.6
1 parent d131af3 commit d62d5cf

5 files changed

+10
-5
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.2.6](https://github.com/formsy/formsy-react/compare/v2.2.5...v2.2.6)
8+
9+
- Bump deps [`#668`](https://github.com/formsy/formsy-react/pull/668)
10+
- Update CHANGELOG.md [`80acda7`](https://github.com/formsy/formsy-react/commit/80acda7623353f0520dc3a2152c855fcc190e4ff)
11+
- Make changelog change properly on deploy [`e528cfd`](https://github.com/formsy/formsy-react/commit/e528cfd786fd60dcf1c0f08288be0346b8b63559)
12+
713
#### [v2.2.5](https://github.com/formsy/formsy-react/compare/v2.2.4...v2.2.5)
814

915
> 15 March 2021
@@ -357,7 +363,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
357363
- Nit-picky typo [`#366`](https://github.com/formsy/formsy-react/pull/366)
358364
- Update README.md [`15493dc`](https://github.com/formsy/formsy-react/commit/15493dce67433746391f4eb42c7f994b72cf5df9)
359365
- Update LICENSE [`89dbed0`](https://github.com/formsy/formsy-react/commit/89dbed0468f3b27a06d17e6a277df20847ee2287)
360-
- Nit-picky typo [`42ba961`](https://github.com/formsy/formsy-react/commit/42ba9616d29b2ab0399b81dd24763803023913fa)
361366

362367
#### [v0.18.1](https://github.com/formsy/formsy-react/compare/v0.18.0...v0.18.1)
363368

dist/formsy-react.cjs.development.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.cjs.production.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.esm.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsy-react",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "A form input builder and validator for React",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)