@fluentui-react-native/composition 0.6.10 → 0.7.1

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,108 @@
2
2
  "name": "@fluentui-react-native/composition",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 01 Oct 2021 17:51:08 GMT",
5
+ "date": "Fri, 17 Dec 2021 19:51:04 GMT",
6
+ "tag": "@fluentui-react-native/composition_v0.7.1",
7
+ "version": "0.7.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/composition",
13
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.1",
14
+ "commit": "3012e075ca89e36931357442679b73d20540af8b"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/composition",
19
+ "comment": "Bump @fluentui-react-native/use-slots to v0.6.1",
20
+ "commit": "3012e075ca89e36931357442679b73d20540af8b"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 17 Nov 2021 19:28:07 GMT",
27
+ "tag": "@fluentui-react-native/composition_v0.7.0",
28
+ "version": "0.7.0",
29
+ "comments": {
30
+ "minor": [
31
+ {
32
+ "comment": "Update to react-native 0.64",
33
+ "author": "afoxman@microsoft.com",
34
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
35
+ "package": "@fluentui-react-native/composition"
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.0",
41
+ "author": "afoxman@microsoft.com",
42
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
43
+ "package": "@fluentui-react-native/composition"
44
+ },
45
+ {
46
+ "comment": "Bump @fluentui-react-native/use-slots to v0.6.0",
47
+ "author": "afoxman@microsoft.com",
48
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
49
+ "package": "@fluentui-react-native/composition"
50
+ },
51
+ {
52
+ "comment": "Bump @fluentui-react-native/use-styling to v0.8.0",
53
+ "author": "afoxman@microsoft.com",
54
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
55
+ "package": "@fluentui-react-native/composition"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "date": "Thu, 11 Nov 2021 23:17:41 GMT",
62
+ "tag": "@fluentui-react-native/composition_v0.6.12",
63
+ "version": "0.6.12",
64
+ "comments": {
65
+ "none": [
66
+ {
67
+ "comment": "Bump @fluentui-react-native/immutable-merge to v1.1.4",
68
+ "author": "ruaraki@microsoft.com",
69
+ "commit": "110fba2a1721a914501404f6040f07656307549e",
70
+ "package": "@fluentui-react-native/composition"
71
+ }
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "date": "Mon, 25 Oct 2021 19:24:43 GMT",
77
+ "tag": "@fluentui-react-native/composition_v0.6.12",
78
+ "version": "0.6.12",
79
+ "comments": {
80
+ "patch": [
81
+ {
82
+ "comment": "Bump @fluentui-react-native/use-slot to v0.1.7",
83
+ "author": "ruaraki@microsoft.com",
84
+ "commit": "f6578742d6c957cf7e346db82f89171f80bedc3b",
85
+ "package": "@fluentui-react-native/composition"
86
+ }
87
+ ]
88
+ }
89
+ },
90
+ {
91
+ "date": "Wed, 20 Oct 2021 03:46:25 GMT",
92
+ "tag": "@fluentui-react-native/composition_v0.6.11",
93
+ "version": "0.6.11",
94
+ "comments": {
95
+ "patch": [
96
+ {
97
+ "comment": "Bump @fluentui-react-native/use-styling to v0.7.1",
98
+ "author": "ruaraki@microsoft.com",
99
+ "commit": "273f5addbeb5abeaec0b517e5416f52d8878152f",
100
+ "package": "@fluentui-react-native/composition"
101
+ }
102
+ ]
103
+ }
104
+ },
105
+ {
106
+ "date": "Fri, 01 Oct 2021 17:52:17 GMT",
6
107
  "tag": "@fluentui-react-native/composition_v0.6.10",
7
108
  "version": "0.6.10",
8
109
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,51 @@
1
1
  # Change Log - @fluentui-react-native/composition
2
2
 
3
- This log was last generated on Fri, 01 Oct 2021 17:51:08 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Dec 2021 19:51:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.1
8
+
9
+ Fri, 17 Dec 2021 19:51:04 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/use-slot to v0.2.1
14
+ - Bump @fluentui-react-native/use-slots to v0.6.1
15
+
16
+ ## 0.7.0
17
+
18
+ Wed, 17 Nov 2021 19:28:07 GMT
19
+
20
+ ### Minor changes
21
+
22
+ - Update to react-native 0.64 (afoxman@microsoft.com)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui-react-native/use-slot to v0.2.0 (afoxman@microsoft.com)
27
+ - Bump @fluentui-react-native/use-slots to v0.6.0 (afoxman@microsoft.com)
28
+ - Bump @fluentui-react-native/use-styling to v0.8.0 (afoxman@microsoft.com)
29
+
30
+ ## 0.6.12
31
+
32
+ Mon, 25 Oct 2021 19:24:43 GMT
33
+
34
+ ### Patches
35
+
36
+ - Bump @fluentui-react-native/use-slot to v0.1.7 (ruaraki@microsoft.com)
37
+
38
+ ## 0.6.11
39
+
40
+ Wed, 20 Oct 2021 03:46:25 GMT
41
+
42
+ ### Patches
43
+
44
+ - Bump @fluentui-react-native/use-styling to v0.7.1 (ruaraki@microsoft.com)
45
+
7
46
  ## 0.6.10
8
47
 
9
- Fri, 01 Oct 2021 17:51:08 GMT
48
+ Fri, 01 Oct 2021 17:52:17 GMT
10
49
 
11
50
  ### Patches
12
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/composition",
3
- "version": "0.6.10",
3
+ "version": "0.7.1",
4
4
  "description": "Composition factories for building HOCs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,17 +28,17 @@
28
28
  "author": "",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@fluentui-react-native/immutable-merge": "^1.1.3",
32
- "@fluentui-react-native/use-slot": ">=0.1.6 <1.0.0",
33
- "@fluentui-react-native/use-slots": ">=0.5.8 <1.0.0",
34
- "@fluentui-react-native/use-styling": ">=0.7.0 <1.0.0"
31
+ "@fluentui-react-native/immutable-merge": "^1.1.4",
32
+ "@fluentui-react-native/use-slot": ">=0.2.1 <1.0.0",
33
+ "@fluentui-react-native/use-slots": ">=0.6.1 <1.0.0",
34
+ "@fluentui-react-native/use-styling": ">=0.8.0 <1.0.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/react-native": "^0.63.0",
37
+ "@types/react-native": "^0.64.0",
38
38
  "@uifabricshared/build-native": "^0.1.1",
39
- "react-native": "^0.63.4"
39
+ "react-native": "^0.64.3"
40
40
  },
41
41
  "peerDependencies": {
42
- "react-native": ">=0.63.4"
42
+ "react-native": ">=0.64.3"
43
43
  }
44
44
  }