@fluentui-react-native/themed-stylesheet 1.3.1 → 1.3.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 +22 -1
- package/CHANGELOG.md +11 -2
- package/package.json +4 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 20 Dec 2021 22:51:36 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
7
|
+
"version": "1.3.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
13
|
+
"commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
|
|
14
|
+
"comment": "Add repository property to all package.json files"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
|
|
20
|
+
"commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Sat, 18 Dec 2021 04:15:05 GMT",
|
|
6
27
|
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.1",
|
|
7
28
|
"version": "1.3.1",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/themed-stylesheet
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 20 Dec 2021 22:51:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.3.2
|
|
8
|
+
|
|
9
|
+
Mon, 20 Dec 2021 22:51:36 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add repository property to all package.json files (ruaraki@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/memo-cache to v1.1.7
|
|
15
|
+
|
|
7
16
|
## 1.3.1
|
|
8
17
|
|
|
9
|
-
Sat, 18 Dec 2021 04:
|
|
18
|
+
Sat, 18 Dec 2021 04:15:05 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Helper for using react-native StyleSheets with themes",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/microsoft/
|
|
7
|
+
"url": "https://github.com/microsoft/fluentui-react-native",
|
|
8
|
+
"directory": "packages/framework/themed-stylesheet"
|
|
8
9
|
},
|
|
9
10
|
"main": "lib-commonjs/index.js",
|
|
10
11
|
"module": "lib/index.js",
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"author": "",
|
|
29
30
|
"license": "MIT",
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@fluentui-react-native/memo-cache": "^1.1.
|
|
32
|
+
"@fluentui-react-native/memo-cache": "^1.1.7"
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
35
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|