@fluentui-react-native/composition 0.11.0 → 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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-react-native/composition",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 11 Apr 2024 18:02:37 GMT",
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
+ },
19
+ {
20
+ "date": "Thu, 11 Apr 2024 18:08:42 GMT",
6
21
  "version": "0.11.0",
7
22
  "tag": "@fluentui-react-native/composition_v0.11.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/composition
2
2
 
3
- This log was last generated on Thu, 11 Apr 2024 18:02:37 GMT and should not be manually modified.
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
- Thu, 11 Apr 2024 18:02:37 GMT
17
+ Thu, 11 Apr 2024 18:08:42 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/composition",
3
- "version": "0.11.0",
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.0",
32
- "@fluentui-react-native/use-slots": "0.10.0",
33
- "@fluentui-react-native/use-styling": "0.13.0"
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",