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

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 +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-infobutton
2
2
 
3
- This log was last generated on Fri, 26 Jan 2024 10:38:59 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 29 Jan 2024 13:53:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.91)
8
+
9
+ Mon, 29 Jan 2024 13:53:39 GMT
10
+ [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
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-label to v9.1.60 ([PR #30383](https://github.com/microsoft/fluentui/pull/30383) by beachball)
15
+ - Bump @fluentui/react-popover to v9.8.36 ([PR #30383](https://github.com/microsoft/fluentui/pull/30383) by beachball)
16
+
7
17
  ## [9.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.90)
8
18
 
9
- Fri, 26 Jan 2024 10:38:59 GMT
19
+ Fri, 26 Jan 2024 10:40:22 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.89..@fluentui/react-infobutton_v9.0.0-beta.90)
11
21
 
12
22
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infobutton",
3
- "version": "9.0.0-beta.90",
3
+ "version": "9.0.0-beta.91",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/react-icons": "^2.0.224",
39
- "@fluentui/react-label": "^9.1.59",
40
- "@fluentui/react-popover": "^9.8.35",
39
+ "@fluentui/react-label": "^9.1.60",
40
+ "@fluentui/react-popover": "^9.8.36",
41
41
  "@fluentui/react-tabster": "^9.17.4",
42
42
  "@fluentui/react-theme": "^9.1.16",
43
43
  "@fluentui/react-utilities": "^9.17.0",