@availity/mui-chip 0.1.0 → 0.1.2

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,9 +2,12 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- ## 0.1.0 (2023-06-16)
5
+ ## [0.1.2](https://github.com/Availity/element/compare/@availity/mui-chip@0.1.1...@availity/mui-chip@0.1.2) (2023-10-06)
6
+
7
+ ## [0.1.1](https://github.com/Availity/element/compare/@availity/mui-chip@0.1.0...@availity/mui-chip@0.1.1) (2023-08-23)
6
8
 
9
+ ## 0.1.0 (2023-06-16)
7
10
 
8
11
  ### Features
9
12
 
10
- * **mui-chip:** initial commit ([7729cfc](https://github.com/Availity/element/commit/7729cfce5f19b0f286c48275d609eadcb9534cdd))
13
+ - **mui-chip:** initial commit ([7729cfc](https://github.com/Availity/element/commit/7729cfce5f19b0f286c48275d609eadcb9534cdd))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-chip",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Availity MUI Chip Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -33,7 +33,7 @@
33
33
  "publish:canary": "yarn npm publish --access public --tag canary"
34
34
  },
35
35
  "devDependencies": {
36
- "@mui/material": "^5.11.9",
36
+ "@mui/material": "^5.14.12",
37
37
  "react": "18.2.0",
38
38
  "react-dom": "18.2.0",
39
39
  "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
  }