@fluentui-react-native/composition 0.7.3 → 0.7.4

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,46 @@
2
2
  "name": "@fluentui-react-native/composition",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 04:11:32 GMT",
5
+ "date": "Mon, 20 Dec 2021 22:51:35 GMT",
6
+ "tag": "@fluentui-react-native/composition_v0.7.4",
7
+ "version": "0.7.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/composition",
13
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
14
+ "comment": "Add repository property to all package.json files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/composition",
19
+ "comment": "Bump @fluentui-react-native/immutable-merge to v1.1.6",
20
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/composition",
25
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.4",
26
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/composition",
31
+ "comment": "Bump @fluentui-react-native/use-slots to v0.6.4",
32
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/composition",
37
+ "comment": "Bump @fluentui-react-native/use-styling to v0.8.2",
38
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Sat, 18 Dec 2021 04:15:05 GMT",
6
45
  "tag": "@fluentui-react-native/composition_v0.7.3",
7
46
  "version": "0.7.3",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui-react-native/composition
2
2
 
3
- This log was last generated on Sat, 18 Dec 2021 04:11:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Dec 2021 22:51:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.4
8
+
9
+ Mon, 20 Dec 2021 22:51:35 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
14
+ - Bump @fluentui-react-native/immutable-merge to v1.1.6
15
+ - Bump @fluentui-react-native/use-slot to v0.2.4
16
+ - Bump @fluentui-react-native/use-slots to v0.6.4
17
+ - Bump @fluentui-react-native/use-styling to v0.8.2
18
+
7
19
  ## 0.7.3
8
20
 
9
- Sat, 18 Dec 2021 04:11:32 GMT
21
+ Sat, 18 Dec 2021 04:15:05 GMT
10
22
 
11
23
  ### Patches
12
24
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/composition",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Composition factories for building HOCs",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/microsoft/ui-fabric-react-native"
7
+ "url": "https://github.com/microsoft/fluentui-react-native",
8
+ "directory": "packages/framework/composition"
8
9
  },
9
10
  "main": "lib-commonjs/index.js",
10
11
  "module": "lib/index.js",
@@ -28,10 +29,10 @@
28
29
  "author": "",
29
30
  "license": "MIT",
30
31
  "dependencies": {
31
- "@fluentui-react-native/immutable-merge": "^1.1.5",
32
- "@fluentui-react-native/use-slot": ">=0.2.3 <1.0.0",
33
- "@fluentui-react-native/use-slots": ">=0.6.3 <1.0.0",
34
- "@fluentui-react-native/use-styling": ">=0.8.1 <1.0.0"
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",
35
+ "@fluentui-react-native/use-styling": ">=0.8.2 <1.0.0"
35
36
  },
36
37
  "devDependencies": {
37
38
  "@types/react-native": "^0.64.0",