@fluentui/react-toolbar 9.1.5 → 9.1.6

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,46 @@
2
2
  "name": "@fluentui/react-toolbar",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Mar 2023 21:18:25 GMT",
5
+ "date": "Thu, 23 Mar 2023 12:28:45 GMT",
6
+ "tag": "@fluentui/react-toolbar_v9.1.6",
7
+ "version": "9.1.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-toolbar",
13
+ "comment": "Bump @fluentui/react-button to v9.3.6",
14
+ "commit": "be0ca69899300abe3c8478c435e0f6837138479b"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-toolbar",
19
+ "comment": "Bump @fluentui/react-divider to v9.2.6",
20
+ "commit": "be0ca69899300abe3c8478c435e0f6837138479b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-toolbar",
25
+ "comment": "Bump @fluentui/react-radio to v9.1.6",
26
+ "commit": "be0ca69899300abe3c8478c435e0f6837138479b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-toolbar",
31
+ "comment": "Bump @fluentui/react-shared-contexts to v9.3.3",
32
+ "commit": "be0ca69899300abe3c8478c435e0f6837138479b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-toolbar",
37
+ "comment": "Bump @fluentui/react-tabster to v9.6.2",
38
+ "commit": "be0ca69899300abe3c8478c435e0f6837138479b"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 21 Mar 2023 21:23:12 GMT",
6
45
  "tag": "@fluentui/react-toolbar_v9.1.5",
7
46
  "version": "9.1.5",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-toolbar
2
2
 
3
- This log was last generated on Tue, 21 Mar 2023 21:18:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 23 Mar 2023 12:28:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.6)
8
+
9
+ Thu, 23 Mar 2023 12:28:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.5..@fluentui/react-toolbar_v9.1.6)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-button to v9.3.6 ([PR #27286](https://github.com/microsoft/fluentui/pull/27286) by beachball)
15
+ - Bump @fluentui/react-divider to v9.2.6 ([PR #27286](https://github.com/microsoft/fluentui/pull/27286) by beachball)
16
+ - Bump @fluentui/react-radio to v9.1.6 ([PR #27286](https://github.com/microsoft/fluentui/pull/27286) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.3.3 ([PR #27286](https://github.com/microsoft/fluentui/pull/27286) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.6.2 ([PR #27286](https://github.com/microsoft/fluentui/pull/27286) by beachball)
19
+
7
20
  ## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.5)
8
21
 
9
- Tue, 21 Mar 2023 21:18:25 GMT
22
+ Tue, 21 Mar 2023 21:23:12 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.4..@fluentui/react-toolbar_v9.1.5)
11
24
 
12
25
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-toolbar",
3
- "version": "9.1.5",
3
+ "version": "9.1.6",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,14 +34,14 @@
34
34
  "@fluentui/scripts-tasks": "*"
35
35
  },
36
36
  "dependencies": {
37
- "@fluentui/react-button": "^9.3.5",
38
- "@fluentui/react-divider": "^9.2.5",
37
+ "@fluentui/react-button": "^9.3.6",
38
+ "@fluentui/react-divider": "^9.2.6",
39
39
  "@fluentui/react-theme": "^9.1.7",
40
40
  "@fluentui/react-utilities": "^9.7.2",
41
41
  "@fluentui/react-context-selector": "^9.1.15",
42
- "@fluentui/react-radio": "^9.1.5",
43
- "@fluentui/react-shared-contexts": "^9.3.2",
44
- "@fluentui/react-tabster": "^9.6.1",
42
+ "@fluentui/react-radio": "^9.1.6",
43
+ "@fluentui/react-shared-contexts": "^9.3.3",
44
+ "@fluentui/react-tabster": "^9.6.2",
45
45
  "@griffel/react": "^1.5.2",
46
46
  "@swc/helpers": "^0.4.14"
47
47
  },