@availity/mui-chip 0.2.3 → 0.2.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 +16 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,24 +2,36 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.2.5](https://github.com/Availity/element/compare/@availity/mui-chip@0.2.4...@availity/mui-chip@0.2.5) (2023-11-27)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-avatar` updated to version `0.1.10`
10
+ ## [0.2.4](https://github.com/Availity/element/compare/@availity/mui-chip@0.2.3...@availity/mui-chip@0.2.4) (2023-11-16)
11
+
12
+ ### Dependency Updates
13
+
14
+ - `mui-avatar` updated to version `0.1.9`
15
+
5
16
  ## [0.2.3](https://github.com/Availity/element/compare/@availity/mui-chip@0.2.2...@availity/mui-chip@0.2.3) (2023-11-08)
6
17
 
7
18
  ### Dependency Updates
8
19
 
9
- * `mui-avatar` updated to version `0.1.8`
20
+ - `mui-avatar` updated to version `0.1.8`
21
+
10
22
  ## [0.2.2](https://github.com/Availity/element/compare/@availity/mui-chip@0.2.1...@availity/mui-chip@0.2.2) (2023-11-08)
11
23
 
12
24
  ### Dependency Updates
13
25
 
14
- * `mui-avatar` updated to version `0.1.7`
26
+ - `mui-avatar` updated to version `0.1.7`
27
+
15
28
  ## [0.2.1](https://github.com/Availity/element/compare/@availity/mui-chip@0.2.0...@availity/mui-chip@0.2.1) (2023-11-07)
16
29
 
17
30
  ## [0.2.0](https://github.com/Availity/element/compare/@availity/mui-chip@0.1.2...@availity/mui-chip@0.2.0) (2023-11-02)
18
31
 
19
-
20
32
  ### Features
21
33
 
22
- * **mui-chip:** break out StatusChip into a separate component ([a1ac4db](https://github.com/Availity/element/commit/a1ac4dba9c944ae7ebe3cbbbd9b1b97a89abeb11))
34
+ - **mui-chip:** break out StatusChip into a separate component ([a1ac4db](https://github.com/Availity/element/commit/a1ac4dba9c944ae7ebe3cbbbd9b1b97a89abeb11))
23
35
 
24
36
  ## [0.1.2](https://github.com/Availity/element/compare/@availity/mui-chip@0.1.1...@availity/mui-chip@0.1.2) (2023-10-06)
25
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-chip",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Availity MUI Chip Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -32,7 +32,7 @@
32
32
  "publish:canary": "yarn npm publish --access public --tag canary"
33
33
  },
34
34
  "devDependencies": {
35
- "@availity/mui-avatar": "^0.1.8",
35
+ "@availity/mui-avatar": "^0.1.10",
36
36
  "@mui/material": "^5.14.12",
37
37
  "react": "18.2.0",
38
38
  "react-dom": "18.2.0",