@fluentui-react-native/themed-stylesheet 1.4.3 → 1.5.0
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 +22 -1
- package/CHANGELOG.md +11 -2
- package/package.json +7 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 05 Jun 2023 19:19:50 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.5.0",
|
|
7
|
+
"version": "1.5.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
13
|
+
"commit": "8c0f9d27e34913da82c00299c12c399877257325",
|
|
14
|
+
"comment": "Upgrade to React Native 0.71"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/memo-cache to v1.2.0",
|
|
20
|
+
"commit": "8c0f9d27e34913da82c00299c12c399877257325"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 24 Feb 2023 20:40:00 GMT",
|
|
6
27
|
"tag": "@fluentui-react-native/themed-stylesheet_v1.4.3",
|
|
7
28
|
"version": "1.4.3",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/themed-stylesheet
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 05 Jun 2023 19:19:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.5.0
|
|
8
|
+
|
|
9
|
+
Mon, 05 Jun 2023 19:19:50 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Upgrade to React Native 0.71 (sanajmi@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/memo-cache to v1.2.0
|
|
15
|
+
|
|
7
16
|
## 1.4.3
|
|
8
17
|
|
|
9
|
-
Fri, 24 Feb 2023 20:
|
|
18
|
+
Fri, 24 Feb 2023 20:40:00 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Helper for using react-native StyleSheets with themes",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,18 +27,17 @@
|
|
|
27
27
|
"author": "",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui-react-native/memo-cache": "^1.
|
|
30
|
+
"@fluentui-react-native/memo-cache": "^1.2.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
34
34
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
35
|
-
"
|
|
36
|
-
"react": "
|
|
37
|
-
"react-native": "^0.68.0"
|
|
35
|
+
"react": "18.2.0",
|
|
36
|
+
"react-native": "^0.71.0"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
40
|
-
"react": "
|
|
41
|
-
"react-native": "^0.
|
|
39
|
+
"react": "18.2.0",
|
|
40
|
+
"react-native": "^0.71.0"
|
|
42
41
|
},
|
|
43
42
|
"rnx-kit": {
|
|
44
43
|
"kitType": "library",
|
|
@@ -47,7 +46,7 @@
|
|
|
47
46
|
"microsoft/react-native"
|
|
48
47
|
],
|
|
49
48
|
"requirements": [
|
|
50
|
-
"react-native@0.
|
|
49
|
+
"react-native@0.71"
|
|
51
50
|
],
|
|
52
51
|
"capabilities": [
|
|
53
52
|
"core",
|