@fluentui/react-breadcrumb 9.3.3 → 9.3.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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,41 @@
1
1
  # Change Log - @fluentui/react-breadcrumb
2
2
 
3
- This log was last generated on Wed, 30 Jul 2025 16:53:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 12:20:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v9.3.5)
8
+
9
+ Thu, 21 Aug 2025 12:20:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb_v9.3.4..@fluentui/react-breadcrumb_v9.3.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.16.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
+ - Bump @fluentui/react-button to v9.6.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
16
+ - Bump @fluentui/react-link to v9.6.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
20
+ - Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
21
+
22
+ ## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v9.3.4)
23
+
24
+ Thu, 07 Aug 2025 10:03:33 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb_v9.3.3..@fluentui/react-breadcrumb_v9.3.4)
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui/react-aria to v9.16.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
30
+ - Bump @fluentui/react-button to v9.6.4 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
31
+ - Bump @fluentui/react-link to v9.6.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.26.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.23.2 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
34
+ - Bump @fluentui/react-jsx-runtime to v9.1.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
35
+
7
36
  ## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-breadcrumb_v9.3.3)
8
37
 
9
- Wed, 30 Jul 2025 16:53:04 GMT
38
+ Wed, 30 Jul 2025 16:55:43 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-breadcrumb_v9.3.2..@fluentui/react-breadcrumb_v9.3.3)
11
40
 
12
41
  ### Patches
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import { ButtonProps } from '@fluentui/react-button';
4
2
  import { ButtonSlots } from '@fluentui/react-button';
5
3
  import { ButtonState } from '@fluentui/react-button';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-breadcrumb",
3
- "version": "9.3.3",
3
+ "version": "9.3.5",
4
4
  "description": "Breadcrumb component for Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,15 +22,15 @@
22
22
  "@fluentui/scripts-cypress": "*"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui/react-aria": "^9.16.2",
26
- "@fluentui/react-button": "^9.6.3",
25
+ "@fluentui/react-aria": "^9.16.4",
26
+ "@fluentui/react-button": "^9.6.5",
27
27
  "@fluentui/react-icons": "^2.0.245",
28
- "@fluentui/react-link": "^9.6.2",
29
- "@fluentui/react-shared-contexts": "^9.24.1",
30
- "@fluentui/react-tabster": "^9.26.2",
28
+ "@fluentui/react-link": "^9.6.4",
29
+ "@fluentui/react-shared-contexts": "^9.25.0",
30
+ "@fluentui/react-tabster": "^9.26.4",
31
31
  "@fluentui/react-theme": "^9.2.0",
32
- "@fluentui/react-utilities": "^9.23.1",
33
- "@fluentui/react-jsx-runtime": "^9.1.4",
32
+ "@fluentui/react-utilities": "^9.24.0",
33
+ "@fluentui/react-jsx-runtime": "^9.1.6",
34
34
  "@griffel/react": "^1.5.22",
35
35
  "@swc/helpers": "^0.5.1"
36
36
  },