@fluentui-react-native/win32-theme 0.14.10 → 0.14.11
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 +37 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/win32-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 17 Feb 2022 01:19:23 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/win32-theme_v0.14.11",
|
|
7
|
+
"version": "0.14.11",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.9.10",
|
|
14
|
+
"commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/theming-utils to v0.8.10",
|
|
20
|
+
"commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Wed, 16 Feb 2022 21:58:21 GMT",
|
|
27
|
+
"tag": "@fluentui-react-native/win32-theme_v0.14.10",
|
|
28
|
+
"version": "0.14.10",
|
|
29
|
+
"comments": {
|
|
30
|
+
"none": [
|
|
31
|
+
{
|
|
32
|
+
"author": "ruaraki@microsoft.com",
|
|
33
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
34
|
+
"commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
|
|
35
|
+
"comment": "Update just"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Wed, 02 Feb 2022 02:29:07 GMT",
|
|
6
42
|
"tag": "@fluentui-react-native/win32-theme_v0.14.10",
|
|
7
43
|
"version": "0.14.10",
|
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/win32-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 17 Feb 2022 01:19:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.14.11
|
|
8
|
+
|
|
9
|
+
Thu, 17 Feb 2022 01:19:23 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/default-theme to v0.9.10
|
|
14
|
+
- Bump @fluentui-react-native/theming-utils to v0.8.10
|
|
15
|
+
|
|
7
16
|
## 0.14.10
|
|
8
17
|
|
|
9
|
-
Wed, 02 Feb 2022 02:
|
|
18
|
+
Wed, 02 Feb 2022 02:29:07 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/win32-theme",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.11",
|
|
4
4
|
"description": "Win32 office theme that works with the theming native module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,10 +12,8 @@
|
|
|
12
12
|
"typings": "lib/index.d.ts",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "fluentui-scripts build",
|
|
15
|
-
"bundle": "fluentui-scripts bundle",
|
|
16
15
|
"just": "fluentui-scripts",
|
|
17
16
|
"clean": "fluentui-scripts clean",
|
|
18
|
-
"code-style": "fluentui-scripts code-style",
|
|
19
17
|
"depcheck": "fluentui-scripts depcheck",
|
|
20
18
|
"lint": "fluentui-scripts eslint",
|
|
21
19
|
"start": "fluentui-scripts dev",
|
|
@@ -29,12 +27,12 @@
|
|
|
29
27
|
"author": "",
|
|
30
28
|
"license": "MIT",
|
|
31
29
|
"dependencies": {
|
|
32
|
-
"@fluentui-react-native/default-theme": ">=0.9.
|
|
30
|
+
"@fluentui-react-native/default-theme": ">=0.9.10 <1.0.0",
|
|
33
31
|
"@fluentui-react-native/memo-cache": "^1.1.7",
|
|
34
32
|
"@fluentui-react-native/theme-tokens": ">=0.12.0 <1.0.0",
|
|
35
33
|
"@fluentui-react-native/theme-types": ">=0.13.3 <1.0.0",
|
|
36
34
|
"@fluentui-react-native/theme": ">=0.6.4 <1.0.0",
|
|
37
|
-
"@fluentui-react-native/theming-utils": ">=0.8.
|
|
35
|
+
"@fluentui-react-native/theming-utils": ">=0.8.10 <1.0.0",
|
|
38
36
|
"tslib": "^2.3.1"
|
|
39
37
|
},
|
|
40
38
|
"devDependencies": {
|