@fluentui/react-positioning 9.1.1 → 9.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +17 -2
- package/CHANGELOG.md +12 -3
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,22 @@
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 03 Aug 2022 16:00:23 GMT",
|
6
|
+
"tag": "@fluentui/react-positioning_v9.1.2",
|
7
|
+
"version": "9.1.2",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "miroslav.stastny@microsoft.com",
|
12
|
+
"package": "@fluentui/react-positioning",
|
13
|
+
"commit": "08563664778fd80284561d3c9d254307a0a32362",
|
14
|
+
"comment": "chore: Bump Griffel dependencies"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Thu, 14 Jul 2022 21:21:02 GMT",
|
6
21
|
"tag": "@fluentui/react-positioning_v9.1.1",
|
7
22
|
"version": "9.1.1",
|
8
23
|
"comments": {
|
@@ -17,7 +32,7 @@
|
|
17
32
|
"author": "beachball",
|
18
33
|
"package": "@fluentui/react-positioning",
|
19
34
|
"comment": "Bump @fluentui/react-utilities to v9.0.2",
|
20
|
-
"commit": "
|
35
|
+
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
21
36
|
}
|
22
37
|
]
|
23
38
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,27 @@
|
|
1
1
|
# Change Log - @fluentui/react-positioning
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 03 Aug 2022 16:00:23 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.1.2)
|
8
|
+
|
9
|
+
Wed, 03 Aug 2022 16:00:23 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.1.1..@fluentui/react-positioning_v9.1.2)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
15
|
+
|
7
16
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.1.1)
|
8
17
|
|
9
|
-
Thu, 14 Jul 2022 21:
|
18
|
+
Thu, 14 Jul 2022 21:21:02 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.1.0..@fluentui/react-positioning_v9.1.1)
|
11
20
|
|
12
21
|
### Patches
|
13
22
|
|
14
23
|
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
15
|
-
- Bump @fluentui/react-utilities to v9.0.2 ([PR #
|
24
|
+
- Bump @fluentui/react-utilities to v9.0.2 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
|
16
25
|
|
17
26
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.1.0)
|
18
27
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.2",
|
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",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"@fluentui/scripts": "^1.0.0"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@griffel/react": "^1.2.
|
31
|
+
"@griffel/react": "^1.2.3",
|
32
32
|
"@fluentui/react-shared-contexts": "^9.0.0",
|
33
33
|
"@fluentui/react-theme": "^9.0.0",
|
34
34
|
"@fluentui/react-utilities": "^9.0.2",
|