Skip to content

Commit

Permalink
Merge pull request #741 from lyytioy/next
Browse files Browse the repository at this point in the history
v3.7.1
  • Loading branch information
mikael-jarvinen authored Jan 11, 2024
2 parents 2557d56 + f85bf97 commit 758b340
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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
Expand Up @@ -2,7 +2,7 @@
"name": "@lyyti/design-system",
"description": "Lyyti Design System",
"homepage": "https://lyytioy.github.io/lyyti-design-system",
"version": "3.7.0",
"version": "3.7.1",
"engines": {
"node": "^18",
"npm": "^9"
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export { default as ListItemText } from '@mui/material/ListItemText';
export { default as MenuItem } from './components/MenuItem';
export { default as MenuList } from './components/Menu';
export { default as Modal } from '@mui/material/Modal';
export { default as NumberInput } from './components/NumberInput';
export type { NumberInputProps } from './components/NumberInput';
export { default as Pagination } from './components/Pagination';
export { default as Paper } from './components/Paper';
export { default as Popper } from './components/Popper';
Expand Down

0 comments on commit 758b340

Please sign in to comment.