@fluentui-react-native/win32-theme 0.33.3 → 0.33.5

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,22 @@
2
2
  "name": "@fluentui-react-native/win32-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 01 Mar 2024 20:32:22 GMT",
5
+ "date": "Fri, 15 Mar 2024 16:26:21 GMT",
6
+ "version": "0.33.4",
7
+ "tag": "@fluentui-react-native/win32-theme_v0.33.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/win32-theme",
13
+ "commit": "194bbd615495b39bef4bdf29abdf2204f3163311",
14
+ "comment": "Add many missing peerDependencies"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 01 Mar 2024 20:39:08 GMT",
6
21
  "version": "0.33.3",
7
22
  "tag": "@fluentui-react-native/win32-theme_v0.33.3",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/win32-theme
2
2
 
3
- This log was last generated on Fri, 01 Mar 2024 20:32:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 15 Mar 2024 16:26:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.33.4
8
+
9
+ Fri, 15 Mar 2024 16:26:21 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add many missing peerDependencies (30809111+acoates-ms@users.noreply.github.com)
14
+
7
15
  ## 0.33.3
8
16
 
9
- Fri, 01 Mar 2024 20:32:22 GMT
17
+ Fri, 01 Mar 2024 20:39:08 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/win32-theme",
3
- "version": "0.33.3",
3
+ "version": "0.33.5",
4
4
  "description": "Win32 office theme that works with the theming native module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,13 +27,13 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": "0.25.3",
30
+ "@fluentui-react-native/default-theme": "0.25.5",
31
31
  "@fluentui-react-native/design-tokens-win32": "^0.53.0",
32
32
  "@fluentui-react-native/memo-cache": "1.3.2",
33
33
  "@fluentui-react-native/theme": "0.10.8",
34
34
  "@fluentui-react-native/theme-tokens": "0.26.7",
35
35
  "@fluentui-react-native/theme-types": "0.38.1",
36
- "@fluentui-react-native/theming-utils": "0.25.7",
36
+ "@fluentui-react-native/theming-utils": "0.25.9",
37
37
  "tslib": "^2.3.1"
38
38
  },
39
39
  "devDependencies": {
@@ -46,8 +46,11 @@
46
46
  "react-native": "^0.72.0"
47
47
  },
48
48
  "peerDependencies": {
49
+ "@office-iss/react-native-win32": "^0.72.0",
49
50
  "react": "18.2.0",
50
- "react-native": "^0.72.0"
51
+ "react-native": "^0.72.0",
52
+ "react-native-macos": "^0.72.0",
53
+ "react-native-windows": "^0.72.0"
51
54
  },
52
55
  "rnx-kit": {
53
56
  "kitType": "library",
@@ -65,5 +68,16 @@
65
68
  "react"
66
69
  ]
67
70
  }
71
+ },
72
+ "peerDependenciesMeta": {
73
+ "@office-iss/react-native-win32": {
74
+ "optional": true
75
+ },
76
+ "react-native-macos": {
77
+ "optional": true
78
+ },
79
+ "react-native-windows": {
80
+ "optional": true
81
+ }
68
82
  }
69
83
  }