diff --git a/CHANGELOG.md b/CHANGELOG.md index 336feb9..6648efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [6.0.1] 2022-07-19 + +### Fixed + +- Remove width/height classes from horizontal resizeable panel + ## [6.0.0] 2022-07-14 ### Fixed diff --git a/package.json b/package.json index 7e7a962..4e0855a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@perimetre/ui", "description": "A component library made by @perimetre", - "version": "6.0.0", + "version": "6.0.1", "repository": { "type": "git", "url": "git+https://github.com/perimetre/ui.git" diff --git a/src/components/HorizontalResizeablePanel/index.tsx b/src/components/HorizontalResizeablePanel/index.tsx index 882673d..981104d 100644 --- a/src/components/HorizontalResizeablePanel/index.tsx +++ b/src/components/HorizontalResizeablePanel/index.tsx @@ -112,7 +112,7 @@ export const HorizontalResizeablePanel: React.FC }, []); return ( -
+
{resizeLeft && (