@fluentui/react-infobutton 9.0.0-beta.42 → 9.0.0-beta.43

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,42 @@
2
2
  "name": "@fluentui/react-infobutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Jul 2023 21:26:50 GMT",
5
+ "date": "Thu, 20 Jul 2023 18:24:20 GMT",
6
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.43",
7
+ "version": "9.0.0-beta.43",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-infobutton",
13
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
14
+ "comment": "chore: migrate to monosize"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-infobutton",
21
+ "comment": "Bump @fluentui/react-label to v9.1.21",
22
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-infobutton",
27
+ "comment": "Bump @fluentui/react-popover to v9.7.7",
28
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-infobutton",
33
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
34
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Mon, 17 Jul 2023 21:27:35 GMT",
6
41
  "tag": "@fluentui/react-infobutton_v9.0.0-beta.42",
7
42
  "version": "9.0.0-beta.42",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-infobutton
2
2
 
3
- This log was last generated on Mon, 17 Jul 2023 21:26:50 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Jul 2023 18:24:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.43)
8
+
9
+ Thu, 20 Jul 2023 18:24:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.42..@fluentui/react-infobutton_v9.0.0-beta.43)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-label to v9.1.21 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
15
+ - Bump @fluentui/react-popover to v9.7.7 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
17
+
7
18
  ## [9.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.42)
8
19
 
9
- Mon, 17 Jul 2023 21:26:50 GMT
20
+ Mon, 17 Jul 2023 21:27:35 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.41..@fluentui/react-infobutton_v9.0.0-beta.42)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infobutton",
3
- "version": "9.0.0-beta.42",
3
+ "version": "9.0.0-beta.43",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,7 +13,7 @@
13
13
  "license": "MIT",
14
14
  "scripts": {
15
15
  "build": "just-scripts build",
16
- "bundle-size": "bundle-size measure",
16
+ "bundle-size": "monosize measure",
17
17
  "clean": "just-scripts clean",
18
18
  "code-style": "just-scripts code-style",
19
19
  "just": "just-scripts",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-icons": "^2.0.203",
37
- "@fluentui/react-label": "^9.1.20",
38
- "@fluentui/react-popover": "^9.7.6",
37
+ "@fluentui/react-label": "^9.1.21",
38
+ "@fluentui/react-popover": "^9.7.7",
39
39
  "@fluentui/react-tabster": "^9.10.0",
40
40
  "@fluentui/react-theme": "^9.1.9",
41
41
  "@fluentui/react-utilities": "^9.10.1",
42
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.11",
42
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
43
43
  "@griffel/react": "^1.5.7",
44
44
  "@swc/helpers": "^0.4.14"
45
45
  },