@fluentui-react-native/themed-stylesheet 1.7.0 → 1.7.2

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,37 @@
2
2
  "name": "@fluentui-react-native/themed-stylesheet",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 11 Apr 2024 18:02:36 GMT",
5
+ "date": "Thu, 12 Jun 2025 03:17:16 GMT",
6
+ "version": "1.7.2",
7
+ "tag": "@fluentui-react-native/themed-stylesheet_v1.7.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/themed-stylesheet",
13
+ "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
14
+ "comment": "Add support for React Native 0.74"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 11 Jun 2025 19:34:47 GMT",
21
+ "version": "1.7.1",
22
+ "tag": "@fluentui-react-native/themed-stylesheet_v1.7.1",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "4123478+tido64@users.noreply.github.com",
27
+ "package": "@fluentui-react-native/themed-stylesheet",
28
+ "commit": "2342b87a20e5a584bd2073c8c5a266f0aa48c8bb",
29
+ "comment": "Added missing dev dependencies"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 11 Apr 2024 18:08:40 GMT",
6
36
  "version": "1.7.0",
7
37
  "tag": "@fluentui-react-native/themed-stylesheet_v1.7.0",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/themed-stylesheet
2
2
 
3
- This log was last generated on Thu, 11 Apr 2024 18:02:36 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Thu, 12 Jun 2025 03:17:16 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.7.2
8
+
9
+ Thu, 12 Jun 2025 03:17:16 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)
14
+
7
15
  ## 1.7.0
8
16
 
9
- Thu, 11 Apr 2024 18:02:36 GMT
17
+ Thu, 11 Apr 2024 18:08:40 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/themed-stylesheet",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Helper for using react-native StyleSheets with themes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,19 +27,20 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/memo-cache": "1.3.2"
30
+ "@fluentui-react-native/memo-cache": "1.3.3"
31
31
  },
32
32
  "devDependencies": {
33
+ "@babel/core": "^7.20.0",
33
34
  "@fluentui-react-native/eslint-config-rules": "0.1.1",
34
35
  "@fluentui-react-native/scripts": "0.1.1",
35
- "@react-native/babel-preset": "^0.73.0",
36
- "@react-native/metro-config": "^0.73.0",
36
+ "@react-native/babel-preset": "^0.74.0",
37
+ "@react-native/metro-config": "^0.74.0",
37
38
  "react": "18.2.0",
38
- "react-native": "^0.73.0"
39
+ "react-native": "^0.74.0"
39
40
  },
40
41
  "peerDependencies": {
41
42
  "react": "18.2.0",
42
- "react-native": "^0.73.0"
43
+ "react-native": "^0.73.0 || ^0.74.0"
43
44
  },
44
45
  "rnx-kit": {
45
46
  "kitType": "library",
@@ -47,9 +48,14 @@
47
48
  "presets": [
48
49
  "microsoft/react-native"
49
50
  ],
50
- "requirements": [
51
- "react-native@0.73"
52
- ],
51
+ "requirements": {
52
+ "development": [
53
+ "react-native@0.74"
54
+ ],
55
+ "production": [
56
+ "react-native@0.73 || 0.74"
57
+ ]
58
+ },
53
59
  "capabilities": [
54
60
  "core",
55
61
  "core-android",