Skip to content

Commit

Permalink
Merge pull request #111 from perimetre/10.5.0
Browse files Browse the repository at this point in the history
10.5.1
  • Loading branch information
AssisrMatheus authored Sep 18, 2023
2 parents 58729fc + 70e55e8 commit d6bcf8b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [10.5.0] 2023-09-24
## [10.5.1] 2023-09-18

### Fixed

- Correctly exports `VerticalResizeablePanel` component

## [10.5.0] 2023-09-18

### Changes

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perimetre/ui",
"description": "A component library made by @perimetre",
"version": "10.5.0",
"version": "10.5.1",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
Expand Down Expand Up @@ -161,4 +161,4 @@
"resolutions": {
"@storybook/react/webpack": "^5"
}
}
}
1 change: 1 addition & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export * from './ExpertCard';
export * from './ProgramCard';
export * from './BaseCard';
export * from './HorizontalResizeablePanel';
export * from './VerticalResizeablePanel';
export * from './FormikSubmitOnChange';
export * from './ButtonStack';
export * from './DatePickerInput';
Expand Down

0 comments on commit d6bcf8b

Please sign in to comment.