@fluentui/react-carousel 9.6.2 → 9.6.4

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 +30 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @fluentui/react-carousel
2
2
 
3
- This log was last generated on Wed, 19 Mar 2025 15:36:13 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Apr 2025 14:05:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.4)
8
+
9
+ Tue, 01 Apr 2025 14:05:35 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.3..@fluentui/react-carousel_v9.6.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.14.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
15
+ - Bump @fluentui/react-button to v9.4.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
16
+ - Bump @fluentui/react-tooltip to v9.6.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.24.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
18
+
19
+ ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.3)
20
+
21
+ Thu, 27 Mar 2025 21:12:51 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.2..@fluentui/react-carousel_v9.6.3)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-aria to v9.14.3 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
27
+ - Bump @fluentui/react-button to v9.4.3 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
28
+ - Bump @fluentui/react-context-selector to v9.1.75 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
29
+ - Bump @fluentui/react-tooltip to v9.6.3 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
30
+ - Bump @fluentui/react-jsx-runtime to v9.0.53 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
31
+ - Bump @fluentui/react-shared-contexts to v9.23.1 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.24.3 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.18.23 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
34
+
7
35
  ## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.6.2)
8
36
 
9
- Wed, 19 Mar 2025 15:36:13 GMT
37
+ Wed, 19 Mar 2025 15:40:43 GMT
10
38
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.6.1..@fluentui/react-carousel_v9.6.2)
11
39
 
12
40
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-carousel",
3
- "version": "9.6.2",
3
+ "version": "9.6.4",
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.2",
29
- "@fluentui/react-button": "^9.4.2",
30
- "@fluentui/react-context-selector": "^9.1.74",
28
+ "@fluentui/react-aria": "^9.14.4",
29
+ "@fluentui/react-button": "^9.4.4",
30
+ "@fluentui/react-context-selector": "^9.1.75",
31
31
  "@fluentui/react-icons": "^2.0.245",
32
- "@fluentui/react-tooltip": "^9.6.2",
33
- "@fluentui/react-jsx-runtime": "^9.0.52",
34
- "@fluentui/react-shared-contexts": "^9.23.0",
35
- "@fluentui/react-tabster": "^9.24.2",
32
+ "@fluentui/react-tooltip": "^9.6.4",
33
+ "@fluentui/react-jsx-runtime": "^9.0.53",
34
+ "@fluentui/react-shared-contexts": "^9.23.1",
35
+ "@fluentui/react-tabster": "^9.24.4",
36
36
  "@fluentui/react-theme": "^9.1.24",
37
- "@fluentui/react-utilities": "^9.18.22",
37
+ "@fluentui/react-utilities": "^9.18.23",
38
38
  "@griffel/react": "^1.5.22",
39
39
  "@swc/helpers": "^0.5.1",
40
40
  "embla-carousel": "^8.5.1",