@fluentui-react-native/use-tokens 0.2.3 → 0.3.0
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 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/use-tokens",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
5
|
+
"date": "Thu, 14 Jul 2022 18:07:20 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/use-tokens_v0.3.0",
|
|
7
|
+
"version": "0.3.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/use-tokens",
|
|
13
|
+
"commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
|
|
14
|
+
"comment": "Update to React Native 0.66"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/use-tokens",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/merge-props to v0.5.0",
|
|
20
|
+
"commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 31 Mar 2022 07:27:48 GMT",
|
|
6
27
|
"tag": "@fluentui-react-native/use-tokens_v0.2.3",
|
|
7
28
|
"version": "0.2.3",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/use-tokens
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 14 Jul 2022 18:07:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.0
|
|
8
|
+
|
|
9
|
+
Thu, 14 Jul 2022 18:07:20 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Update to React Native 0.66 (sanajmi@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/merge-props to v0.5.0
|
|
15
|
+
|
|
7
16
|
## 0.2.3
|
|
8
17
|
|
|
9
|
-
Thu, 31 Mar 2022 07:
|
|
18
|
+
Thu, 31 Mar 2022 07:27:48 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/use-tokens",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Utilities and hook function for getting themed tokens for a component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"tslib": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@fluentui-react-native/merge-props": "^0.
|
|
35
|
+
"@fluentui-react-native/merge-props": "^0.5.0",
|
|
36
36
|
"@types/jest": "^26.0.0",
|
|
37
37
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
38
|
-
"react": "17.0.
|
|
39
|
-
"react-native": "^0.
|
|
38
|
+
"react": "17.0.2",
|
|
39
|
+
"react-native": "^0.66.0"
|
|
40
40
|
}
|
|
41
41
|
}
|