@fluentui/react-carousel 9.4.3 → 9.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
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, 22 Jan 2025 13:55:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.4.5)
8
+
9
+ Wed, 22 Jan 2025 13:55:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.4.4..@fluentui/react-carousel_v9.4.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.13.14 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
15
+ - Bump @fluentui/react-button to v9.3.100 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
16
+ - Bump @fluentui/react-context-selector to v9.1.72 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.50 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.23.3 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.18.20 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
20
+
21
+ ## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.4.4)
22
+
23
+ Wed, 08 Jan 2025 18:33:36 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.4.3..@fluentui/react-carousel_v9.4.4)
25
+
26
+ ### Patches
27
+
28
+ - Bump @fluentui/react-aria to v9.13.13 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
29
+ - Bump @fluentui/react-button to v9.3.99 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
30
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
31
+
7
32
  ## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.4.3)
8
33
 
9
- Mon, 16 Dec 2024 16:22:06 GMT
34
+ Mon, 16 Dec 2024 16:26:47 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel_v9.4.2..@fluentui/react-carousel_v9.4.3)
11
36
 
12
37
  ### 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.5",
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,15 +25,15 @@
25
25
  "@fluentui/scripts-cypress": "*"
26
26
  },
27
27
  "dependencies": {
28
- "@fluentui/react-aria": "^9.13.12",
29
- "@fluentui/react-button": "^9.3.98",
30
- "@fluentui/react-context-selector": "^9.1.71",
28
+ "@fluentui/react-aria": "^9.13.14",
29
+ "@fluentui/react-button": "^9.3.100",
30
+ "@fluentui/react-context-selector": "^9.1.72",
31
31
  "@fluentui/react-icons": "^2.0.245",
32
- "@fluentui/react-jsx-runtime": "^9.0.48",
32
+ "@fluentui/react-jsx-runtime": "^9.0.50",
33
33
  "@fluentui/react-shared-contexts": "^9.21.2",
34
- "@fluentui/react-tabster": "^9.23.2",
34
+ "@fluentui/react-tabster": "^9.23.3",
35
35
  "@fluentui/react-theme": "^9.1.24",
36
- "@fluentui/react-utilities": "^9.18.19",
36
+ "@fluentui/react-utilities": "^9.18.20",
37
37
  "@griffel/react": "^1.5.22",
38
38
  "@swc/helpers": "^0.5.1",
39
39
  "embla-carousel": "^8.5.1",