@availity/mui-breadcrumbs 0.1.7 → 0.1.9

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,22 +2,33 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.9](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@0.1.8...@availity/mui-breadcrumbs@0.1.9) (2023-11-16)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-icon` updated to version `0.7.3`
10
+ * `mui-link` updated to version `0.2.4`
11
+ ## [0.1.8](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@0.1.7...@availity/mui-breadcrumbs@0.1.8) (2023-11-08)
12
+
13
+ ### Dependency Updates
14
+
15
+ - `mui-icon` updated to version `0.7.2`
16
+ - `mui-link` updated to version `0.2.3`
17
+
5
18
  ## [0.1.7](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@0.1.6...@availity/mui-breadcrumbs@0.1.7) (2023-11-07)
6
19
 
7
20
  ## [0.1.6](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@0.1.5...@availity/mui-breadcrumbs@0.1.6) (2023-10-25)
8
21
 
9
-
10
22
  ### Bug Fixes
11
23
 
12
- * **mui-breadcrumbs:** home link should not use loadApp ([dfcb187](https://github.com/Availity/element/commit/dfcb18756888865e2ab25535993979ddc15b9747))
13
- * **mui-breadcrumbs:** remove target on home link ([81d553d](https://github.com/Availity/element/commit/81d553d2601a228259db84f3346fc3abba1c2a88))
24
+ - **mui-breadcrumbs:** home link should not use loadApp ([dfcb187](https://github.com/Availity/element/commit/dfcb18756888865e2ab25535993979ddc15b9747))
25
+ - **mui-breadcrumbs:** remove target on home link ([81d553d](https://github.com/Availity/element/commit/81d553d2601a228259db84f3346fc3abba1c2a88))
14
26
 
15
27
  ## [0.1.5](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@0.1.4...@availity/mui-breadcrumbs@0.1.5) (2023-10-25)
16
28
 
17
-
18
29
  ### Bug Fixes
19
30
 
20
- * **mui-breadcrumbs:** home link target and separator tweaks ([4eb1b5f](https://github.com/Availity/element/commit/4eb1b5f172d072fe14ac9dc5b9d22707de7ca0b5))
31
+ - **mui-breadcrumbs:** home link target and separator tweaks ([4eb1b5f](https://github.com/Availity/element/commit/4eb1b5f172d072fe14ac9dc5b9d22707de7ca0b5))
21
32
 
22
33
  ## [0.1.4](https://github.com/Availity/element/compare/@availity/mui-breadcrumbs@0.1.3...@availity/mui-breadcrumbs@0.1.4) (2023-10-06)
23
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-breadcrumbs",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Availity MUI Breadcrumbs Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -46,7 +46,7 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@availity/mui-icon": "^0.7.1",
50
- "@availity/mui-link": "^0.2.2"
49
+ "@availity/mui-icon": "^0.7.3",
50
+ "@availity/mui-link": "^0.2.4"
51
51
  }
52
52
  }
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
  }