@fluentui-react-native/use-slots 0.10.0 → 0.10.1

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,7 @@
2
2
  "name": "@fluentui-react-native/use-slots",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 11 Apr 2024 18:02:36 GMT",
5
+ "date": "Thu, 11 Apr 2024 18:08:40 GMT",
6
6
  "version": "0.10.0",
7
7
  "tag": "@fluentui-react-native/use-slots_v0.10.0",
8
8
  "comments": {
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, 11 Apr 2024 18:02:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Apr 2024 18:08:40 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 0.10.0
8
8
 
9
- Thu, 11 Apr 2024 18:02:36 GMT
9
+ Thu, 11 Apr 2024 18:08:40 GMT
10
10
 
11
11
  ### Minor changes
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-slots",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Hook function to return styled slots",
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/use-slot": "0.6.0"
30
+ "@fluentui-react-native/use-slot": "0.6.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@fluentui-react-native/merge-props": "0.9.0",
33
+ "@fluentui-react-native/merge-props": "0.9.1",
34
34
  "@fluentui-react-native/scripts": "0.1.1",
35
35
  "@react-native/babel-preset": "^0.73.0",
36
36
  "@react-native/metro-config": "^0.73.0",