Skip to content

Commit

Permalink
fix: add buttongroup to index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed May 2, 2021
1 parent 0128be5 commit 4beae83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monday-ui-react-core",
"version": "0.3.10",
"version": "0.3.11",
"description": "Official monday.com UI resources for application development in React.js",
"main": "dist/main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export { default as DialogContentContainer } from "./DialogContentContainer/Dial
export { default as Dropdown } from "./Dropdown/Dropdown";
export { default as Toast } from "./Toast/Toast";
export { default as Banner } from "./Banner/Banner";
export { default as ButtonGroup } from "./ButtonGroup/ButtonGroup";

export { default as MultiStepIndicator } from "./MultiStepIndicator/MultiStepIndicator";
export { default as HiddenText } from "./HiddenText/HiddenText";
Expand Down

0 comments on commit 4beae83

Please sign in to comment.