Skip to content

Commit

Permalink
1.0.4 -> 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 24, 2023
1 parent f689c59 commit e734ebd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.5

- Fix regression that broke server rendering (#240)

## 1.0.4

- Edge case bug fix for `isCollapsed` panel method
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": "1.0.4",
"version": "1.0.5",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit e734ebd

@vercel
Copy link

@vercel vercel bot commented on e734ebd Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.