@fluentui/react-carousel 9.4.3 → 9.4.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 +13 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-carousel
2
2
 
3
- This log was last generated on Mon, 16 Dec 2024 16:22:06 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Jan 2025 18:29:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.4.4)
8
+
9
+ Wed, 08 Jan 2025 18:29:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.4.3..@fluentui/react-carousel_v9.4.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.13.13 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
15
+ - Bump @fluentui/react-button to v9.3.99 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
17
+
7
18
  ## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.4.3)
8
19
 
9
- Mon, 16 Dec 2024 16:22:06 GMT
20
+ Mon, 16 Dec 2024 16:26:47 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.4.2..@fluentui/react-carousel_v9.4.3)
11
22
 
12
23
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-carousel",
3
- "version": "9.4.3",
3
+ "version": "9.4.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,11 +25,11 @@
25
25
  "@fluentui/scripts-cypress": "*"
26
26
  },
27
27
  "dependencies": {
28
- "@fluentui/react-aria": "^9.13.12",
29
- "@fluentui/react-button": "^9.3.98",
28
+ "@fluentui/react-aria": "^9.13.13",
29
+ "@fluentui/react-button": "^9.3.99",
30
30
  "@fluentui/react-context-selector": "^9.1.71",
31
31
  "@fluentui/react-icons": "^2.0.245",
32
- "@fluentui/react-jsx-runtime": "^9.0.48",
32
+ "@fluentui/react-jsx-runtime": "^9.0.49",
33
33
  "@fluentui/react-shared-contexts": "^9.21.2",
34
34
  "@fluentui/react-tabster": "^9.23.2",
35
35
  "@fluentui/react-theme": "^9.1.24",