Skip to content

Commit b661519

Browse files
committed
2.1.6 -> 2.1.7
1 parent 479c3cb commit b661519

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.7
4+
5+
- [#427](https://github.com/bvaughn/react-resizable-panels/pull/427): Stacking order checks also check for `SVGElement`s (bug fix)
6+
- [#433](https://github.com/bvaughn/react-resizable-panels/pull/433): Exclude `src` directory from NPM package
7+
38
# 2.1.6
49

510
- Removed `"engines"` block and replaced with `"packageManager"`

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.6",
3+
"version": "2.1.7",
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)