@fluentui-react-native/themed-stylesheet 1.4.3 → 1.5.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 CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@fluentui-react-native/themed-stylesheet",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 24 Feb 2023 20:36:25 GMT",
5
+ "date": "Mon, 12 Jun 2023 17:42:47 GMT",
6
+ "tag": "@fluentui-react-native/themed-stylesheet_v1.5.1",
7
+ "version": "1.5.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/themed-stylesheet",
13
+ "comment": "Bump @fluentui-react-native/memo-cache to v1.3.0",
14
+ "commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 05 Jun 2023 19:26:25 GMT",
21
+ "tag": "@fluentui-react-native/themed-stylesheet_v1.5.0",
22
+ "version": "1.5.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "sanajmi@microsoft.com",
27
+ "package": "@fluentui-react-native/themed-stylesheet",
28
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325",
29
+ "comment": "Upgrade to React Native 0.71"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/themed-stylesheet",
34
+ "comment": "Bump @fluentui-react-native/memo-cache to v1.2.0",
35
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Fri, 24 Feb 2023 20:40:00 GMT",
6
42
  "tag": "@fluentui-react-native/themed-stylesheet_v1.4.3",
7
43
  "version": "1.4.3",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui-react-native/themed-stylesheet
2
2
 
3
- This log was last generated on Fri, 24 Feb 2023 20:36:25 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 12 Jun 2023 17:42:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.5.1
8
+
9
+ Mon, 12 Jun 2023 17:42:47 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/memo-cache to v1.3.0
14
+
15
+ ## 1.5.0
16
+
17
+ Mon, 05 Jun 2023 19:26:25 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Upgrade to React Native 0.71 (sanajmi@microsoft.com)
22
+ - Bump @fluentui-react-native/memo-cache to v1.2.0
23
+
7
24
  ## 1.4.3
8
25
 
9
- Fri, 24 Feb 2023 20:36:25 GMT
26
+ Fri, 24 Feb 2023 20:40:00 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/themed-stylesheet",
3
- "version": "1.4.3",
3
+ "version": "1.5.1",
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.1.8"
30
+ "@fluentui-react-native/memo-cache": "^1.3.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
- "@types/react-native": "^0.68.0",
36
- "react": "17.0.2",
37
- "react-native": "^0.68.0"
35
+ "react": "18.2.0",
36
+ "react-native": "^0.71.0"
38
37
  },
39
38
  "peerDependencies": {
40
- "react": "17.0.2",
41
- "react-native": "^0.68.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.68"
49
+ "react-native@0.71"
51
50
  ],
52
51
  "capabilities": [
53
52
  "core",