@fluentui/react-popover 9.9.29 → 9.9.30
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 +14 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,24 @@
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
2
2
|
|
3
|
-
This log was last generated on Wed,
|
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.9.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.9.30)
|
8
|
+
|
9
|
+
Wed, 08 Jan 2025 18:29:15 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.9.29..@fluentui/react-popover_v9.9.30)
|
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-portal to v9.4.41 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
|
16
|
+
- Bump @fluentui/react-positioning to v9.16.1 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
|
17
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
|
18
|
+
|
7
19
|
## [9.9.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.9.29)
|
8
20
|
|
9
|
-
Wed, 18 Dec 2024 10:
|
21
|
+
Wed, 18 Dec 2024 10:59:37 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.9.28..@fluentui/react-popover_v9.9.29)
|
11
23
|
|
12
24
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-popover",
|
3
|
-
"version": "9.9.
|
3
|
+
"version": "9.9.30",
|
4
4
|
"description": "Popover component for Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -22,15 +22,15 @@
|
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
24
|
"@fluentui/keyboard-keys": "^9.0.8",
|
25
|
-
"@fluentui/react-aria": "^9.13.
|
25
|
+
"@fluentui/react-aria": "^9.13.13",
|
26
26
|
"@fluentui/react-context-selector": "^9.1.71",
|
27
|
-
"@fluentui/react-portal": "^9.4.
|
28
|
-
"@fluentui/react-positioning": "^9.16.
|
27
|
+
"@fluentui/react-portal": "^9.4.41",
|
28
|
+
"@fluentui/react-positioning": "^9.16.1",
|
29
29
|
"@fluentui/react-shared-contexts": "^9.21.2",
|
30
30
|
"@fluentui/react-tabster": "^9.23.2",
|
31
31
|
"@fluentui/react-theme": "^9.1.24",
|
32
32
|
"@fluentui/react-utilities": "^9.18.19",
|
33
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
33
|
+
"@fluentui/react-jsx-runtime": "^9.0.49",
|
34
34
|
"@griffel/react": "^1.5.22",
|
35
35
|
"@swc/helpers": "^0.5.1"
|
36
36
|
},
|