@fluentui-react-native/composition 0.7.4 → 0.7.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,28 @@
2
2
  "name": "@fluentui-react-native/composition",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 20 Dec 2021 22:51:35 GMT",
5
+ "date": "Tue, 21 Dec 2021 20:54:12 GMT",
6
+ "tag": "@fluentui-react-native/composition_v0.7.5",
7
+ "version": "0.7.5",
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.5",
14
+ "commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/composition",
19
+ "comment": "Bump @fluentui-react-native/use-slots to v0.6.5",
20
+ "commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 20 Dec 2021 22:56:00 GMT",
6
27
  "tag": "@fluentui-react-native/composition_v0.7.4",
7
28
  "version": "0.7.4",
8
29
  "comments": {
@@ -17,25 +38,25 @@
17
38
  "author": "beachball",
18
39
  "package": "@fluentui-react-native/composition",
19
40
  "comment": "Bump @fluentui-react-native/immutable-merge to v1.1.6",
20
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
41
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
21
42
  },
22
43
  {
23
44
  "author": "beachball",
24
45
  "package": "@fluentui-react-native/composition",
25
46
  "comment": "Bump @fluentui-react-native/use-slot to v0.2.4",
26
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
47
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
27
48
  },
28
49
  {
29
50
  "author": "beachball",
30
51
  "package": "@fluentui-react-native/composition",
31
52
  "comment": "Bump @fluentui-react-native/use-slots to v0.6.4",
32
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
53
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
33
54
  },
34
55
  {
35
56
  "author": "beachball",
36
57
  "package": "@fluentui-react-native/composition",
37
58
  "comment": "Bump @fluentui-react-native/use-styling to v0.8.2",
38
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
59
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
39
60
  }
40
61
  ]
41
62
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-react-native/composition
2
2
 
3
- This log was last generated on Mon, 20 Dec 2021 22:51:35 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.7.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
+ - Bump @fluentui-react-native/use-slots to v0.6.5
15
+
7
16
  ## 0.7.4
8
17
 
9
- Mon, 20 Dec 2021 22:51:35 GMT
18
+ Mon, 20 Dec 2021 22:56:00 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/composition",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Composition factories for building HOCs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
32
  "@fluentui-react-native/immutable-merge": "^1.1.6",
33
- "@fluentui-react-native/use-slot": ">=0.2.4 <1.0.0",
34
- "@fluentui-react-native/use-slots": ">=0.6.4 <1.0.0",
33
+ "@fluentui-react-native/use-slot": ">=0.2.5 <1.0.0",
34
+ "@fluentui-react-native/use-slots": ">=0.6.5 <1.0.0",
35
35
  "@fluentui-react-native/use-styling": ">=0.8.2 <1.0.0"
36
36
  },
37
37
  "devDependencies": {