Skip to content

Commit 6c456f1

Browse files
Version Packages (#125)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 59fb044 commit 6c456f1

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/yellow-falcons-talk.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [`59fb044`](https://github.com/react-hook-form/devtools/commit/59fb044c07e54b3e67702864a1aa359356655749) Thanks [@bluebill1049](https://github.com/bluebill1049)! - fix errorMessage.trim is not a function error (#124)
8+
New: Show isValud state in the formStateTable component (#122)
9+
Update: Add cursor: pointer to the state panel button (#123)
10+
311
## [2.2.0] - 2020-08-25
412

513
### BREAKING

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hookform/devtools",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "React Hook Form dev tool to help debugging forms",
55
"main": "dist/index.js",
66
"umd:main": "dist/index.umd.development.js",

0 commit comments

Comments
 (0)