@availity/mui-card 0.2.1 → 0.2.3

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,21 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.2.3](https://github.com/Availity/element/compare/@availity/mui-card@0.2.2...@availity/mui-card@0.2.3) (2023-11-08)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-button` updated to version `0.4.5`
10
+ * `mui-icon` updated to version `0.7.2`
11
+ ## [0.2.2](https://github.com/Availity/element/compare/@availity/mui-card@0.2.1...@availity/mui-card@0.2.2) (2023-11-07)
12
+
5
13
  ## [0.2.1](https://github.com/Availity/element/compare/@availity/mui-card@0.2.0...@availity/mui-card@0.2.1) (2023-10-06)
6
14
 
7
15
  ## [0.2.0](https://github.com/Availity/element/compare/@availity/mui-card@0.1.4...@availity/mui-card@0.2.0) (2023-08-28)
8
16
 
9
-
10
17
  ### Features
11
18
 
12
- * **mui-card:** move default elevation props to theme (legacy compatibility) ([d68dcf8](https://github.com/Availity/element/commit/d68dcf8ac16091a7d2d37cebbe19b4645708a28b))
19
+ - **mui-card:** move default elevation props to theme (legacy compatibility) ([d68dcf8](https://github.com/Availity/element/commit/d68dcf8ac16091a7d2d37cebbe19b4645708a28b))
13
20
 
14
21
  ## [0.1.4](https://github.com/Availity/element/compare/@availity/mui-card@0.1.3...@availity/mui-card@0.1.4) (2023-08-23)
15
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-card",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Availity MUI Card Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -28,13 +28,12 @@
28
28
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
29
29
  "clean": "rm -rf dist",
30
30
  "clean:nm": "rm -rf node_modules",
31
- "bundlesize": "bundlesize",
32
31
  "publish": "yarn npm publish --tolerate-republish --access public",
33
32
  "publish:canary": "yarn npm publish --access public --tag canary"
34
33
  },
35
34
  "devDependencies": {
36
- "@availity/mui-button": "^0.4.2",
37
- "@availity/mui-icon": "^0.6.1",
35
+ "@availity/mui-button": "^0.4.5",
36
+ "@availity/mui-icon": "^0.7.2",
38
37
  "@mui/material": "^5.14.12",
39
38
  "react": "18.2.0",
40
39
  "react-dom": "18.2.0",
package/project.json CHANGED
@@ -34,9 +34,9 @@
34
34
  "options": {
35
35
  "preset": "conventional",
36
36
  "commitMessageFormat": "chore(${projectName}): release version ${version} [skip ci]",
37
- "tagPrefix": "@availity/${projectName}@"
37
+ "tagPrefix": "@availity/${projectName}@",
38
+ "trackDeps": true
38
39
  }
39
40
  }
40
- },
41
- "trackDeps": true
41
+ }
42
42
  }