@availity/mui-empty-state 0.1.2 → 0.1.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,19 +2,23 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- ## [0.1.2](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.1.1...@availity/mui-empty-state@0.1.2) (2024-02-06)
5
+ ## [0.1.3](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.1.2...@availity/mui-empty-state@0.1.3) (2024-02-20)
6
6
 
7
+ ### Dependency Updates
8
+
9
+ * `mui-layout` updated to version `0.1.4`
10
+ * `mui-link` updated to version `0.2.5`
11
+ ## [0.1.2](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.1.1...@availity/mui-empty-state@0.1.2) (2024-02-06)
7
12
 
8
13
  ### Bug Fixes
9
14
 
10
- * **mui-empty-state:** inline svgs instead of img tags ([a681db2](https://github.com/Availity/element/commit/a681db2b5f54c936cfe97f2d18cc1954222f06b7))
15
+ - **mui-empty-state:** inline svgs instead of img tags ([a681db2](https://github.com/Availity/element/commit/a681db2b5f54c936cfe97f2d18cc1954222f06b7))
11
16
 
12
17
  ## [0.1.1](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.1.0...@availity/mui-empty-state@0.1.1) (2023-12-27)
13
18
 
14
-
15
19
  ### Bug Fixes
16
20
 
17
- * **mui-block-ui:** merge main branch ([8ec0ca6](https://github.com/Availity/element/commit/8ec0ca617a5b279f3657122e2c7c6b20281e3ebc))
21
+ - **mui-block-ui:** merge main branch ([8ec0ca6](https://github.com/Availity/element/commit/8ec0ca617a5b279f3657122e2c7c6b20281e3ebc))
18
22
 
19
23
  ## 0.1.0 (2023-12-19)
20
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-empty-state",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Availity MUI EmptyState 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
  "dependencies": {
35
- "@availity/mui-layout": "0.1.3"
35
+ "@availity/mui-layout": "0.1.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@mui/material": "^5.11.9",
File without changes