Skip to content

Commit

Permalink
bump: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed Dec 10, 2020
1 parent 648b00c commit 0eade02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "monday-ui-react-core",
"version": "0.0.38",
"version": "0.0.39",
"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/published-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const publishedComponents = {
Divider: "/src/components/Divider/Divider.jsx",
MenuItem: "/src/components/Menu/MenuItem/MenuItem.jsx",
Menu: "/src/components/Menu/Menu/Menu.jsx",
Dialog: "/src/components/Dialog/Dialog.jsx",
DialogContentContainer:
"/src/components/DialogContentContainer/DialogContentContainer.jsx",
AttentionBox: "/src/components/AttentionBox/AttentionBox.jsx",
Expand Down

0 comments on commit 0eade02

Please sign in to comment.