@fluentui-react-native/use-slots 0.10.2 → 0.10.3

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,37 @@
2
2
  "name": "@fluentui-react-native/use-slots",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 29 Jan 2025 23:39:17 GMT",
5
+ "date": "Thu, 12 Jun 2025 03:17:16 GMT",
6
+ "version": "0.10.3",
7
+ "tag": "@fluentui-react-native/use-slots_v0.10.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/use-slots",
13
+ "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
14
+ "comment": "Add support for React Native 0.74"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 11 Jun 2025 19:34:46 GMT",
21
+ "version": "0.10.2",
22
+ "tag": "@fluentui-react-native/use-slots_v0.10.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "4123478+tido64@users.noreply.github.com",
27
+ "package": "@fluentui-react-native/use-slots",
28
+ "commit": "2342b87a20e5a584bd2073c8c5a266f0aa48c8bb",
29
+ "comment": "Added missing dev dependencies"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 29 Jan 2025 23:43:52 GMT",
6
36
  "version": "0.10.2",
7
37
  "tag": "@fluentui-react-native/use-slots_v0.10.2",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/use-slots
2
2
 
3
- <!-- This log was last generated on Wed, 29 Jan 2025 23:39:17 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 12 Jun 2025 03:17:16 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.10.3
8
+
9
+ Thu, 12 Jun 2025 03:17:16 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)
14
+
7
15
  ## 0.10.2
8
16
 
9
- Wed, 29 Jan 2025 23:39:17 GMT
17
+ Wed, 29 Jan 2025 23:43:52 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-slots",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "description": "Hook function to return styled slots",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,19 +27,20 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/use-slot": "0.6.2"
30
+ "@fluentui-react-native/use-slot": "0.6.3"
31
31
  },
32
32
  "devDependencies": {
33
- "@fluentui-react-native/merge-props": "0.9.1",
33
+ "@babel/core": "^7.20.0",
34
+ "@fluentui-react-native/merge-props": "0.9.2",
34
35
  "@fluentui-react-native/scripts": "0.1.1",
35
- "@react-native/babel-preset": "^0.73.0",
36
- "@react-native/metro-config": "^0.73.0",
36
+ "@react-native/babel-preset": "^0.74.0",
37
+ "@react-native/metro-config": "^0.74.0",
37
38
  "react": "18.2.0",
38
- "react-native": "^0.73.0"
39
+ "react-native": "^0.74.0"
39
40
  },
40
41
  "peerDependencies": {
41
42
  "react": "18.2.0",
42
- "react-native": "^0.73.0"
43
+ "react-native": "^0.73.0 || ^0.74.0"
43
44
  },
44
45
  "rnx-kit": {
45
46
  "kitType": "library",
@@ -47,9 +48,14 @@
47
48
  "presets": [
48
49
  "microsoft/react-native"
49
50
  ],
50
- "requirements": [
51
- "react-native@0.73"
52
- ],
51
+ "requirements": {
52
+ "development": [
53
+ "react-native@0.74"
54
+ ],
55
+ "production": [
56
+ "react-native@0.73 || 0.74"
57
+ ]
58
+ },
53
59
  "capabilities": [
54
60
  "core",
55
61
  "core-android",