@fluentui-react-native/composition 0.9.0 → 0.9.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,67 @@
2
2
  "name": "@fluentui-react-native/composition",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 05 Jun 2023 19:19:47 GMT",
5
+ "date": "Wed, 09 Aug 2023 21:56:42 GMT",
6
+ "version": "0.9.2",
7
+ "tag": "@fluentui-react-native/composition_v0.9.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/composition",
13
+ "comment": "Bump @fluentui-react-native/immutable-merge to v1.2.1",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/composition",
19
+ "comment": "Bump @fluentui-react-native/use-slot to v0.4.2",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/composition",
25
+ "comment": "Bump @fluentui-react-native/use-slots to v0.8.2",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/composition",
31
+ "comment": "Bump @fluentui-react-native/use-styling to v0.11.1",
32
+ "commit": "not available"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 12 Jun 2023 17:46:44 GMT",
39
+ "tag": "@fluentui-react-native/composition_v0.9.1",
40
+ "version": "0.9.1",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/composition",
46
+ "comment": "Bump @fluentui-react-native/use-slot to v0.4.1",
47
+ "commit": "6530042f4f24cbb296337a8bcf5fb32a09cc6378"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui-react-native/composition",
52
+ "comment": "Bump @fluentui-react-native/use-slots to v0.8.1",
53
+ "commit": "6530042f4f24cbb296337a8bcf5fb32a09cc6378"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/composition",
58
+ "comment": "Bump @fluentui-react-native/use-styling to v0.11.0",
59
+ "commit": "6530042f4f24cbb296337a8bcf5fb32a09cc6378"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Mon, 05 Jun 2023 19:26:22 GMT",
6
66
  "tag": "@fluentui-react-native/composition_v0.9.0",
7
67
  "version": "0.9.0",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui-react-native/composition
2
2
 
3
- This log was last generated on Mon, 05 Jun 2023 19:19:47 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 09 Aug 2023 21:56:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.9.2
8
+
9
+ Wed, 09 Aug 2023 21:56:42 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/immutable-merge to v1.2.1
14
+ - Bump @fluentui-react-native/use-slot to v0.4.2
15
+ - Bump @fluentui-react-native/use-slots to v0.8.2
16
+ - Bump @fluentui-react-native/use-styling to v0.11.1
17
+
18
+ ## 0.9.1
19
+
20
+ Mon, 12 Jun 2023 17:46:44 GMT
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui-react-native/use-slot to v0.4.1
25
+ - Bump @fluentui-react-native/use-slots to v0.8.1
26
+ - Bump @fluentui-react-native/use-styling to v0.11.0
27
+
7
28
  ## 0.9.0
8
29
 
9
- Mon, 05 Jun 2023 19:19:47 GMT
30
+ Mon, 05 Jun 2023 19:26:22 GMT
10
31
 
11
32
  ### Minor changes
12
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/composition",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "Composition factories for building HOCs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,10 +27,10 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/immutable-merge": "^1.2.0",
31
- "@fluentui-react-native/use-slot": ">=0.4.0 <1.0.0",
32
- "@fluentui-react-native/use-slots": ">=0.8.0 <1.0.0",
33
- "@fluentui-react-native/use-styling": ">=0.10.0 <1.0.0"
30
+ "@fluentui-react-native/immutable-merge": "^1.2.1",
31
+ "@fluentui-react-native/use-slot": ">=0.4.2 <1.0.0",
32
+ "@fluentui-react-native/use-slots": ">=0.8.2 <1.0.0",
33
+ "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@fluentui-react-native/scripts": "^0.1.1",