@fluentui-react-native/experimental-avatar 0.13.6 → 0.13.7

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,58 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 04:11:32 GMT",
5
+ "date": "Mon, 20 Dec 2021 22:51:35 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.13.7",
7
+ "version": "0.13.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
14
+ "comment": "Add repository property to all package.json files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-avatar",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.2",
20
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-avatar",
25
+ "comment": "Bump @fluentui-react-native/component-cache to v1.3.1",
26
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/experimental-avatar",
31
+ "comment": "Bump @fluentui-react-native/framework to v0.7.6",
32
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/experimental-avatar",
37
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.11.2",
38
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.3",
44
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/experimental-avatar",
49
+ "comment": "Bump @fluentui-react-native/use-styling to v0.8.2",
50
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Sat, 18 Dec 2021 04:15:05 GMT",
6
57
  "tag": "@fluentui-react-native/experimental-avatar_v0.13.6",
7
58
  "version": "0.13.6",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Sat, 18 Dec 2021 04:11:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Dec 2021 22:51:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.13.7
8
+
9
+ Mon, 20 Dec 2021 22:51:35 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
14
+ - Bump @fluentui-react-native/adapters to v0.8.2
15
+ - Bump @fluentui-react-native/component-cache to v1.3.1
16
+ - Bump @fluentui-react-native/framework to v0.7.6
17
+ - Bump @fluentui-react-native/theme-tokens to v0.11.2
18
+ - Bump @fluentui-react-native/tokens to v0.11.3
19
+ - Bump @fluentui-react-native/use-styling to v0.8.2
20
+
7
21
  ## 0.13.6
8
22
 
9
- Sat, 18 Dec 2021 04:11:32 GMT
23
+ Sat, 18 Dec 2021 04:15:05 GMT
10
24
 
11
25
  ### Patches
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
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>",
@@ -19,13 +19,18 @@
19
19
  "prettier": "fluentui-scripts prettier",
20
20
  "prettier-fix": "fluentui-scripts prettier --fix true"
21
21
  },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/microsoft/fluentui-react-native.git",
25
+ "directory": "packages/experimental/Avatar"
26
+ },
22
27
  "dependencies": {
23
- "@fluentui-react-native/adapters": "^0.8.1",
24
- "@fluentui-react-native/component-cache": "^1.3.0",
25
- "@fluentui-react-native/framework": "0.7.5",
26
- "@fluentui-react-native/theme-tokens": "^0.11.1",
27
- "@fluentui-react-native/tokens": "^0.11.2",
28
- "@fluentui-react-native/use-styling": "^0.8.1"
28
+ "@fluentui-react-native/adapters": "^0.8.2",
29
+ "@fluentui-react-native/component-cache": "^1.3.1",
30
+ "@fluentui-react-native/framework": "0.7.6",
31
+ "@fluentui-react-native/theme-tokens": "^0.11.2",
32
+ "@fluentui-react-native/tokens": "^0.11.3",
33
+ "@fluentui-react-native/use-styling": "^0.8.2"
29
34
  },
30
35
  "devDependencies": {
31
36
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",