@fluentui/react-tooltip 9.3.15 → 9.3.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-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 11 Oct 2023 13:50:05 GMT",
5
+ "date": "Thu, 12 Oct 2023 14:52:34 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.3.16",
7
+ "version": "9.3.16",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tooltip",
13
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
14
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 11 Oct 2023 13:54:25 GMT",
6
21
  "tag": "@fluentui/react-tooltip_v9.3.15",
7
22
  "version": "9.3.15",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Wed, 11 Oct 2023 13:50:05 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 12 Oct 2023 14:52:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.3.16)
8
+
9
+ Thu, 12 Oct 2023 14:52:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.3.15..@fluentui/react-tooltip_v9.3.16)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
15
+
7
16
  ## [9.3.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.3.15)
8
17
 
9
- Wed, 11 Oct 2023 13:50:05 GMT
18
+ Wed, 11 Oct 2023 13:54:25 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.3.14..@fluentui/react-tooltip_v9.3.15)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.3.15",
3
+ "version": "9.3.16",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.6",
37
- "@fluentui/react-jsx-runtime": "^9.0.16",
37
+ "@fluentui/react-jsx-runtime": "^9.0.17",
38
38
  "@fluentui/react-portal": "^9.3.23",
39
39
  "@fluentui/react-positioning": "^9.9.20",
40
40
  "@fluentui/react-shared-contexts": "^9.10.0",