@fluentui-react-native/apple-theme 0.9.5 → 0.9.6
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 +40 -1
- package/CHANGELOG.md +14 -2
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,46 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu, 06 Jan 2022
|
|
5
|
+
"date": "Thu, 06 Jan 2022 23:10:27 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/apple-theme_v0.9.6",
|
|
7
|
+
"version": "0.9.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.9.6",
|
|
14
|
+
"commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/theme to v0.6.3",
|
|
20
|
+
"commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/theme-tokens to v0.11.4",
|
|
26
|
+
"commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
31
|
+
"comment": "Bump @fluentui-react-native/theme-types to v0.13.2",
|
|
32
|
+
"commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
37
|
+
"comment": "Bump @fluentui-react-native/theming-utils to v0.8.6",
|
|
38
|
+
"commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Thu, 06 Jan 2022 21:30:07 GMT",
|
|
6
45
|
"tag": "@fluentui-react-native/apple-theme_v0.9.5",
|
|
7
46
|
"version": "0.9.5",
|
|
8
47
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/apple-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 06 Jan 2022
|
|
3
|
+
This log was last generated on Thu, 06 Jan 2022 23:10:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.9.6
|
|
8
|
+
|
|
9
|
+
Thu, 06 Jan 2022 23:10:27 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/default-theme to v0.9.6
|
|
14
|
+
- Bump @fluentui-react-native/theme to v0.6.3
|
|
15
|
+
- Bump @fluentui-react-native/theme-tokens to v0.11.4
|
|
16
|
+
- Bump @fluentui-react-native/theme-types to v0.13.2
|
|
17
|
+
- Bump @fluentui-react-native/theming-utils to v0.8.6
|
|
18
|
+
|
|
7
19
|
## 0.9.5
|
|
8
20
|
|
|
9
|
-
Thu, 06 Jan 2022 21:
|
|
21
|
+
Thu, 06 Jan 2022 21:30:07 GMT
|
|
10
22
|
|
|
11
23
|
### Patches
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.6",
|
|
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>",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"directory": "packages/theming/apple-theme"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@fluentui-react-native/default-theme": ">=0.9.
|
|
32
|
+
"@fluentui-react-native/default-theme": ">=0.9.6 <1.0.0",
|
|
33
33
|
"@fluentui-react-native/memo-cache": "^1.1.7",
|
|
34
|
-
"@fluentui-react-native/theme": ">=0.6.
|
|
35
|
-
"@fluentui-react-native/theme-tokens": "^0.11.
|
|
36
|
-
"@fluentui-react-native/theme-types": ">=0.13.
|
|
37
|
-
"@fluentui-react-native/theming-utils": "^0.8.
|
|
34
|
+
"@fluentui-react-native/theme": ">=0.6.3 <1.0.0",
|
|
35
|
+
"@fluentui-react-native/theme-tokens": "^0.11.4",
|
|
36
|
+
"@fluentui-react-native/theme-types": ">=0.13.2 <1.0.0",
|
|
37
|
+
"@fluentui-react-native/theming-utils": "^0.8.6"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|