Skip to content

Commit dcf6507

Browse files
committed
v2.2.8
1 parent 7056b3e commit dcf6507

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.8](https://github.com/formsy/formsy-react/compare/v2.2.7...v2.2.8)
8+
9+
- Migrate to react testing lib instead of enzyme [`#679`](https://github.com/formsy/formsy-react/pull/679)
10+
- Bump deps [`7056b3e`](https://github.com/formsy/formsy-react/commit/7056b3eca1bc8df759f05f88a75f5ff681dc2596)
11+
- refactor: Move rules tests to rules folder [`33d2f88`](https://github.com/formsy/formsy-react/commit/33d2f8888b211672bfa762a2e804d651683903a6)
12+
- Update ci build deps [`3599710`](https://github.com/formsy/formsy-react/commit/3599710dc5226545e5dca7495ec130ad4af8c862)
13+
714
#### [v2.2.7](https://github.com/formsy/formsy-react/compare/v2.2.6...v2.2.7)
815

16+
> 24 July 2022
17+
918
- chore(deps): Bump ws from 7.4.2 to 7.4.6 [`#630`](https://github.com/formsy/formsy-react/pull/630)
1019
- chore(deps): Bump hosted-git-info from 2.8.8 to 2.8.9 [`#628`](https://github.com/formsy/formsy-react/pull/628)
1120
- chore(deps): Bump glob-parent from 5.1.1 to 5.1.2 [`#639`](https://github.com/formsy/formsy-react/pull/639)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsy-react",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "A form input builder and validator for React",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)