@fluentui/react-infobutton 9.0.0-beta.116 → 9.0.0-beta.118

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 +24 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-infobutton
2
2
 
3
- This log was last generated on Tue, 26 May 2026 09:34:21 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Aug 2026 10:10:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.118](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.118)
8
+
9
+ Tue, 04 Aug 2026 10:10:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.117..@fluentui/react-infobutton_v9.0.0-beta.118)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-popover to v9.14.5 ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by beachball)
15
+
16
+ ## [9.0.0-beta.117](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.117)
17
+
18
+ Wed, 24 Jun 2026 11:10:10 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.116..@fluentui/react-infobutton_v9.0.0-beta.117)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-label to v9.4.3 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
24
+ - Bump @fluentui/react-popover to v9.14.4 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.26.16 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.26.5 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.4.4 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
28
+
7
29
  ## [9.0.0-beta.116](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.116)
8
30
 
9
- Tue, 26 May 2026 09:34:21 GMT
31
+ Tue, 26 May 2026 09:40:00 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.115..@fluentui/react-infobutton_v9.0.0-beta.116)
11
33
 
12
34
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infobutton",
3
- "version": "9.0.0-beta.116",
3
+ "version": "9.0.0-beta.118",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,12 +13,12 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/react-icons": "^2.0.237",
16
- "@fluentui/react-label": "^9.4.2",
17
- "@fluentui/react-popover": "^9.14.3",
18
- "@fluentui/react-tabster": "^9.26.15",
16
+ "@fluentui/react-jsx-runtime": "^9.4.4",
17
+ "@fluentui/react-label": "^9.4.3",
18
+ "@fluentui/react-popover": "^9.14.5",
19
+ "@fluentui/react-tabster": "^9.26.16",
19
20
  "@fluentui/react-theme": "^9.2.1",
20
- "@fluentui/react-utilities": "^9.26.4",
21
- "@fluentui/react-jsx-runtime": "^9.4.3",
21
+ "@fluentui/react-utilities": "^9.26.5",
22
22
  "@griffel/react": "^1.5.32",
23
23
  "@swc/helpers": "^0.5.1"
24
24
  },