@fluentui/react-persona 9.1.0 → 9.1.2

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,63 @@
2
2
  "name": "@fluentui/react-persona",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:35:36 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:41 GMT",
6
+ "tag": "@fluentui/react-persona_v9.1.2",
7
+ "version": "9.1.2",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-persona",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-persona",
21
+ "comment": "Bump @fluentui/react-avatar to v9.2.13",
22
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-persona",
27
+ "comment": "Bump @fluentui/react-badge to v9.0.19",
28
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
35
+ "tag": "@fluentui/react-persona_v9.1.1",
36
+ "version": "9.1.1",
37
+ "comments": {
38
+ "patch": [
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-persona",
42
+ "comment": "Bump @fluentui/react-avatar to v9.2.12",
43
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-persona",
48
+ "comment": "Bump @fluentui/react-badge to v9.0.18",
49
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-persona",
54
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
55
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "date": "Wed, 04 Jan 2023 01:40:15 GMT",
6
62
  "tag": "@fluentui/react-persona_v9.1.0",
7
63
  "version": "9.1.0",
8
64
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-persona
2
2
 
3
- This log was last generated on Wed, 04 Jan 2023 01:35:36 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.2)
8
+
9
+ Mon, 16 Jan 2023 08:35:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.1.1..@fluentui/react-persona_v9.1.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-avatar to v9.2.13 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+ - Bump @fluentui/react-badge to v9.0.19 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
16
+
17
+ ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.1)
18
+
19
+ Mon, 09 Jan 2023 14:35:02 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.1.0..@fluentui/react-persona_v9.1.1)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-avatar to v9.2.12 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
25
+ - Bump @fluentui/react-badge to v9.0.18 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
27
+
7
28
  ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.0)
8
29
 
9
- Wed, 04 Jan 2023 01:35:36 GMT
30
+ Wed, 04 Jan 2023 01:40:15 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.1.0-beta.7..@fluentui/react-persona_v9.1.0)
11
32
 
12
33
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-persona",
3
- "version": "9.1.0",
3
+ "version": "9.1.2",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,13 +28,14 @@
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
30
  "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
31
- "@fluentui/scripts": "*"
31
+ "@fluentui/scripts-api-extractor": "*",
32
+ "@fluentui/scripts-tasks": "*"
32
33
  },
33
34
  "dependencies": {
34
- "@fluentui/react-avatar": "^9.2.11",
35
- "@fluentui/react-badge": "^9.0.17",
35
+ "@fluentui/react-avatar": "^9.2.13",
36
+ "@fluentui/react-badge": "^9.0.19",
36
37
  "@fluentui/react-theme": "^9.1.5",
37
- "@fluentui/react-utilities": "^9.3.1",
38
+ "@fluentui/react-utilities": "^9.4.0",
38
39
  "@griffel/react": "^1.5.2",
39
40
  "tslib": "^2.1.0"
40
41
  },