Skip to content

Commit

Permalink
Update CHANGELOG and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jul 2, 2024
1 parent 4fab3d1 commit 1db2abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## Unreleased
## 2.0.20

- Reset global cursor if an active resize handle is unmounted (#313)
- Resize handle supports (optional) `onFocus` or `onBlur` props (#370)

## 2.0.19
Expand Down
2 changes: 1 addition & 1 deletion packages/react-resizable-panels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
"version": "2.0.19",
"version": "2.0.20",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 1db2abf

Please sign in to comment.