@fluentui/react-tooltip 9.1.12 → 9.1.13

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 31 Jan 2023 19:50:42 GMT",
5
+ "date": "Tue, 07 Feb 2023 14:10:47 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.1.13",
7
+ "version": "9.1.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tooltip",
13
+ "comment": "Bump @fluentui/react-portal to v9.1.6",
14
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tooltip",
19
+ "comment": "Bump @fluentui/react-positioning to v9.3.11",
20
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
6
27
  "tag": "@fluentui/react-tooltip_v9.1.12",
7
28
  "version": "9.1.12",
8
29
  "comments": {
@@ -11,19 +32,19 @@
11
32
  "author": "beachball",
12
33
  "package": "@fluentui/react-tooltip",
13
34
  "comment": "Bump @fluentui/react-portal to v9.1.5",
14
- "commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
35
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
15
36
  },
16
37
  {
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-tooltip",
19
40
  "comment": "Bump @fluentui/react-positioning to v9.3.10",
20
- "commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
41
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
21
42
  },
22
43
  {
23
44
  "author": "beachball",
24
45
  "package": "@fluentui/react-tooltip",
25
46
  "comment": "Bump @fluentui/react-utilities to v9.5.1",
26
- "commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
47
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
27
48
  }
28
49
  ]
29
50
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,29 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Tue, 31 Jan 2023 19:50:42 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 07 Feb 2023 14:10:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.13)
8
+
9
+ Tue, 07 Feb 2023 14:10:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.1.12..@fluentui/react-tooltip_v9.1.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-portal to v9.1.6 ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by beachball)
15
+ - Bump @fluentui/react-positioning to v9.3.11 ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by beachball)
16
+
7
17
  ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.12)
8
18
 
9
- Tue, 31 Jan 2023 19:50:42 GMT
19
+ Tue, 31 Jan 2023 19:53:58 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.1.11..@fluentui/react-tooltip_v9.1.12)
11
21
 
12
22
  ### Patches
13
23
 
14
- - Bump @fluentui/react-portal to v9.1.5 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
15
- - Bump @fluentui/react-positioning to v9.3.10 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
16
- - Bump @fluentui/react-utilities to v9.5.1 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
24
+ - Bump @fluentui/react-portal to v9.1.5 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball)
25
+ - Bump @fluentui/react-positioning to v9.3.10 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.5.1 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball)
17
27
 
18
28
  ## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.11)
19
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.1.12",
3
+ "version": "9.1.13",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/keyboard-keys": "^9.0.1",
36
- "@fluentui/react-portal": "^9.1.5",
37
- "@fluentui/react-positioning": "^9.3.10",
36
+ "@fluentui/react-portal": "^9.1.6",
37
+ "@fluentui/react-positioning": "^9.3.11",
38
38
  "@fluentui/react-shared-contexts": "^9.2.0",
39
39
  "@fluentui/react-theme": "^9.1.5",
40
40
  "@fluentui/react-utilities": "^9.5.1",