@fluentui-react-native/apple-theme 0.15.0 → 0.15.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 +40 -1
- package/CHANGELOG.md +14 -2
- package/package.json +25 -11
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,46 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 30 Sep 2022 00:51:17 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/apple-theme_v0.15.1",
|
|
7
|
+
"version": "0.15.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "krsiler@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
13
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b",
|
|
14
|
+
"comment": "Update react-native to 0.68"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.15.3",
|
|
20
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/theme to v0.7.3",
|
|
26
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
31
|
+
"comment": "Bump @fluentui-react-native/theme-types to v0.19.2",
|
|
32
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui-react-native/apple-theme",
|
|
37
|
+
"comment": "Bump @fluentui-react-native/theming-utils to v0.15.3",
|
|
38
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Wed, 21 Sep 2022 21:00:40 GMT",
|
|
6
45
|
"tag": "@fluentui-react-native/apple-theme_v0.15.0",
|
|
7
46
|
"version": "0.15.0",
|
|
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
|
|
3
|
+
This log was last generated on Fri, 30 Sep 2022 00:51:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.15.1
|
|
8
|
+
|
|
9
|
+
Fri, 30 Sep 2022 00:51:17 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update react-native to 0.68 (krsiler@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/default-theme to v0.15.3
|
|
15
|
+
- Bump @fluentui-react-native/theme to v0.7.3
|
|
16
|
+
- Bump @fluentui-react-native/theme-types to v0.19.2
|
|
17
|
+
- Bump @fluentui-react-native/theming-utils to v0.15.3
|
|
18
|
+
|
|
7
19
|
## 0.15.0
|
|
8
20
|
|
|
9
|
-
Wed, 21 Sep 2022
|
|
21
|
+
Wed, 21 Sep 2022 21:00:40 GMT
|
|
10
22
|
|
|
11
23
|
### Minor changes
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/apple-theme",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
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>",
|
|
@@ -27,25 +27,39 @@
|
|
|
27
27
|
"directory": "packages/theming/apple-theme"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui-react-native/default-theme": ">=0.15.
|
|
30
|
+
"@fluentui-react-native/default-theme": ">=0.15.3 <1.0.0",
|
|
31
31
|
"@fluentui-react-native/design-tokens-ios": "^0.19.0",
|
|
32
32
|
"@fluentui-react-native/design-tokens-macos": "^0.13.0",
|
|
33
33
|
"@fluentui-react-native/memo-cache": "^1.1.7",
|
|
34
|
-
"@fluentui-react-native/theme": ">=0.7.
|
|
35
|
-
"@fluentui-react-native/theme-types": ">=0.19.
|
|
36
|
-
"@fluentui-react-native/theming-utils": "^0.15.
|
|
34
|
+
"@fluentui-react-native/theme": ">=0.7.3 <1.0.0",
|
|
35
|
+
"@fluentui-react-native/theme-types": ">=0.19.2 <1.0.0",
|
|
36
|
+
"@fluentui-react-native/theming-utils": "^0.15.3",
|
|
37
37
|
"assert-never": "^1.2.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
41
|
-
"@types/react": "^17.0.2",
|
|
42
|
-
"@types/react-native": "^0.66.0",
|
|
43
41
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
44
|
-
"react
|
|
42
|
+
"@types/react": "^17.0.2",
|
|
43
|
+
"@types/react-native": "^0.68.0",
|
|
44
|
+
"react": "17.0.2",
|
|
45
|
+
"react-native": "^0.68.0",
|
|
46
|
+
"react-native-macos": "^0.68.0"
|
|
45
47
|
},
|
|
46
48
|
"peerDependencies": {
|
|
47
|
-
"react": "
|
|
48
|
-
"react-native": "
|
|
49
|
-
"react-native-macos": "
|
|
49
|
+
"react": "17.0.2",
|
|
50
|
+
"react-native": "^0.68.0",
|
|
51
|
+
"react-native-macos": "^0.68.0"
|
|
52
|
+
},
|
|
53
|
+
"rnx-kit": {
|
|
54
|
+
"reactNativeVersion": "^0.68",
|
|
55
|
+
"reactNativeDevVersion": "^0.68",
|
|
56
|
+
"kitType": "library",
|
|
57
|
+
"capabilities": [
|
|
58
|
+
"core",
|
|
59
|
+
"core-android",
|
|
60
|
+
"core-ios",
|
|
61
|
+
"core-macos",
|
|
62
|
+
"react"
|
|
63
|
+
]
|
|
50
64
|
}
|
|
51
65
|
}
|