@availity/mui-badge 0.1.8 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,16 +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
+
5
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)
6
8
 
7
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)
8
10
 
9
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)
10
12
 
11
-
12
13
  ### Bug Fixes
13
14
 
14
- * **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))
15
16
 
16
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)
17
18
 
@@ -25,7 +26,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
25
26
 
26
27
  ## 0.1.0 (2023-02-28)
27
28
 
28
-
29
29
  ### Features
30
30
 
31
- * **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.8",
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.1",
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",