@fluentui-react-native/framework 0.7.27 → 0.7.28
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 +19 -4
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sat, 21 May 2022
|
|
5
|
+
"date": "Sat, 21 May 2022 16:16:50 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/framework_v0.7.28",
|
|
7
|
+
"version": "0.7.28",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/framework",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.12.2",
|
|
14
|
+
"commit": "313cc45fbeb5bfaff0b266194cc48608bf6d2c35"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 21 May 2022 01:47:58 GMT",
|
|
6
21
|
"tag": "@fluentui-react-native/framework_v0.7.27",
|
|
7
22
|
"version": "0.7.27",
|
|
8
23
|
"comments": {
|
|
@@ -11,19 +26,19 @@
|
|
|
11
26
|
"author": "beachball",
|
|
12
27
|
"package": "@fluentui-react-native/framework",
|
|
13
28
|
"comment": "Bump @fluentui-react-native/default-theme to v0.11.0",
|
|
14
|
-
"commit": "
|
|
29
|
+
"commit": "36ea0d81629f9326eb8c23912d9949381014dade"
|
|
15
30
|
},
|
|
16
31
|
{
|
|
17
32
|
"author": "beachball",
|
|
18
33
|
"package": "@fluentui-react-native/framework",
|
|
19
34
|
"comment": "Bump @fluentui-react-native/theme-types to v0.15.0",
|
|
20
|
-
"commit": "
|
|
35
|
+
"commit": "36ea0d81629f9326eb8c23912d9949381014dade"
|
|
21
36
|
},
|
|
22
37
|
{
|
|
23
38
|
"author": "beachball",
|
|
24
39
|
"package": "@fluentui-react-native/framework",
|
|
25
40
|
"comment": "Bump @fluentui-react-native/tokens to v0.12.1",
|
|
26
|
-
"commit": "
|
|
41
|
+
"commit": "36ea0d81629f9326eb8c23912d9949381014dade"
|
|
27
42
|
}
|
|
28
43
|
]
|
|
29
44
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/framework
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat, 21 May 2022
|
|
3
|
+
This log was last generated on Sat, 21 May 2022 16:16:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.28
|
|
8
|
+
|
|
9
|
+
Sat, 21 May 2022 16:16:50 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/tokens to v0.12.2
|
|
14
|
+
|
|
7
15
|
## 0.7.27
|
|
8
16
|
|
|
9
|
-
Sat, 21 May 2022 01:
|
|
17
|
+
Sat, 21 May 2022 01:47:58 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/framework",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.28",
|
|
4
4
|
"description": "Component framework used by fluentui react native controls",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@fluentui-react-native/use-slots": ">=0.6.6 <1.0.0",
|
|
35
35
|
"@fluentui-react-native/use-tokens": ">=0.2.3 <1.0.0",
|
|
36
36
|
"@fluentui-react-native/memo-cache": "^1.1.7",
|
|
37
|
-
"@fluentui-react-native/tokens": ">=0.12.
|
|
37
|
+
"@fluentui-react-native/tokens": ">=0.12.2 <1.0.0",
|
|
38
38
|
"tslib": "^2.3.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|