@fluentui/react-toast 9.3.50 → 9.3.52

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 +28 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-toast
2
2
 
3
- This log was last generated on Mon, 15 Jul 2024 17:20:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Aug 2024 08:18:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.52)
8
+
9
+ Thu, 15 Aug 2024 08:18:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.51..@fluentui/react-toast_v9.3.52)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.13.3 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
15
+ - Bump @fluentui/react-portal to v9.4.32 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.22.4 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
17
+
18
+ ## [9.3.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.51)
19
+
20
+ Tue, 23 Jul 2024 20:13:14 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.50..@fluentui/react-toast_v9.3.51)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-aria to v9.13.2 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
27
+ - Bump @fluentui/react-motion to v9.4.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
28
+ - Bump @fluentui/react-portal to v9.4.31 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
29
+ - Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.22.3 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
32
+
7
33
  ## [9.3.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.50)
8
34
 
9
- Mon, 15 Jul 2024 17:20:04 GMT
35
+ Mon, 15 Jul 2024 17:25:20 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.49..@fluentui/react-toast_v9.3.50)
11
37
 
12
38
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-toast",
3
- "version": "9.3.50",
3
+ "version": "9.3.52",
4
4
  "description": "Toast component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,15 +36,15 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.7",
39
- "@fluentui/react-aria": "^9.13.1",
39
+ "@fluentui/react-aria": "^9.13.3",
40
40
  "@fluentui/react-icons": "^2.0.245",
41
- "@fluentui/react-jsx-runtime": "^9.0.41",
42
- "@fluentui/react-motion": "^9.3.0",
43
- "@fluentui/react-portal": "^9.4.30",
44
- "@fluentui/react-shared-contexts": "^9.19.1",
45
- "@fluentui/react-tabster": "^9.22.2",
41
+ "@fluentui/react-jsx-runtime": "^9.0.42",
42
+ "@fluentui/react-motion": "^9.4.0",
43
+ "@fluentui/react-portal": "^9.4.32",
44
+ "@fluentui/react-shared-contexts": "^9.20.0",
45
+ "@fluentui/react-tabster": "^9.22.4",
46
46
  "@fluentui/react-theme": "^9.1.19",
47
- "@fluentui/react-utilities": "^9.18.12",
47
+ "@fluentui/react-utilities": "^9.18.13",
48
48
  "@griffel/react": "^1.5.22",
49
49
  "@swc/helpers": "^0.5.1"
50
50
  },