@availity/mui-badge 0.1.8 → 0.1.10

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 +3 -4
package/CHANGELOG.md CHANGED
@@ -2,16 +2,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.10](https://github.com/Availity/element/compare/@availity/mui-badge@0.1.9...@availity/mui-badge@0.1.10) (2023-11-07)
6
+
7
+ ## [0.1.9](https://github.com/Availity/element/compare/@availity/mui-badge@0.1.8...@availity/mui-badge@0.1.9) (2023-10-06)
8
+
5
9
  ## [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
10
 
7
11
  ## [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
12
 
9
13
  ## [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
14
 
11
-
12
15
  ### Bug Fixes
13
16
 
14
- * **mui-badge:** add success color type ([e0de967](https://github.com/Availity/element/commit/e0de967626e2d235701bcc07b3bd8b5e2957c8d2))
17
+ - **mui-badge:** add success color type ([e0de967](https://github.com/Availity/element/commit/e0de967626e2d235701bcc07b3bd8b5e2957c8d2))
15
18
 
16
19
  ## [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
20
 
@@ -25,7 +28,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
25
28
 
26
29
  ## 0.1.0 (2023-02-28)
27
30
 
28
-
29
31
  ### Features
30
32
 
31
- * **badge:** init ([630b429](https://github.com/Availity/element/commit/630b4297f7787ca3ebd1daf5ddec36ed103bd883))
33
+ - **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.10",
4
4
  "description": "Availity MUI Badge Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -29,13 +29,12 @@
29
29
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
30
30
  "clean": "rm -rf dist",
31
31
  "clean:nm": "rm -rf node_modules",
32
- "bundlesize": "bundlesize",
33
32
  "publish": "yarn npm publish --tolerate-republish --access public",
34
33
  "publish:canary": "yarn npm publish --access public --tag canary"
35
34
  },
36
35
  "devDependencies": {
37
- "@availity/mui-icon": "^0.4.1",
38
- "@mui/material": "^5.11.9",
36
+ "@availity/mui-icon": "^0.7.1",
37
+ "@mui/material": "^5.14.12",
39
38
  "react": "18.2.0",
40
39
  "react-dom": "18.2.0",
41
40
  "tsup": "^5.12.7",