@fluentui-react-native/apple-theme 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 +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 20 Oct 2021 03:44:36 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/apple-theme_v0.7.28",
|
|
7
|
+
"version": "0.7.28",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.8.8",
|
|
12
|
+
"author": "email not defined",
|
|
13
|
+
"commit": "62bde9d13c18c2f1bbcfcaf39987eae481a1e788",
|
|
14
|
+
"package": "@fluentui-react-native/apple-theme"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 07 Oct 2021 20:59:20 GMT",
|
|
6
21
|
"tag": "@fluentui-react-native/apple-theme_v0.7.27",
|
|
7
22
|
"version": "0.7.27",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/apple-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 20 Oct 2021 03:44:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.28
|
|
8
|
+
|
|
9
|
+
Wed, 20 Oct 2021 03:44:36 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/default-theme to v0.8.8 (email not defined)
|
|
14
|
+
|
|
7
15
|
## 0.7.27
|
|
8
16
|
|
|
9
|
-
Thu, 07 Oct 2021 20:
|
|
17
|
+
Thu, 07 Oct 2021 20:59:20 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.28",
|
|
4
4
|
"description": "A FluentUI React Native theme that pulls constants from FluentUI Apple",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@fluentui-react-native/default-theme": ">=0.8.
|
|
27
|
+
"@fluentui-react-native/default-theme": ">=0.8.8 <1.0.0",
|
|
28
28
|
"@fluentui-react-native/theme": ">=0.5.21 <1.0.0",
|
|
29
29
|
"@fluentui-react-native/theme-types": ">=0.12.3 <1.0.0",
|
|
30
|
-
"@fluentui-react-native/theming-utils": "^0.7.
|
|
30
|
+
"@fluentui-react-native/theming-utils": "^0.7.6"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/react": ">=16.9.34 < 16.14.0",
|