@fluentui-react-native/experimental-avatar 0.18.0 → 0.19.1-testpatch.0

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,43 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 05 Jun 2023 19:19:48 GMT",
5
+ "date": "Sat, 08 Jul 2023 00:46:24 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.19.1-testpatch.0",
7
+ "version": "0.19.1-testpatch.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.11.1-testpatch.0",
14
+ "commit": "691411a9f344ca7d52cd6b916f03742001227748"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 12 Jun 2023 17:46:43 GMT",
21
+ "tag": "@fluentui-react-native/experimental-avatar_v0.19.0",
22
+ "version": "0.19.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "ayushsinghs@yahoo.in",
27
+ "package": "@fluentui-react-native/experimental-avatar",
28
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77",
29
+ "comment": "Changes for treeshake to work"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-avatar",
34
+ "comment": "Bump @fluentui-react-native/framework to v0.11.0",
35
+ "commit": "6530042f4f24cbb296337a8bcf5fb32a09cc6378"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Mon, 05 Jun 2023 19:26:22 GMT",
6
42
  "tag": "@fluentui-react-native/experimental-avatar_v0.18.0",
7
43
  "version": "0.18.0",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Mon, 05 Jun 2023 19:19:48 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 08 Jul 2023 00:46:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.19.1-testpatch.0
8
+
9
+ Sat, 08 Jul 2023 00:46:24 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.11.1-testpatch.0
14
+
15
+ ## 0.19.0
16
+
17
+ Mon, 12 Jun 2023 17:46:43 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Changes for treeshake to work (ayushsinghs@yahoo.in)
22
+ - Bump @fluentui-react-native/framework to v0.11.0
23
+
7
24
  ## 0.18.0
8
25
 
9
- Mon, 05 Jun 2023 19:19:48 GMT
26
+ Mon, 05 Jun 2023 19:26:22 GMT
10
27
 
11
28
  ### Minor changes
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.18.0",
3
+ "version": "0.19.1-testpatch.0",
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,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fluentui-react-native/component-cache": "^1.5.0",
29
- "@fluentui-react-native/framework": "0.10.0"
29
+ "@fluentui-react-native/framework": "0.11.1-testpatch.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
package/src/.eslintrc.js DELETED
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- extends: ['@fluentui-react-native/eslint-config-rules'],
3
- };