@fluentui/react-message-bar 9.0.13 → 9.0.15

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 +24 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,17 +1,38 @@
1
1
  # Change Log - @fluentui/react-message-bar
2
2
 
3
- This log was last generated on Thu, 11 Jan 2024 09:02:16 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Jan 2024 16:13:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.15)
8
+
9
+ Wed, 17 Jan 2024 16:13:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.14..@fluentui/react-message-bar_v9.0.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-button to v9.3.64 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.26 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.16.0 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
17
+
18
+ ## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.14)
19
+
20
+ Tue, 16 Jan 2024 13:14:24 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.13..@fluentui/react-message-bar_v9.0.14)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-button to v9.3.63 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
27
+
7
28
  ## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.13)
8
29
 
9
- Thu, 11 Jan 2024 09:02:16 GMT
30
+ Thu, 11 Jan 2024 09:04:29 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.12..@fluentui/react-message-bar_v9.0.13)
11
32
 
12
33
  ### Patches
13
34
 
14
- - Bump @fluentui/react-button to v9.3.62 ([PR #30250](https://github.com/microsoft/fluentui/pull/30250) by beachball)
35
+ - Bump @fluentui/react-button to v9.3.62 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
15
36
 
16
37
  ## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.12)
17
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-message-bar",
3
- "version": "9.0.13",
3
+ "version": "9.0.15",
4
4
  "description": "Fluent UI MessageBar component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,12 +31,12 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-button": "^9.3.62",
34
+ "@fluentui/react-button": "^9.3.64",
35
35
  "@fluentui/react-icons": "^2.0.224",
36
- "@fluentui/react-jsx-runtime": "^9.0.24",
36
+ "@fluentui/react-jsx-runtime": "^9.0.26",
37
37
  "@fluentui/react-shared-contexts": "^9.13.2",
38
38
  "@fluentui/react-theme": "^9.1.16",
39
- "@fluentui/react-utilities": "^9.15.6",
39
+ "@fluentui/react-utilities": "^9.16.0",
40
40
  "@griffel/react": "^1.5.14",
41
41
  "@swc/helpers": "^0.5.1",
42
42
  "react-transition-group": "^4.4.1"