@fluentui/react-toolbar 9.1.7 → 9.1.8
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 +22 -7
- package/CHANGELOG.md +17 -8
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-toolbar",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 06 Apr 2023 23:59:55 GMT",
|
|
6
|
+
"tag": "@fluentui/react-toolbar_v9.1.8",
|
|
7
|
+
"version": "9.1.8",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-toolbar",
|
|
13
|
+
"comment": "Bump @fluentui/react-radio to v9.1.8",
|
|
14
|
+
"commit": "7a46cab3d31a233b89b7188e994b24712af5393c"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 04 Apr 2023 18:44:50 GMT",
|
|
6
21
|
"tag": "@fluentui/react-toolbar_v9.1.7",
|
|
7
22
|
"version": "9.1.7",
|
|
8
23
|
"comments": {
|
|
@@ -11,37 +26,37 @@
|
|
|
11
26
|
"author": "beachball",
|
|
12
27
|
"package": "@fluentui/react-toolbar",
|
|
13
28
|
"comment": "Bump @fluentui/react-button to v9.3.7",
|
|
14
|
-
"commit": "
|
|
29
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
15
30
|
},
|
|
16
31
|
{
|
|
17
32
|
"author": "beachball",
|
|
18
33
|
"package": "@fluentui/react-toolbar",
|
|
19
34
|
"comment": "Bump @fluentui/react-divider to v9.2.7",
|
|
20
|
-
"commit": "
|
|
35
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
21
36
|
},
|
|
22
37
|
{
|
|
23
38
|
"author": "beachball",
|
|
24
39
|
"package": "@fluentui/react-toolbar",
|
|
25
40
|
"comment": "Bump @fluentui/react-utilities to v9.7.3",
|
|
26
|
-
"commit": "
|
|
41
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
27
42
|
},
|
|
28
43
|
{
|
|
29
44
|
"author": "beachball",
|
|
30
45
|
"package": "@fluentui/react-toolbar",
|
|
31
46
|
"comment": "Bump @fluentui/react-context-selector to v9.1.16",
|
|
32
|
-
"commit": "
|
|
47
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
33
48
|
},
|
|
34
49
|
{
|
|
35
50
|
"author": "beachball",
|
|
36
51
|
"package": "@fluentui/react-toolbar",
|
|
37
52
|
"comment": "Bump @fluentui/react-radio to v9.1.7",
|
|
38
|
-
"commit": "
|
|
53
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
39
54
|
},
|
|
40
55
|
{
|
|
41
56
|
"author": "beachball",
|
|
42
57
|
"package": "@fluentui/react-toolbar",
|
|
43
58
|
"comment": "Bump @fluentui/react-tabster to v9.6.3",
|
|
44
|
-
"commit": "
|
|
59
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
|
45
60
|
}
|
|
46
61
|
]
|
|
47
62
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-toolbar
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 06 Apr 2023 23:59:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.8)
|
|
8
|
+
|
|
9
|
+
Thu, 06 Apr 2023 23:59:55 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.7..@fluentui/react-toolbar_v9.1.8)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-radio to v9.1.8 ([PR #27420](https://github.com/microsoft/fluentui/pull/27420) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.7)
|
|
8
17
|
|
|
9
|
-
Tue, 04 Apr 2023 18:
|
|
18
|
+
Tue, 04 Apr 2023 18:44:50 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.5..@fluentui/react-toolbar_v9.1.7)
|
|
11
20
|
|
|
12
21
|
### Patches
|
|
13
22
|
|
|
14
|
-
- Bump @fluentui/react-button to v9.3.7 ([PR #
|
|
15
|
-
- Bump @fluentui/react-divider to v9.2.7 ([PR #
|
|
16
|
-
- Bump @fluentui/react-utilities to v9.7.3 ([PR #
|
|
17
|
-
- Bump @fluentui/react-context-selector to v9.1.16 ([PR #
|
|
18
|
-
- Bump @fluentui/react-radio to v9.1.7 ([PR #
|
|
19
|
-
- Bump @fluentui/react-tabster to v9.6.3 ([PR #
|
|
23
|
+
- Bump @fluentui/react-button to v9.3.7 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
24
|
+
- Bump @fluentui/react-divider to v9.2.7 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
25
|
+
- Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
26
|
+
- Bump @fluentui/react-context-selector to v9.1.16 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
27
|
+
- Bump @fluentui/react-radio to v9.1.7 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
28
|
+
- Bump @fluentui/react-tabster to v9.6.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
|
20
29
|
|
|
21
30
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.5)
|
|
22
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-toolbar",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.8",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@fluentui/react-theme": "^9.1.7",
|
|
40
40
|
"@fluentui/react-utilities": "^9.7.3",
|
|
41
41
|
"@fluentui/react-context-selector": "^9.1.16",
|
|
42
|
-
"@fluentui/react-radio": "^9.1.
|
|
42
|
+
"@fluentui/react-radio": "^9.1.8",
|
|
43
43
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
44
44
|
"@fluentui/react-tabster": "^9.6.3",
|
|
45
45
|
"@griffel/react": "^1.5.2",
|