@fluentui/react-positioning 9.9.3 → 9.9.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-positioning",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 09 Aug 2023 13:11:42 GMT",
5
+ "date": "Fri, 11 Aug 2023 12:10:20 GMT",
6
+ "tag": "@fluentui/react-positioning_v9.9.4",
7
+ "version": "9.9.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-positioning",
13
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
14
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 09 Aug 2023 13:17:01 GMT",
6
21
  "tag": "@fluentui/react-positioning_v9.9.3",
7
22
  "version": "9.9.3",
8
23
  "comments": {
@@ -17,13 +32,13 @@
17
32
  "author": "beachball",
18
33
  "package": "@fluentui/react-positioning",
19
34
  "comment": "Bump @fluentui/react-shared-contexts to v9.7.2",
20
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
35
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
21
36
  },
22
37
  {
23
38
  "author": "beachball",
24
39
  "package": "@fluentui/react-positioning",
25
40
  "comment": "Bump @fluentui/react-theme to v9.1.11",
26
- "commit": "d0e28b405dc91c4682aec72dd784767a3ce95c78"
41
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
27
42
  }
28
43
  ]
29
44
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,28 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Wed, 09 Aug 2023 13:11:42 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Aug 2023 12:10:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.9.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.9.4)
8
+
9
+ Fri, 11 Aug 2023 12:10:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.9.3..@fluentui/react-positioning_v9.9.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
15
+
7
16
  ## [9.9.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.9.3)
8
17
 
9
- Wed, 09 Aug 2023 13:11:42 GMT
18
+ Wed, 09 Aug 2023 13:17:01 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.9.2..@fluentui/react-positioning_v9.9.3)
11
20
 
12
21
  ### Patches
13
22
 
14
23
  - chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
15
- - Bump @fluentui/react-shared-contexts to v9.7.2 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
16
- - Bump @fluentui/react-theme to v9.1.11 ([commit](https://github.com/microsoft/fluentui/commit/d0e28b405dc91c4682aec72dd784767a3ce95c78) by beachball)
24
+ - Bump @fluentui/react-shared-contexts to v9.7.2 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
25
+ - Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
17
26
 
18
27
  ## [9.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.9.2)
19
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-positioning",
3
- "version": "9.9.3",
3
+ "version": "9.9.4",
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",
@@ -32,7 +32,7 @@
32
32
  "@floating-ui/dom": "^1.2.0",
33
33
  "@fluentui/react-shared-contexts": "^9.7.2",
34
34
  "@fluentui/react-theme": "^9.1.11",
35
- "@fluentui/react-utilities": "^9.11.0",
35
+ "@fluentui/react-utilities": "^9.11.1",
36
36
  "@griffel/react": "^1.5.14",
37
37
  "@swc/helpers": "^0.4.14"
38
38
  },