@fluentui/react-popover 9.7.13 → 9.7.14

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": "Fri, 11 Aug 2023 12:10:20 GMT",
5
+ "date": "Wed, 16 Aug 2023 11:35:24 GMT",
6
+ "tag": "@fluentui/react-popover_v9.7.14",
7
+ "version": "9.7.14",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-popover",
13
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
14
+ "commit": "f14628ac44d2cea2301452829d9775e49f70b824"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 11 Aug 2023 12:14:26 GMT",
6
21
  "tag": "@fluentui/react-popover_v9.7.13",
7
22
  "version": "9.7.13",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Fri, 11 Aug 2023 12:10:20 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Aug 2023 11:35:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.7.14)
8
+
9
+ Wed, 16 Aug 2023 11:35:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.7.13..@fluentui/react-popover_v9.7.14)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16 ([commit](https://github.com/microsoft/fluentui/commit/f14628ac44d2cea2301452829d9775e49f70b824) by beachball)
15
+
7
16
  ## [9.7.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.7.13)
8
17
 
9
- Fri, 11 Aug 2023 12:10:20 GMT
18
+ Fri, 11 Aug 2023 12:14:26 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.7.12..@fluentui/react-popover_v9.7.13)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.7.13",
3
+ "version": "9.7.14",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -45,7 +45,7 @@
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-alpha.15",
48
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.16",
49
49
  "@griffel/react": "^1.5.14",
50
50
  "@swc/helpers": "^0.4.14"
51
51
  },