Skip to content

Commit

Permalink
Merge pull request #803 from lyytioy/next
Browse files Browse the repository at this point in the history
Version 4.0.2
  • Loading branch information
susannalandstrom committed Feb 20, 2024
2 parents aced633 + 7db49e4 commit 65bbe50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "4.0.1",
"version": "4.0.2",
"engines": {
"node": "^18",
"npm": "^9"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ export type { ToggleButtonOption } from './components/ToggleButtonGroup';
export { createFilterOptions } from '@mui/material/useAutocomplete';
export { useTheme } from '@mui/system';
export type { SxProps } from '@mui/material';
export type { Theme } from '@mui/material/styles';
export type { Theme } from '@mui/material';

0 comments on commit 65bbe50

Please sign in to comment.