@fluentui/react-popover 9.7.15 → 9.7.16

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-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 16 Aug 2023 17:38:22 GMT",
5
+ "date": "Mon, 21 Aug 2023 11:36:42 GMT",
6
+ "tag": "@fluentui/react-popover_v9.7.16",
7
+ "version": "9.7.16",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-popover",
13
+ "comment": "Bump @fluentui/react-positioning to v9.9.5",
14
+ "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 16 Aug 2023 17:41:08 GMT",
6
21
  "tag": "@fluentui/react-popover_v9.7.15",
7
22
  "version": "9.7.15",
8
23
  "comments": {
@@ -11,7 +26,7 @@
11
26
  "author": "beachball",
12
27
  "package": "@fluentui/react-popover",
13
28
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
14
- "commit": "566f22496db20046fbc9ab898580ccf64600fb6b"
29
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
15
30
  }
16
31
  ]
17
32
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Wed, 16 Aug 2023 17:38:22 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 21 Aug 2023 11:36:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.7.16)
8
+
9
+ Mon, 21 Aug 2023 11:36:42 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.7.15..@fluentui/react-popover_v9.7.16)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-positioning to v9.9.5 ([PR #28884](https://github.com/microsoft/fluentui/pull/28884) by beachball)
15
+
7
16
  ## [9.7.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.7.15)
8
17
 
9
- Wed, 16 Aug 2023 17:38:22 GMT
18
+ Wed, 16 Aug 2023 17:41:08 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.7.14..@fluentui/react-popover_v9.7.15)
11
20
 
12
21
  ### Patches
13
22
 
14
- - Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28845](https://github.com/microsoft/fluentui/pull/28845) by beachball)
23
+ - Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
15
24
 
16
25
  ## [9.7.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.7.14)
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.7.15",
3
+ "version": "9.7.16",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -40,12 +40,12 @@
40
40
  "@fluentui/react-aria": "^9.3.30",
41
41
  "@fluentui/react-context-selector": "^9.1.28",
42
42
  "@fluentui/react-portal": "^9.3.7",
43
- "@fluentui/react-positioning": "^9.9.4",
43
+ "@fluentui/react-positioning": "^9.9.5",
44
44
  "@fluentui/react-shared-contexts": "^9.7.2",
45
45
  "@fluentui/react-tabster": "^9.12.2",
46
46
  "@fluentui/react-theme": "^9.1.11",
47
47
  "@fluentui/react-utilities": "^9.11.1",
48
- "@fluentui/react-jsx-runtime": "9.0.0",
48
+ "@fluentui/react-jsx-runtime": "^9.0.0",
49
49
  "@griffel/react": "^1.5.14",
50
50
  "@swc/helpers": "^0.4.14"
51
51
  },