@fluentui/react-carousel 9.6.7 → 9.6.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,22 +1,37 @@
1
1
  # Change Log - @fluentui/react-carousel
2
2
 
3
- This log was last generated on Wed, 14 May 2025 18:45:44 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 06 Jun 2025 13:10:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.8)
8
+
9
+ Fri, 06 Jun 2025 13:10:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.7..@fluentui/react-carousel_v9.6.8)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.14.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
15
+ - Bump @fluentui/react-button to v9.4.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
16
+ - Bump @fluentui/react-context-selector to v9.1.77 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
17
+ - Bump @fluentui/react-tooltip to v9.6.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.55 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.24.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.20.0 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
21
+
7
22
  ## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.7)
8
23
 
9
- Wed, 14 May 2025 18:45:44 GMT
24
+ Wed, 14 May 2025 18:49:16 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.6..@fluentui/react-carousel_v9.6.7)
11
26
 
12
27
  ### Patches
13
28
 
14
29
  - bug: Fix branded carousel nav button colors to be WCAG contrast compliant ([PR #34397](https://github.com/microsoft/fluentui/pull/34397) by mifraser@microsoft.com)
15
30
  - fix: Ensure buttons are disabled when not enough content for circular ([PR #34427](https://github.com/microsoft/fluentui/pull/34427) by mifraser@microsoft.com)
16
- - Bump @fluentui/react-aria to v9.14.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
17
- - Bump @fluentui/react-button to v9.4.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
18
- - Bump @fluentui/react-tooltip to v9.6.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
19
- - Bump @fluentui/react-tabster to v9.24.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
31
+ - Bump @fluentui/react-aria to v9.14.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
32
+ - Bump @fluentui/react-button to v9.4.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
33
+ - Bump @fluentui/react-tooltip to v9.6.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.24.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
20
35
 
21
36
  ## [9.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.6)
22
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-carousel",
3
- "version": "9.6.7",
3
+ "version": "9.6.8",
4
4
  "description": "A composable carousel component that enables pagination with minimal rerenders",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,16 +25,16 @@
25
25
  "@fluentui/scripts-cypress": "*"
26
26
  },
27
27
  "dependencies": {
28
- "@fluentui/react-aria": "^9.14.7",
29
- "@fluentui/react-button": "^9.4.7",
30
- "@fluentui/react-context-selector": "^9.1.76",
28
+ "@fluentui/react-aria": "^9.14.8",
29
+ "@fluentui/react-button": "^9.4.8",
30
+ "@fluentui/react-context-selector": "^9.1.77",
31
31
  "@fluentui/react-icons": "^2.0.245",
32
- "@fluentui/react-tooltip": "^9.6.7",
33
- "@fluentui/react-jsx-runtime": "^9.0.54",
32
+ "@fluentui/react-tooltip": "^9.6.8",
33
+ "@fluentui/react-jsx-runtime": "^9.0.55",
34
34
  "@fluentui/react-shared-contexts": "^9.23.1",
35
- "@fluentui/react-tabster": "^9.24.7",
35
+ "@fluentui/react-tabster": "^9.24.8",
36
36
  "@fluentui/react-theme": "^9.1.24",
37
- "@fluentui/react-utilities": "^9.19.0",
37
+ "@fluentui/react-utilities": "^9.20.0",
38
38
  "@griffel/react": "^1.5.22",
39
39
  "@swc/helpers": "^0.5.1",
40
40
  "embla-carousel": "^8.5.1",