@availity/mui-avatar 0.1.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,14 +2,15 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
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
+
5
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
 
7
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)
8
10
 
9
-
10
11
  ### Bug Fixes
11
12
 
12
- * **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))
13
14
 
14
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)
15
16
 
@@ -17,7 +18,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
17
18
 
18
19
  ## 0.1.0 (2023-06-20)
19
20
 
20
-
21
21
  ### Features
22
22
 
23
- * **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.4",
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.1",
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.5.1"
51
+ "@availity/design-tokens": "^0.6.2"
52
52
  }
53
53
  }