Skip to content

Commit

Permalink
Merge pull request #104 from perimetre/feat/add-time-picker
Browse files Browse the repository at this point in the history
feat: correctly exports components
  • Loading branch information
AssisrMatheus authored Apr 12, 2023
2 parents bd84730 + 232dce6 commit 43caaa7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [10.0.1] 2023-04-12

### Fixed

- Correctly exports recently added components

## [10.0.0] 2023-04-12

### **Breaking changes**
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "10.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
Expand Down
3 changes: 3 additions & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ export * from './ButtonStack';
export * from './DatePickerInput';
export * from './DateRangePickerInput';
export * from './ImageLoader';
export * from './ToggleInput';
export * from './ToggleButton';
export * from './SelectStack';

0 comments on commit 43caaa7

Please sign in to comment.