Skip to content

Commit

Permalink
2.1.5 -> 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Oct 27, 2024
1 parent 8ea2424 commit 030795a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 2.1.6

- Removed `"engines"` block and replaced with `"packageManager"`
- Don't read `document.direction` for RTL detection; use inherited style instead

## 2.1.5

- Add react v19 to peer deps
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.1.5",
"version": "2.1.6",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 030795a

Please sign in to comment.