@fluentui-react-native/use-slots 0.6.4 → 0.6.5

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,22 @@
2
2
  "name": "@fluentui-react-native/use-slots",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 20 Dec 2021 22:51:36 GMT",
5
+ "date": "Tue, 21 Dec 2021 20:54:12 GMT",
6
+ "tag": "@fluentui-react-native/use-slots_v0.6.5",
7
+ "version": "0.6.5",
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.5",
14
+ "commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 20 Dec 2021 22:56:02 GMT",
6
21
  "tag": "@fluentui-react-native/use-slots_v0.6.4",
7
22
  "version": "0.6.4",
8
23
  "comments": {
@@ -17,13 +32,13 @@
17
32
  "author": "beachball",
18
33
  "package": "@fluentui-react-native/use-slots",
19
34
  "comment": "Bump @fluentui-react-native/use-slot to v0.2.4",
20
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
35
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
21
36
  },
22
37
  {
23
38
  "author": "beachball",
24
39
  "package": "@fluentui-react-native/use-slots",
25
40
  "comment": "Bump @fluentui-react-native/merge-props to v0.4.2",
26
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
41
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
27
42
  }
28
43
  ]
29
44
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/use-slots
2
2
 
3
- This log was last generated on Mon, 20 Dec 2021 22:51:36 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Dec 2021 20:54:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.5
8
+
9
+ Tue, 21 Dec 2021 20:54:12 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/use-slot to v0.2.5
14
+
7
15
  ## 0.6.4
8
16
 
9
- Mon, 20 Dec 2021 22:51:36 GMT
17
+ Mon, 20 Dec 2021 22:56:02 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-slots",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Hook function to return styled slots",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "author": "",
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@fluentui-react-native/use-slot": ">=0.2.4 <1.0.0"
32
+ "@fluentui-react-native/use-slot": ">=0.2.5 <1.0.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@fluentui-react-native/merge-props": ">=0.4.2 <1.0.0",