diff --git a/packages/react-resizable-panels/CHANGELOG.md b/packages/react-resizable-panels/CHANGELOG.md index 0744544a6..9fbf46ba3 100644 --- a/packages/react-resizable-panels/CHANGELOG.md +++ b/packages/react-resizable-panels/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.6 + +- Export internal DOM helper methods. + ## 1.0.5 - Fix server rendering regression (#240); Panels will now render with their `defaultSize` during initial mount (if one is specified). This allows server-rendered components to store the most recent size in a cookie and use that value as the default for subsequent page visits. diff --git a/packages/react-resizable-panels/package.json b/packages/react-resizable-panels/package.json index de35bf04f..a02e8acb6 100644 --- a/packages/react-resizable-panels/package.json +++ b/packages/react-resizable-panels/package.json @@ -1,6 +1,6 @@ { "name": "react-resizable-panels", - "version": "1.0.5", + "version": "1.0.6", "description": "React components for resizable panel groups/layouts", "author": "Brian Vaughn ", "license": "MIT",