@fluentui-react-native/use-slots 0.10.4 → 0.10.5

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,9 +2,9 @@
2
2
  "name": "@fluentui-react-native/use-slots",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Jul 2025 20:30:28 GMT",
6
- "version": "0.10.4",
7
- "tag": "@fluentui-react-native/use-slots_v0.10.4",
5
+ "date": "Fri, 11 Jul 2025 19:50:39 GMT",
6
+ "version": "0.10.5",
7
+ "tag": "@fluentui-react-native/use-slots_v0.10.5",
8
8
  "comments": {
9
9
  "none": [
10
10
  {
@@ -19,6 +19,12 @@
19
19
  "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027",
20
20
  "comment": "Fixed `align-deps` warnings"
21
21
  },
22
+ {
23
+ "author": "sanajmi@microsoft.com",
24
+ "package": "@fluentui-react-native/use-slots",
25
+ "commit": "405ca368dc3f2963bfc252a1952b1e14ff503499",
26
+ "comment": "fix: run `beachball sync` to sync package versions with NPM"
27
+ },
22
28
  {
23
29
  "author": "jasonmo@microsoft.com",
24
30
  "package": "@fluentui-react-native/use-slots",
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @fluentui-react-native/use-slots
2
2
 
3
- <!-- This log was last generated on Thu, 10 Jul 2025 20:30:28 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 11 Jul 2025 19:50:39 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.10.4
7
+ ## 0.10.5
8
8
 
9
- Thu, 10 Jul 2025 20:30:28 GMT
9
+ Fri, 11 Jul 2025 19:50:39 GMT
10
10
 
11
11
  ### Patches
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-slots",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "Hook function to return styled slots",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,11 +34,11 @@
34
34
  "author": "",
35
35
  "license": "MIT",
36
36
  "dependencies": {
37
- "@fluentui-react-native/use-slot": "0.6.4"
37
+ "@fluentui-react-native/use-slot": "0.6.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@babel/core": "^7.20.0",
41
- "@fluentui-react-native/merge-props": "0.9.3",
41
+ "@fluentui-react-native/merge-props": "0.9.4",
42
42
  "@fluentui-react-native/scripts": "0.1.1",
43
43
  "@react-native/babel-preset": "^0.74.0",
44
44
  "@react-native/metro-config": "^0.74.0",