Skip to content

Commit

Permalink
GC-2490 export the FloatingActionButton (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-r-morgan authored Mar 6, 2024
1 parent bf5e27b commit b3c53a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.0.18

- export `FloatingActionButton` component

## v2.0.17

- Add `FloatingActionButton` component
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/ui-components",
"version": "2.0.17",
"version": "2.0.18",
"engines": {
"node": ">=20.2.0",
"npm": ">=10.2.0"
Expand Down
1 change: 1 addition & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ export { default as Stepper } from './Stepper/Stepper';
export { default as StepperItem } from './Stepper/StepperItem';
export { default as StepperVertical } from './StepperVertical/StepperVertical';
export { default as Dropzone } from './Dropzone/Dropzone';
export { default as FloatingActionButton } from './FloatingActionButton/FloatingActionButton';

0 comments on commit b3c53a6

Please sign in to comment.