@fluentui/react-toolbar 9.1.10 → 9.1.11

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": "Mon, 17 Apr 2023 17:50:12 GMT",
5
+ "date": "Mon, 24 Apr 2023 08:09:18 GMT",
6
+ "tag": "@fluentui/react-toolbar_v9.1.11",
7
+ "version": "9.1.11",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-toolbar",
13
+ "commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
14
+ "comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-toolbar",
19
+ "comment": "Bump @fluentui/react-button to v9.3.10",
20
+ "commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-toolbar",
25
+ "comment": "Bump @fluentui/react-divider to v9.2.10",
26
+ "commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-toolbar",
31
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
32
+ "commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-toolbar",
37
+ "comment": "Bump @fluentui/react-radio to v9.1.11",
38
+ "commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Mon, 17 Apr 2023 17:54:01 GMT",
6
45
  "tag": "@fluentui/react-toolbar_v9.1.10",
7
46
  "version": "9.1.10",
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 Mon, 17 Apr 2023 17:50:12 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Apr 2023 08:09:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.11)
8
+
9
+ Mon, 24 Apr 2023 08:09:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.10..@fluentui/react-toolbar_v9.1.11)
11
+
12
+ ### Patches
13
+
14
+ - bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
15
+ - Bump @fluentui/react-button to v9.3.10 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
16
+ - Bump @fluentui/react-divider to v9.2.10 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
18
+ - Bump @fluentui/react-radio to v9.1.11 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
19
+
7
20
  ## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.10)
8
21
 
9
- Mon, 17 Apr 2023 17:50:12 GMT
22
+ Mon, 17 Apr 2023 17:54:01 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.9..@fluentui/react-toolbar_v9.1.10)
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.10",
3
+ "version": "9.1.11",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,13 +34,13 @@
34
34
  "@fluentui/scripts-tasks": "*"
35
35
  },
36
36
  "dependencies": {
37
- "@fluentui/react-button": "^9.3.9",
38
- "@fluentui/react-divider": "^9.2.9",
37
+ "@fluentui/react-button": "^9.3.10",
38
+ "@fluentui/react-divider": "^9.2.10",
39
39
  "@fluentui/react-theme": "^9.1.7",
40
40
  "@fluentui/react-utilities": "^9.8.0",
41
- "@fluentui/react-jsx-runtime": "^9.0.0-alpha.1",
41
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.2",
42
42
  "@fluentui/react-context-selector": "^9.1.18",
43
- "@fluentui/react-radio": "^9.1.10",
43
+ "@fluentui/react-radio": "^9.1.11",
44
44
  "@fluentui/react-shared-contexts": "^9.3.3",
45
45
  "@fluentui/react-tabster": "^9.6.5",
46
46
  "@griffel/react": "^1.5.2",