Skip to content

Commit

Permalink
v0.0.4 -> v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 23, 2022
1 parent e07370e commit f647db3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.5
* TypeScript props type fix

## 0.0.4
* [#8](https://github.com/bvaughn/react-resizable-panels/issues/8): Added optional `order` prop to `Panel` to improve conditional rendering.

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": "0.0.4",
"version": "0.0.5",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-resizable-panels/src/PanelGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Direction, PanelData } from "./types";

type Props = {
autoSaveId?: string;
children?: ReactNode[];
children?: ReactNode;
className?: string;
direction: Direction;
height: number;
Expand Down

1 comment on commit f647db3

@vercel
Copy link

@vercel vercel bot commented on f647db3 Dec 23, 2022

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.