@fluentui-react-native/composition 0.11.1 → 0.11.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 +15 -0
- package/CHANGELOG.md +9 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/composition",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Wed, 29 Jan 2025 23:39:19 GMT",
|
|
6
|
+
"version": "0.11.2",
|
|
7
|
+
"tag": "@fluentui-react-native/composition_v0.11.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/composition",
|
|
13
|
+
"commit": "5ca24ac45054439768404d117213a2ae4767235d",
|
|
14
|
+
"comment": "fix tsconfig for jest types"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Thu, 11 Apr 2024 18:08:42 GMT",
|
|
6
21
|
"version": "0.11.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/composition
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Wed, 29 Jan 2025 23:39:19 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.11.2
|
|
8
|
+
|
|
9
|
+
Wed, 29 Jan 2025 23:39:19 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- fix tsconfig for jest types (sanajmi@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.11.0
|
|
8
16
|
|
|
9
17
|
Thu, 11 Apr 2024 18:08:42 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/composition",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "Composition factories for building HOCs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@fluentui-react-native/immutable-merge": "1.2.2",
|
|
31
|
-
"@fluentui-react-native/use-slot": "0.6.
|
|
32
|
-
"@fluentui-react-native/use-slots": "0.10.
|
|
33
|
-
"@fluentui-react-native/use-styling": "0.13.
|
|
31
|
+
"@fluentui-react-native/use-slot": "0.6.2",
|
|
32
|
+
"@fluentui-react-native/use-slots": "0.10.2",
|
|
33
|
+
"@fluentui-react-native/use-styling": "0.13.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@fluentui-react-native/scripts": "0.1.1",
|