@availity/mui-avatar 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,12 +2,15 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- ## [0.1.3](https://github.com/Availity/element/compare/@availity/mui-avatar@0.1.2...@availity/mui-avatar@0.1.3) (2023-08-16)
5
+ ## [0.1.5](https://github.com/Availity/element/compare/@availity/mui-avatar@0.1.4...@availity/mui-avatar@0.1.5) (2023-10-06)
6
+
7
+ ## [0.1.4](https://github.com/Availity/element/compare/@availity/mui-avatar@0.1.3...@availity/mui-avatar@0.1.4) (2023-08-23)
6
8
 
9
+ ## [0.1.3](https://github.com/Availity/element/compare/@availity/mui-avatar@0.1.2...@availity/mui-avatar@0.1.3) (2023-08-16)
7
10
 
8
11
  ### Bug Fixes
9
12
 
10
- * **mui-avatar:** add alt text to the ImageAvater story for 508 compliance ([29c024c](https://github.com/Availity/element/commit/29c024c80b45e0951a748464ca695aee6ca92e0c))
13
+ - **mui-avatar:** add alt text to the ImageAvater story for 508 compliance ([29c024c](https://github.com/Availity/element/commit/29c024c80b45e0951a748464ca695aee6ca92e0c))
11
14
 
12
15
  ## [0.1.2](https://github.com/Availity/element/compare/@availity/mui-avatar@0.1.1...@availity/mui-avatar@0.1.2) (2023-07-13)
13
16
 
@@ -15,7 +18,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
15
18
 
16
19
  ## 0.1.0 (2023-06-20)
17
20
 
18
-
19
21
  ### Features
20
22
 
21
- * **mui-avatar:** initial commit ([ed356db](https://github.com/Availity/element/commit/ed356dbaeef699b1a8fb201ec3be8c0bc84d62c9))
23
+ - **mui-avatar:** initial commit ([ed356db](https://github.com/Availity/element/commit/ed356dbaeef699b1a8fb201ec3be8c0bc84d62c9))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-avatar",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Availity MUI Avatar Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -33,8 +33,8 @@
33
33
  "publish:canary": "yarn npm publish --access public --tag canary"
34
34
  },
35
35
  "devDependencies": {
36
- "@availity/mui-icon": "^0.4.0",
37
- "@mui/material": "^5.11.9",
36
+ "@availity/mui-icon": "^0.6.1",
37
+ "@mui/material": "^5.14.12",
38
38
  "react": "18.2.0",
39
39
  "react-dom": "18.2.0",
40
40
  "tsup": "^5.12.7",
@@ -48,6 +48,6 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "@availity/design-tokens": "^0.4.9"
51
+ "@availity/design-tokens": "^0.6.2"
52
52
  }
53
53
  }
package/project.json CHANGED
@@ -37,5 +37,6 @@
37
37
  "tagPrefix": "@availity/${projectName}@"
38
38
  }
39
39
  }
40
- }
40
+ },
41
+ "trackDeps": true
41
42
  }