@fluentui-react-native/use-slots 0.6.3 → 0.6.4
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 +28 -1
- package/CHANGELOG.md +12 -2
- package/package.json +5 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/use-slots",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 20 Dec 2021 22:51:36 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/use-slots_v0.6.4",
|
|
7
|
+
"version": "0.6.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/use-slots",
|
|
13
|
+
"commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
|
|
14
|
+
"comment": "Add repository property to all package.json files"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/use-slots",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/use-slot to v0.2.4",
|
|
20
|
+
"commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/use-slots",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/merge-props to v0.4.2",
|
|
26
|
+
"commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Sat, 18 Dec 2021 04:15:05 GMT",
|
|
6
33
|
"tag": "@fluentui-react-native/use-slots_v0.6.3",
|
|
7
34
|
"version": "0.6.3",
|
|
8
35
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/use-slots
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 20 Dec 2021 22:51:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.6.4
|
|
8
|
+
|
|
9
|
+
Mon, 20 Dec 2021 22:51:36 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add repository property to all package.json files (ruaraki@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/use-slot to v0.2.4
|
|
15
|
+
- Bump @fluentui-react-native/merge-props to v0.4.2
|
|
16
|
+
|
|
7
17
|
## 0.6.3
|
|
8
18
|
|
|
9
|
-
Sat, 18 Dec 2021 04:
|
|
19
|
+
Sat, 18 Dec 2021 04:15:05 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/use-slots",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Hook function to return styled slots",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/microsoft/
|
|
7
|
+
"url": "https://github.com/microsoft/fluentui-react-native",
|
|
8
|
+
"directory": "packages/framework/use-slots"
|
|
8
9
|
},
|
|
9
10
|
"main": "lib-commonjs/index.js",
|
|
10
11
|
"module": "lib/index.js",
|
|
@@ -28,10 +29,10 @@
|
|
|
28
29
|
"author": "",
|
|
29
30
|
"license": "MIT",
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@fluentui-react-native/use-slot": ">=0.2.
|
|
32
|
+
"@fluentui-react-native/use-slot": ">=0.2.4 <1.0.0"
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
|
-
"@fluentui-react-native/merge-props": ">=0.4.
|
|
35
|
+
"@fluentui-react-native/merge-props": ">=0.4.2 <1.0.0",
|
|
35
36
|
"@uifabricshared/build-native": "^0.1.1",
|
|
36
37
|
"react": "17.0.1",
|
|
37
38
|
"react-native": "^0.64.3"
|