@fluentui/react-infobutton 9.0.0-beta.91 → 9.0.0-beta.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - @fluentui/react-infobutton
2
2
 
3
- This log was last generated on Mon, 29 Jan 2024 13:53:39 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 06 Feb 2024 17:52:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.93)
8
+
9
+ Tue, 06 Feb 2024 17:52:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.92..@fluentui/react-infobutton_v9.0.0-beta.93)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-popover to v9.8.38 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.19.0 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
16
+
17
+ ## [9.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.92)
18
+
19
+ Tue, 30 Jan 2024 23:16:54 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.91..@fluentui/react-infobutton_v9.0.0-beta.92)
21
+
22
+ ### Changes
23
+
24
+ - Bump @fluentui/react-label to v9.1.61 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
25
+ - Bump @fluentui/react-popover to v9.8.37 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
26
+ - Bump @fluentui/react-tabster to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
28
+ - Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
29
+
7
30
  ## [9.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.91)
8
31
 
9
- Mon, 29 Jan 2024 13:53:39 GMT
32
+ Mon, 29 Jan 2024 13:56:06 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.90..@fluentui/react-infobutton_v9.0.0-beta.91)
11
34
 
12
35
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infobutton",
3
- "version": "9.0.0-beta.91",
3
+ "version": "9.0.0-beta.93",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/react-icons": "^2.0.224",
39
- "@fluentui/react-label": "^9.1.60",
40
- "@fluentui/react-popover": "^9.8.36",
41
- "@fluentui/react-tabster": "^9.17.4",
39
+ "@fluentui/react-label": "^9.1.61",
40
+ "@fluentui/react-popover": "^9.8.38",
41
+ "@fluentui/react-tabster": "^9.19.0",
42
42
  "@fluentui/react-theme": "^9.1.16",
43
- "@fluentui/react-utilities": "^9.17.0",
44
- "@fluentui/react-jsx-runtime": "^9.0.28",
43
+ "@fluentui/react-utilities": "^9.18.0",
44
+ "@fluentui/react-jsx-runtime": "^9.0.29",
45
45
  "@griffel/react": "^1.5.14",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },