Skip to content

Commit

Permalink
BA-1204: update material ui
Browse files Browse the repository at this point in the history
  • Loading branch information
anicioalexandre committed Oct 6, 2023
1 parent c1e75cc commit a4cccf5
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 173 deletions.
6 changes: 6 additions & 0 deletions packages/design-system-mui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @baseapp-frontend/design-system-mui

## 1.5.0

### Minor Changes

- Update `@mui/material` and `@mui/icons-material` versions.

## 1.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/design-system-mui",
"description": "Design System components and configurations.",
"version": "1.4.1",
"version": "1.5.0",
"main": "./dist/index.ts",
"module": "./dist/index.mjs",
"scripts": {
Expand All @@ -22,8 +22,8 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.2"
Expand Down
Loading

0 comments on commit a4cccf5

Please sign in to comment.