@fluentui-react-native/use-slots 0.5.8 → 0.6.2

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,96 @@
2
2
  "name": "@fluentui-react-native/use-slots",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Sep 2021 21:06:18 GMT",
5
+ "date": "Fri, 17 Dec 2021 22:04:25 GMT",
6
+ "tag": "@fluentui-react-native/use-slots_v0.6.2",
7
+ "version": "0.6.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/use-slots",
13
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.2",
14
+ "commit": "b9ea5eb1409f37305169f75398fa7f41229cefbd"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 17 Dec 2021 19:53:21 GMT",
21
+ "tag": "@fluentui-react-native/use-slots_v0.6.1",
22
+ "version": "0.6.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/use-slots",
28
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.1",
29
+ "commit": "3012e075ca89e36931357442679b73d20540af8b"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 17 Nov 2021 19:28:07 GMT",
36
+ "tag": "@fluentui-react-native/use-slots_v0.6.0",
37
+ "version": "0.6.0",
38
+ "comments": {
39
+ "minor": [
40
+ {
41
+ "comment": "Update to react-native 0.64",
42
+ "author": "afoxman@microsoft.com",
43
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
44
+ "package": "@fluentui-react-native/use-slots"
45
+ }
46
+ ],
47
+ "patch": [
48
+ {
49
+ "comment": "Bump @fluentui-react-native/merge-props to v0.4.0",
50
+ "author": "afoxman@microsoft.com",
51
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
52
+ "package": "@fluentui-react-native/use-slots"
53
+ },
54
+ {
55
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.0",
56
+ "author": "afoxman@microsoft.com",
57
+ "commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
58
+ "package": "@fluentui-react-native/use-slots"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Thu, 11 Nov 2021 23:17:41 GMT",
65
+ "tag": "@fluentui-react-native/use-slots_v0.5.9",
66
+ "version": "0.5.9",
67
+ "comments": {
68
+ "none": [
69
+ {
70
+ "comment": "Bump @fluentui-react-native/use-slot to v0.1.7",
71
+ "author": "ruaraki@microsoft.com",
72
+ "commit": "110fba2a1721a914501404f6040f07656307549e",
73
+ "package": "@fluentui-react-native/use-slots"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "date": "Mon, 25 Oct 2021 19:24:43 GMT",
80
+ "tag": "@fluentui-react-native/use-slots_v0.5.9",
81
+ "version": "0.5.9",
82
+ "comments": {
83
+ "patch": [
84
+ {
85
+ "comment": "Bump @fluentui-react-native/use-slot to v0.1.7",
86
+ "author": "ruaraki@microsoft.com",
87
+ "commit": "f6578742d6c957cf7e346db82f89171f80bedc3b",
88
+ "package": "@fluentui-react-native/use-slots"
89
+ }
90
+ ]
91
+ }
92
+ },
93
+ {
94
+ "date": "Tue, 28 Sep 2021 21:08:25 GMT",
6
95
  "tag": "@fluentui-react-native/use-slots_v0.5.8",
7
96
  "version": "0.5.8",
8
97
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,49 @@
1
1
  # Change Log - @fluentui-react-native/use-slots
2
2
 
3
- This log was last generated on Tue, 28 Sep 2021 21:06:18 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Dec 2021 22:04:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.2
8
+
9
+ Fri, 17 Dec 2021 22:04:25 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/use-slot to v0.2.2
14
+
15
+ ## 0.6.1
16
+
17
+ Fri, 17 Dec 2021 19:53:21 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/use-slot to v0.2.1
22
+
23
+ ## 0.6.0
24
+
25
+ Wed, 17 Nov 2021 19:28:07 GMT
26
+
27
+ ### Minor changes
28
+
29
+ - Update to react-native 0.64 (afoxman@microsoft.com)
30
+
31
+ ### Patches
32
+
33
+ - Bump @fluentui-react-native/merge-props to v0.4.0 (afoxman@microsoft.com)
34
+ - Bump @fluentui-react-native/use-slot to v0.2.0 (afoxman@microsoft.com)
35
+
36
+ ## 0.5.9
37
+
38
+ Mon, 25 Oct 2021 19:24:43 GMT
39
+
40
+ ### Patches
41
+
42
+ - Bump @fluentui-react-native/use-slot to v0.1.7 (ruaraki@microsoft.com)
43
+
7
44
  ## 0.5.8
8
45
 
9
- Tue, 28 Sep 2021 21:06:18 GMT
46
+ Tue, 28 Sep 2021 21:08:25 GMT
10
47
 
11
48
  ### Patches
12
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-slots",
3
- "version": "0.5.8",
3
+ "version": "0.6.2",
4
4
  "description": "Hook function to return styled slots",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,16 +28,16 @@
28
28
  "author": "",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@fluentui-react-native/use-slot": ">=0.1.6 <1.0.0"
31
+ "@fluentui-react-native/use-slot": ">=0.2.2 <1.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@fluentui-react-native/merge-props": ">=0.3.4 <1.0.0",
34
+ "@fluentui-react-native/merge-props": ">=0.4.0 <1.0.0",
35
35
  "@uifabricshared/build-native": "^0.1.1",
36
- "react": "16.13.1",
37
- "react-native": "^0.63.4"
36
+ "react": "17.0.1",
37
+ "react-native": "^0.64.3"
38
38
  },
39
39
  "peerDependencies": {
40
- "react": ">=16.13.1",
41
- "react-native": ">0.63.4"
40
+ "react": ">=17.0.1",
41
+ "react-native": ">=0.64.3"
42
42
  }
43
43
  }