Skip to content

Commit

Permalink
bump version (#170)
Browse files Browse the repository at this point in the history
* give access to toast types

* fix: toast button display
feature: support on receive class name prop and give access to toast type constants

* chore: undo story change

* chore: bump version

* bump version

* chore: undo comment

* chore: undo comment
  • Loading branch information
Hadas Farhi authored Jul 20, 2021
1 parent b8cd20f commit 7bd534f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.57",
"version": "0.3.58",
"description": "Official monday.com UI resources for application development in React.js",
"main": "dist/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Toast/__stories__/toast.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Sandbox = () => {
autoHideDuration={knobs.autoHideDuration}
hideIcon={knobs.hideIcon}
>
Something Happened!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Something Happened
</Toast>
</StoryStateColumn>
</StoryStateRow>
Expand Down

0 comments on commit 7bd534f

Please sign in to comment.