@fluentui-react-native/win32-theme 0.34.3 → 0.34.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, 12 Jul 2024 17:40:34 GMT",
5
+ "date": "Wed, 29 Jan 2025 23:39:17 GMT",
6
+ "version": "0.34.5",
7
+ "tag": "@fluentui-react-native/win32-theme_v0.34.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/win32-theme",
13
+ "commit": "5ca24ac45054439768404d117213a2ae4767235d",
14
+ "comment": "fix tsconfig for jest types"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 12 Jul 2024 17:42:47 GMT",
6
21
  "version": "0.34.3",
7
22
  "tag": "@fluentui-react-native/win32-theme_v0.34.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, 12 Jul 2024 17:40:34 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Wed, 29 Jan 2025 23:39:17 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.34.5
8
+
9
+ Wed, 29 Jan 2025 23:39:17 GMT
10
+
11
+ ### Patches
12
+
13
+ - fix tsconfig for jest types (sanajmi@microsoft.com)
14
+
7
15
  ## 0.34.3
8
16
 
9
- Fri, 12 Jul 2024 17:40:34 GMT
17
+ Fri, 12 Jul 2024 17:42:47 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.34.3",
3
+ "version": "0.34.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.26.0",
30
+ "@fluentui-react-native/default-theme": "0.26.2",
31
31
  "@fluentui-react-native/design-tokens-win32": "^0.53.0",
32
- "@fluentui-react-native/memo-cache": "1.3.2",
33
- "@fluentui-react-native/theme": "0.11.0",
34
- "@fluentui-react-native/theme-tokens": "0.27.0",
35
- "@fluentui-react-native/theme-types": "0.39.0",
36
- "@fluentui-react-native/theming-utils": "0.26.0",
32
+ "@fluentui-react-native/memo-cache": "1.3.3",
33
+ "@fluentui-react-native/theme": "0.11.1",
34
+ "@fluentui-react-native/theme-tokens": "0.27.1",
35
+ "@fluentui-react-native/theme-types": "0.39.1",
36
+ "@fluentui-react-native/theming-utils": "0.26.1",
37
37
  "tslib": "^2.3.1"
38
38
  },
39
39
  "devDependencies": {