@fluentui-react-native/experimental-avatar 0.14.39 → 0.14.40

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,28 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 08 Jun 2022 21:52:20 GMT",
5
+ "date": "Mon, 13 Jun 2022 23:57:27 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.40",
7
+ "version": "0.14.40",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/badge to v0.0.41",
14
+ "commit": "0a93815f7fc4d837b1f0167a0029a90541ce045e"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-avatar",
19
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.16.3",
20
+ "commit": "0a93815f7fc4d837b1f0167a0029a90541ce045e"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 08 Jun 2022 21:52:34 GMT",
6
27
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.39",
7
28
  "version": "0.14.39",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Wed, 08 Jun 2022 21:52:20 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 Jun 2022 23:57:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.40
8
+
9
+ Mon, 13 Jun 2022 23:57:27 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/badge to v0.0.41
14
+ - Bump @fluentui-react-native/interactive-hooks to v0.16.3
15
+
7
16
  ## 0.14.39
8
17
 
9
- Wed, 08 Jun 2022 21:52:20 GMT
18
+ Wed, 08 Jun 2022 21:52:34 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.14.39",
3
+ "version": "0.14.40",
4
4
  "description": "A cross-platform Avatar component using the Fluent Design System. Currently only implemented on iOS",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fluentui-react-native/adapters": "^0.8.5",
29
- "@fluentui-react-native/badge": "^0.0.40",
29
+ "@fluentui-react-native/badge": "^0.0.41",
30
30
  "@fluentui-react-native/component-cache": "^1.3.2",
31
31
  "@fluentui-react-native/framework": "0.7.30",
32
32
  "@fluentui-react-native/icon": "^0.12.1",
33
- "@fluentui-react-native/interactive-hooks": "^0.16.2",
33
+ "@fluentui-react-native/interactive-hooks": "^0.16.3",
34
34
  "@fluentui-react-native/theme-tokens": "^0.18.0",
35
35
  "@fluentui-react-native/tokens": "^0.14.0",
36
36
  "@fluentui-react-native/use-styling": "^0.8.3",