File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
packages/design-system-mui Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# @baseapp-frontend/design-system-mui
22
3+ ## 1.0.1
4+
5+ ### Patch Changes
6+
7+ - Updated package.json configs.
8+
39## 1.0.0
410
511### Major Changes
612
713- Created design-system-mui package
814- Created following components:
9- - ButtonWithLoading
10- - ImageUploader (component used in WTF project)
11- - PasswordField
15+ - ButtonWithLoading
16+ - ImageUploader (component used in WTF project)
17+ - PasswordField
Original file line number Diff line number Diff line change 11{
22 "name" : " @baseapp-frontend/design-system-mui" ,
33 "description" : " Design System components and configurations." ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "main" : " ./dist/index.ts" ,
66 "module" : " ./dist/index.mjs" ,
77 "types" : " ./dist/index.d.ts" ,
3030 "repository" : {
3131 "type" : " git" ,
3232 "url" : " https://github.com/silverlogic/baseapp-frontend.git" ,
33- "directory" : " packages/core "
33+ "directory" : " packages/design-system-mui "
3434 },
3535 "bugs" : {
3636 "url" : " https://github.com/silverlogic/baseapp-frontend/issues"
You can’t perform that action at this time.
0 commit comments