@fluentui/react-positioning 9.5.3 → 9.5.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +37 -1
- package/CHANGELOG.md +21 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,43 @@
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Thu, 16 Mar 2023 14:33:33 GMT",
|
6
|
+
"tag": "@fluentui/react-positioning_v9.5.5",
|
7
|
+
"version": "9.5.5",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-positioning",
|
13
|
+
"comment": "Bump @fluentui/react-utilities to v9.7.1",
|
14
|
+
"commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
|
21
|
+
"tag": "@fluentui/react-positioning_v9.5.4",
|
22
|
+
"version": "9.5.4",
|
23
|
+
"comments": {
|
24
|
+
"patch": [
|
25
|
+
{
|
26
|
+
"author": "beachball",
|
27
|
+
"package": "@fluentui/react-positioning",
|
28
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.3.1",
|
29
|
+
"commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"author": "beachball",
|
33
|
+
"package": "@fluentui/react-positioning",
|
34
|
+
"comment": "Bump @fluentui/react-theme to v9.1.6",
|
35
|
+
"commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"date": "Mon, 13 Mar 2023 08:58:25 GMT",
|
6
42
|
"tag": "@fluentui/react-positioning_v9.5.3",
|
7
43
|
"version": "9.5.3",
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,31 @@
|
|
1
1
|
# Change Log - @fluentui/react-positioning
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 16 Mar 2023 14:33:33 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.5.5)
|
8
|
+
|
9
|
+
Thu, 16 Mar 2023 14:33:33 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.5.4..@fluentui/react-positioning_v9.5.5)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
|
15
|
+
|
16
|
+
## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.5.4)
|
17
|
+
|
18
|
+
Wed, 15 Mar 2023 10:19:53 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.5.3..@fluentui/react-positioning_v9.5.4)
|
20
|
+
|
21
|
+
### Patches
|
22
|
+
|
23
|
+
- Bump @fluentui/react-shared-contexts to v9.3.1 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
|
24
|
+
- Bump @fluentui/react-theme to v9.1.6 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
|
25
|
+
|
7
26
|
## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.5.3)
|
8
27
|
|
9
|
-
Mon, 13 Mar 2023 08:
|
28
|
+
Mon, 13 Mar 2023 08:58:25 GMT
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.5.2..@fluentui/react-positioning_v9.5.3)
|
11
30
|
|
12
31
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
|
-
"version": "9.5.
|
3
|
+
"version": "9.5.5",
|
4
4
|
"description": "A react wrapper around Popper.js for Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -29,9 +29,9 @@
|
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
31
|
"@floating-ui/dom": "^1.2.0",
|
32
|
-
"@fluentui/react-shared-contexts": "^9.3.
|
33
|
-
"@fluentui/react-theme": "^9.1.
|
34
|
-
"@fluentui/react-utilities": "^9.7.
|
32
|
+
"@fluentui/react-shared-contexts": "^9.3.1",
|
33
|
+
"@fluentui/react-theme": "^9.1.6",
|
34
|
+
"@fluentui/react-utilities": "^9.7.1",
|
35
35
|
"@griffel/react": "^1.5.2",
|
36
36
|
"tslib": "^2.1.0"
|
37
37
|
},
|