@fluentui/react-avatar 9.2.11 → 9.2.13

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 (3) hide show
  1. package/CHANGELOG.json +101 -1
  2. package/CHANGELOG.md +29 -2
  3. package/package.json +12 -10
package/CHANGELOG.json CHANGED
@@ -2,7 +2,107 @@
2
2
  "name": "@fluentui/react-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:36:12 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:31 GMT",
6
+ "tag": "@fluentui/react-avatar_v9.2.13",
7
+ "version": "9.2.13",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-avatar",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-avatar",
21
+ "comment": "Bump @fluentui/react-badge to v9.0.19",
22
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-avatar",
27
+ "comment": "Bump @fluentui/react-popover to v9.4.1",
28
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-avatar",
33
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.5",
34
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-avatar",
39
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
40
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
41
+ },
42
+ {
43
+ "author": "beachball",
44
+ "package": "@fluentui/react-avatar",
45
+ "comment": "Bump @fluentui/react-tooltip to v9.1.8",
46
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ {
52
+ "date": "Mon, 09 Jan 2023 14:34:55 GMT",
53
+ "tag": "@fluentui/react-avatar_v9.2.12",
54
+ "version": "9.2.12",
55
+ "comments": {
56
+ "none": [
57
+ {
58
+ "author": "martinhochel@microsoft.com",
59
+ "package": "@fluentui/react-avatar",
60
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
61
+ "comment": "chore: introduce more barrel file api within /scripts"
62
+ }
63
+ ],
64
+ "patch": [
65
+ {
66
+ "author": "beachball",
67
+ "package": "@fluentui/react-avatar",
68
+ "comment": "Bump @fluentui/react-badge to v9.0.18",
69
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
70
+ },
71
+ {
72
+ "author": "beachball",
73
+ "package": "@fluentui/react-avatar",
74
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
75
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
76
+ },
77
+ {
78
+ "author": "beachball",
79
+ "package": "@fluentui/react-avatar",
80
+ "comment": "Bump @fluentui/react-popover to v9.4.0",
81
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
82
+ },
83
+ {
84
+ "author": "beachball",
85
+ "package": "@fluentui/react-avatar",
86
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
87
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
88
+ },
89
+ {
90
+ "author": "beachball",
91
+ "package": "@fluentui/react-avatar",
92
+ "comment": "Bump @fluentui/react-tooltip to v9.1.7",
93
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
94
+ },
95
+ {
96
+ "author": "beachball",
97
+ "package": "@fluentui/react-avatar",
98
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
99
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
100
+ }
101
+ ]
102
+ }
103
+ },
104
+ {
105
+ "date": "Wed, 04 Jan 2023 01:40:51 GMT",
6
106
  "tag": "@fluentui/react-avatar_v9.2.11",
7
107
  "version": "9.2.11",
8
108
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Wed, 04 Jan 2023 01:36:12 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.13)
8
+
9
+ Mon, 16 Jan 2023 08:35:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.12..@fluentui/react-avatar_v9.2.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-badge to v9.0.19 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+ - Bump @fluentui/react-popover to v9.4.1 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.3.7 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
18
+ - Bump @fluentui/react-tooltip to v9.1.8 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
19
+
20
+ ## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.12)
21
+
22
+ Mon, 09 Jan 2023 14:34:55 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.11..@fluentui/react-avatar_v9.2.12)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-badge to v9.0.18 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
28
+ - Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
29
+ - Bump @fluentui/react-popover to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
31
+ - Bump @fluentui/react-tooltip to v9.1.7 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
33
+
7
34
  ## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.11)
8
35
 
9
- Wed, 04 Jan 2023 01:36:12 GMT
36
+ Wed, 04 Jan 2023 01:40:51 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.10..@fluentui/react-avatar_v9.2.11)
11
38
 
12
39
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-avatar",
3
- "version": "9.2.11",
3
+ "version": "9.2.13",
4
4
  "description": "React components for building Microsoft web experiences.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,19 +30,21 @@
30
30
  "@fluentui/eslint-plugin": "*",
31
31
  "@fluentui/react-conformance": "*",
32
32
  "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
33
- "@fluentui/scripts": "*",
34
- "es6-weak-map": "^2.0.2"
33
+ "es6-weak-map": "^2.0.2",
34
+ "@fluentui/scripts-api-extractor": "*",
35
+ "@fluentui/scripts-cypress": "*",
36
+ "@fluentui/scripts-tasks": "*"
35
37
  },
36
38
  "dependencies": {
37
- "@fluentui/react-badge": "^9.0.17",
38
- "@fluentui/react-context-selector": "^9.1.4",
39
+ "@fluentui/react-badge": "^9.0.19",
40
+ "@fluentui/react-context-selector": "^9.1.5",
39
41
  "@fluentui/react-icons": "^2.0.175",
40
- "@fluentui/react-popover": "^9.3.6",
41
- "@fluentui/react-shared-contexts": "^9.1.4",
42
- "@fluentui/react-tabster": "^9.3.5",
42
+ "@fluentui/react-popover": "^9.4.1",
43
+ "@fluentui/react-shared-contexts": "^9.1.5",
44
+ "@fluentui/react-tabster": "^9.3.7",
43
45
  "@fluentui/react-theme": "^9.1.5",
44
- "@fluentui/react-tooltip": "^9.1.6",
45
- "@fluentui/react-utilities": "^9.3.1",
46
+ "@fluentui/react-tooltip": "^9.1.8",
47
+ "@fluentui/react-utilities": "^9.4.0",
46
48
  "@griffel/react": "^1.5.2",
47
49
  "tslib": "^2.1.0"
48
50
  },