@fluentui/react-positioning 9.9.9 → 9.9.10

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": "Tue, 05 Sep 2023 13:23:04 GMT",
5
+ "date": "Tue, 05 Sep 2023 15:35:07 GMT",
6
+ "tag": "@fluentui/react-positioning_v9.9.10",
7
+ "version": "9.9.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-positioning",
13
+ "comment": "Bump @fluentui/react-utilities to v9.13.2",
14
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 05 Sep 2023 13:28:59 GMT",
6
21
  "tag": "@fluentui/react-positioning_v9.9.9",
7
22
  "version": "9.9.9",
8
23
  "comments": {
@@ -23,19 +38,19 @@
23
38
  "author": "beachball",
24
39
  "package": "@fluentui/react-positioning",
25
40
  "comment": "Bump @fluentui/react-shared-contexts to v9.7.3",
26
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
41
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
27
42
  },
28
43
  {
29
44
  "author": "beachball",
30
45
  "package": "@fluentui/react-positioning",
31
46
  "comment": "Bump @fluentui/react-theme to v9.1.12",
32
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
47
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
33
48
  },
34
49
  {
35
50
  "author": "beachball",
36
51
  "package": "@fluentui/react-positioning",
37
52
  "comment": "Bump @fluentui/react-utilities to v9.13.1",
38
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
53
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
39
54
  }
40
55
  ]
41
56
  }
package/CHANGELOG.md CHANGED
@@ -1,21 +1,30 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 13:23:04 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Sep 2023 15:35:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.9.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.9.10)
8
+
9
+ Tue, 05 Sep 2023 15:35:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.9.9..@fluentui/react-positioning_v9.9.10)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.13.2 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
15
+
7
16
  ## [9.9.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.9.9)
8
17
 
9
- Tue, 05 Sep 2023 13:23:04 GMT
18
+ Tue, 05 Sep 2023 13:28:59 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.9.8..@fluentui/react-positioning_v9.9.9)
11
20
 
12
21
  ### Patches
13
22
 
14
23
  - bumps react peer dependencies to v16.14.0 ([PR #28959](https://github.com/microsoft/fluentui/pull/28959) by bernardo.sunderhus@gmail.com)
15
24
  - bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
16
- - Bump @fluentui/react-shared-contexts to v9.7.3 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
17
- - Bump @fluentui/react-theme to v9.1.12 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
18
- - Bump @fluentui/react-utilities to v9.13.1 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
25
+ - Bump @fluentui/react-shared-contexts to v9.7.3 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
26
+ - Bump @fluentui/react-theme to v9.1.12 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.13.1 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
19
28
 
20
29
  ## [9.9.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.9.8)
21
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-positioning",
3
- "version": "9.9.9",
3
+ "version": "9.9.10",
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.3",
34
34
  "@fluentui/react-theme": "^9.1.12",
35
- "@fluentui/react-utilities": "^9.13.1",
35
+ "@fluentui/react-utilities": "^9.13.2",
36
36
  "@griffel/react": "^1.5.14",
37
37
  "@swc/helpers": "^0.5.1"
38
38
  },