@fluentui/react-toolbar 9.1.79 → 9.1.81

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 +29 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-toolbar
2
2
 
3
- This log was last generated on Tue, 23 Apr 2024 08:12:12 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 May 2024 12:48:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.81)
8
+
9
+ Mon, 06 May 2024 12:48:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.80..@fluentui/react-toolbar_v9.1.81)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-button to v9.3.78 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
15
+ - Bump @fluentui/react-divider to v9.2.68 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.18.8 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.37 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
18
+ - Bump @fluentui/react-context-selector to v9.1.59 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
19
+ - Bump @fluentui/react-radio to v9.2.18 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.18.0 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.21.1 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
22
+
23
+ ## [9.1.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.80)
24
+
25
+ Thu, 02 May 2024 11:36:44 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.79..@fluentui/react-toolbar_v9.1.80)
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui/react-button to v9.3.77 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
31
+ - Bump @fluentui/react-radio to v9.2.17 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
33
+
7
34
  ## [9.1.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.79)
8
35
 
9
- Tue, 23 Apr 2024 08:12:12 GMT
36
+ Tue, 23 Apr 2024 08:17:49 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.78..@fluentui/react-toolbar_v9.1.79)
11
38
 
12
39
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-toolbar",
3
- "version": "9.1.79",
3
+ "version": "9.1.81",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,15 +35,15 @@
35
35
  "@fluentui/scripts-tasks": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-button": "^9.3.76",
39
- "@fluentui/react-divider": "^9.2.67",
38
+ "@fluentui/react-button": "^9.3.78",
39
+ "@fluentui/react-divider": "^9.2.68",
40
40
  "@fluentui/react-theme": "^9.1.19",
41
- "@fluentui/react-utilities": "^9.18.7",
42
- "@fluentui/react-jsx-runtime": "^9.0.36",
43
- "@fluentui/react-context-selector": "^9.1.58",
44
- "@fluentui/react-radio": "^9.2.16",
45
- "@fluentui/react-shared-contexts": "^9.17.0",
46
- "@fluentui/react-tabster": "^9.20.1",
41
+ "@fluentui/react-utilities": "^9.18.8",
42
+ "@fluentui/react-jsx-runtime": "^9.0.37",
43
+ "@fluentui/react-context-selector": "^9.1.59",
44
+ "@fluentui/react-radio": "^9.2.18",
45
+ "@fluentui/react-shared-contexts": "^9.18.0",
46
+ "@fluentui/react-tabster": "^9.21.1",
47
47
  "@griffel/react": "^1.5.14",
48
48
  "@swc/helpers": "^0.5.1"
49
49
  },