@availity/mui-avatar 0.1.4 → 0.1.6

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 +6 -4
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -2,14 +2,17 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.6](https://github.com/Availity/element/compare/@availity/mui-avatar@0.1.5...@availity/mui-avatar@0.1.6) (2023-11-07)
6
+
7
+ ## [0.1.5](https://github.com/Availity/element/compare/@availity/mui-avatar@0.1.4...@availity/mui-avatar@0.1.5) (2023-10-06)
8
+
5
9
  ## [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
10
 
7
11
  ## [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
12
 
9
-
10
13
  ### Bug Fixes
11
14
 
12
- * **mui-avatar:** add alt text to the ImageAvater story for 508 compliance ([29c024c](https://github.com/Availity/element/commit/29c024c80b45e0951a748464ca695aee6ca92e0c))
15
+ - **mui-avatar:** add alt text to the ImageAvater story for 508 compliance ([29c024c](https://github.com/Availity/element/commit/29c024c80b45e0951a748464ca695aee6ca92e0c))
13
16
 
14
17
  ## [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
18
 
@@ -17,7 +20,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
17
20
 
18
21
  ## 0.1.0 (2023-06-20)
19
22
 
20
-
21
23
  ### Features
22
24
 
23
- * **mui-avatar:** initial commit ([ed356db](https://github.com/Availity/element/commit/ed356dbaeef699b1a8fb201ec3be8c0bc84d62c9))
25
+ - **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.6",
4
4
  "description": "Availity MUI Avatar Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -28,13 +28,12 @@
28
28
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
29
29
  "clean": "rm -rf dist",
30
30
  "clean:nm": "rm -rf node_modules",
31
- "bundlesize": "bundlesize",
32
31
  "publish": "yarn npm publish --tolerate-republish --access public",
33
32
  "publish:canary": "yarn npm publish --access public --tag canary"
34
33
  },
35
34
  "devDependencies": {
36
- "@availity/mui-icon": "^0.4.1",
37
- "@mui/material": "^5.11.9",
35
+ "@availity/mui-icon": "^0.7.1",
36
+ "@mui/material": "^5.14.12",
38
37
  "react": "18.2.0",
39
38
  "react-dom": "18.2.0",
40
39
  "tsup": "^5.12.7",
@@ -48,6 +47,6 @@
48
47
  "access": "public"
49
48
  },
50
49
  "dependencies": {
51
- "@availity/design-tokens": "^0.5.1"
50
+ "@availity/design-tokens": "^0.9.0"
52
51
  }
53
52
  }