@fluentui/react-persona 9.1.3 → 9.1.4

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,22 @@
2
2
  "name": "@fluentui/react-persona",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 17 Jan 2023 12:22:15 GMT",
5
+ "date": "Wed, 18 Jan 2023 16:30:58 GMT",
6
+ "tag": "@fluentui/react-persona_v9.1.4",
7
+ "version": "9.1.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-persona",
13
+ "comment": "Bump @fluentui/react-avatar to v9.2.15",
14
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 17 Jan 2023 12:22:56 GMT",
6
21
  "tag": "@fluentui/react-persona_v9.1.3",
7
22
  "version": "9.1.3",
8
23
  "comments": {
@@ -11,13 +26,13 @@
11
26
  "author": "beachball",
12
27
  "package": "@fluentui/react-persona",
13
28
  "comment": "Bump @fluentui/react-avatar to v9.2.14",
14
- "commit": "08ccb46dd03a8871c1234008a5a543cd53f579a9"
29
+ "commit": "64989c23309e77e51bb42c00609fd2425cd20680"
15
30
  },
16
31
  {
17
32
  "author": "beachball",
18
33
  "package": "@fluentui/react-persona",
19
34
  "comment": "Bump @fluentui/react-badge to v9.0.20",
20
- "commit": "08ccb46dd03a8871c1234008a5a543cd53f579a9"
35
+ "commit": "64989c23309e77e51bb42c00609fd2425cd20680"
21
36
  }
22
37
  ]
23
38
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @fluentui/react-persona
2
2
 
3
- This log was last generated on Tue, 17 Jan 2023 12:22:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Jan 2023 16:30:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.4)
8
+
9
+ Wed, 18 Jan 2023 16:30:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.1.3..@fluentui/react-persona_v9.1.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-avatar to v9.2.15 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball)
15
+
7
16
  ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.3)
8
17
 
9
- Tue, 17 Jan 2023 12:22:15 GMT
18
+ Tue, 17 Jan 2023 12:22:56 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.1.2..@fluentui/react-persona_v9.1.3)
11
20
 
12
21
  ### Patches
13
22
 
14
- - Bump @fluentui/react-avatar to v9.2.14 ([PR #26371](https://github.com/microsoft/fluentui/pull/26371) by beachball)
15
- - Bump @fluentui/react-badge to v9.0.20 ([PR #26371](https://github.com/microsoft/fluentui/pull/26371) by beachball)
23
+ - Bump @fluentui/react-avatar to v9.2.14 ([PR #26373](https://github.com/microsoft/fluentui/pull/26373) by beachball)
24
+ - Bump @fluentui/react-badge to v9.0.20 ([PR #26373](https://github.com/microsoft/fluentui/pull/26373) by beachball)
16
25
 
17
26
  ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.2)
18
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-persona",
3
- "version": "9.1.3",
3
+ "version": "9.1.4",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,7 +32,7 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-avatar": "^9.2.14",
35
+ "@fluentui/react-avatar": "^9.2.15",
36
36
  "@fluentui/react-badge": "^9.0.20",
37
37
  "@fluentui/react-theme": "^9.1.5",
38
38
  "@fluentui/react-utilities": "^9.4.0",