Skip to content

Commit 030795a

Browse files
committed
2.1.5 -> 2.1.6
1 parent 8ea2424 commit 030795a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/react-resizable-panels/CHANGELOG.md

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

3+
# 2.1.6
4+
5+
- Removed `"engines"` block and replaced with `"packageManager"`
6+
- Don't read `document.direction` for RTL detection; use inherited style instead
7+
38
## 2.1.5
49

510
- Add react v19 to peer deps

packages/react-resizable-panels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resizable-panels",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "React components for resizable panel groups/layouts",
55
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)