Skip to content

Commit ef46e7e

Browse files
(BA) publish design system mui (#13)
Co-authored-by: Alexandre Anicio <[email protected]>
1 parent 1f4b914 commit ef46e7e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
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

packages/design-system-mui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -30,7 +30,7 @@
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"

0 commit comments

Comments
 (0)