@fluentui-react-native/use-tokens 0.2.1 → 0.2.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 +34 -1
- package/CHANGELOG.md +13 -2
- package/package.json +6 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,40 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/use-tokens",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 20 Dec 2021 22:51:37 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/use-tokens_v0.2.2",
|
|
7
|
+
"version": "0.2.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/use-tokens",
|
|
13
|
+
"commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
|
|
14
|
+
"comment": "Add repository property to all package.json files"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/use-tokens",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/immutable-merge to v1.1.6",
|
|
20
|
+
"commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/use-tokens",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
|
|
26
|
+
"commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui-react-native/use-tokens",
|
|
31
|
+
"comment": "Bump @fluentui-react-native/merge-props to v0.4.2",
|
|
32
|
+
"commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Sat, 18 Dec 2021 04:15:05 GMT",
|
|
6
39
|
"tag": "@fluentui-react-native/use-tokens_v0.2.1",
|
|
7
40
|
"version": "0.2.1",
|
|
8
41
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/use-tokens
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 20 Dec 2021 22:51:37 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.2.2
|
|
8
|
+
|
|
9
|
+
Mon, 20 Dec 2021 22:51:37 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add repository property to all package.json files (ruaraki@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/immutable-merge to v1.1.6
|
|
15
|
+
- Bump @fluentui-react-native/memo-cache to v1.1.7
|
|
16
|
+
- Bump @fluentui-react-native/merge-props to v0.4.2
|
|
17
|
+
|
|
7
18
|
## 0.2.1
|
|
8
19
|
|
|
9
|
-
Sat, 18 Dec 2021 04:
|
|
20
|
+
Sat, 18 Dec 2021 04:15:05 GMT
|
|
10
21
|
|
|
11
22
|
### Patches
|
|
12
23
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/use-tokens",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Utilities and hook function for getting themed tokens for a component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/microsoft/fluentui-react-native"
|
|
7
|
+
"url": "https://github.com/microsoft/fluentui-react-native",
|
|
8
|
+
"directory": "packages/framework/use-tokens"
|
|
8
9
|
},
|
|
9
10
|
"main": "lib-commonjs/index.js",
|
|
10
11
|
"module": "lib/index.js",
|
|
@@ -28,12 +29,12 @@
|
|
|
28
29
|
"author": "",
|
|
29
30
|
"license": "MIT",
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@fluentui-react-native/immutable-merge": "^1.1.
|
|
32
|
-
"@fluentui-react-native/memo-cache": "^1.1.
|
|
32
|
+
"@fluentui-react-native/immutable-merge": "^1.1.6",
|
|
33
|
+
"@fluentui-react-native/memo-cache": "^1.1.7",
|
|
33
34
|
"tslib": "^2.3.1"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"@fluentui-react-native/merge-props": "^0.4.
|
|
37
|
+
"@fluentui-react-native/merge-props": "^0.4.2",
|
|
37
38
|
"@types/jest": "^26.0.0",
|
|
38
39
|
"@uifabricshared/build-native": "^0.1.1",
|
|
39
40
|
"react": "17.0.1",
|