@fluentui-react-native/use-tokens 0.3.0 → 0.3.1

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,28 @@
2
2
  "name": "@fluentui-react-native/use-tokens",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 14 Jul 2022 18:07:20 GMT",
5
+ "date": "Fri, 30 Sep 2022 00:51:19 GMT",
6
+ "tag": "@fluentui-react-native/use-tokens_v0.3.1",
7
+ "version": "0.3.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/use-tokens",
13
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
14
+ "comment": "Update react-native to 0.68"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/use-tokens",
19
+ "comment": "Bump @fluentui-react-native/merge-props to v0.5.1",
20
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 14 Jul 2022 18:09:50 GMT",
6
27
  "tag": "@fluentui-react-native/use-tokens_v0.3.0",
7
28
  "version": "0.3.0",
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, 14 Jul 2022 18:07:20 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 00:51:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.1
8
+
9
+ Fri, 30 Sep 2022 00:51:19 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update react-native to 0.68 (krsiler@microsoft.com)
14
+ - Bump @fluentui-react-native/merge-props to v0.5.1
15
+
7
16
  ## 0.3.0
8
17
 
9
- Thu, 14 Jul 2022 18:07:20 GMT
18
+ Thu, 14 Jul 2022 18:09:50 GMT
10
19
 
11
20
  ### Minor changes
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-tokens",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Utilities and hook function for getting themed tokens for a component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,10 +32,25 @@
32
32
  "tslib": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@fluentui-react-native/merge-props": "^0.5.0",
36
- "@types/jest": "^26.0.0",
35
+ "@fluentui-react-native/merge-props": "^0.5.1",
37
36
  "@fluentui-react-native/scripts": "^0.1.1",
37
+ "@types/jest": "^26.0.0",
38
+ "react": "17.0.2",
39
+ "react-native": "^0.68.0"
40
+ },
41
+ "rnx-kit": {
42
+ "reactNativeVersion": "^0.68",
43
+ "reactNativeDevVersion": "^0.68",
44
+ "kitType": "library",
45
+ "capabilities": [
46
+ "core",
47
+ "core-android",
48
+ "core-ios",
49
+ "react"
50
+ ]
51
+ },
52
+ "peerDependencies": {
38
53
  "react": "17.0.2",
39
- "react-native": "^0.66.0"
54
+ "react-native": "^0.68.0"
40
55
  }
41
56
  }