@availity/mui-badge 0.1.7 → 0.1.9

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,14 +2,17 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.9](https://github.com/Availity/element/compare/@availity/mui-badge@0.1.8...@availity/mui-badge@0.1.9) (2023-10-06)
6
+
7
+ ## [0.1.8](https://github.com/Availity/element/compare/@availity/mui-badge@0.1.7...@availity/mui-badge@0.1.8) (2023-08-23)
8
+
5
9
  ## [0.1.7](https://github.com/Availity/element/compare/@availity/mui-badge@0.1.6...@availity/mui-badge@0.1.7) (2023-07-13)
6
10
 
7
11
  ## [0.1.6](https://github.com/Availity/element/compare/@availity/mui-badge@0.1.5...@availity/mui-badge@0.1.6) (2023-06-01)
8
12
 
9
-
10
13
  ### Bug Fixes
11
14
 
12
- * **mui-badge:** add success color type ([e0de967](https://github.com/Availity/element/commit/e0de967626e2d235701bcc07b3bd8b5e2957c8d2))
15
+ - **mui-badge:** add success color type ([e0de967](https://github.com/Availity/element/commit/e0de967626e2d235701bcc07b3bd8b5e2957c8d2))
13
16
 
14
17
  ## [0.1.5](https://github.com/Availity/element/compare/@availity/mui-badge@0.1.4...@availity/mui-badge@0.1.5) (2023-05-23)
15
18
 
@@ -23,7 +26,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
23
26
 
24
27
  ## 0.1.0 (2023-02-28)
25
28
 
26
-
27
29
  ### Features
28
30
 
29
- * **badge:** init ([630b429](https://github.com/Availity/element/commit/630b4297f7787ca3ebd1daf5ddec36ed103bd883))
31
+ - **badge:** init ([630b429](https://github.com/Availity/element/commit/630b4297f7787ca3ebd1daf5ddec36ed103bd883))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-badge",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Availity MUI Badge Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -34,8 +34,8 @@
34
34
  "publish:canary": "yarn npm publish --access public --tag canary"
35
35
  },
36
36
  "devDependencies": {
37
- "@availity/mui-icon": "^0.4.0",
38
- "@mui/material": "^5.11.9",
37
+ "@availity/mui-icon": "^0.6.1",
38
+ "@mui/material": "^5.14.12",
39
39
  "react": "18.2.0",
40
40
  "react-dom": "18.2.0",
41
41
  "tsup": "^5.12.7",
package/project.json CHANGED
@@ -37,5 +37,6 @@
37
37
  "tagPrefix": "@availity/${projectName}@"
38
38
  }
39
39
  }
40
- }
40
+ },
41
+ "trackDeps": true
41
42
  }