@fluentui-react-native/use-tokens 0.2.3 → 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,49 @@
2
2
  "name": "@fluentui-react-native/use-tokens",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 31 Mar 2022 07:25:45 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",
27
+ "tag": "@fluentui-react-native/use-tokens_v0.3.0",
28
+ "version": "0.3.0",
29
+ "comments": {
30
+ "minor": [
31
+ {
32
+ "author": "sanajmi@microsoft.com",
33
+ "package": "@fluentui-react-native/use-tokens",
34
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
35
+ "comment": "Update to React Native 0.66"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/use-tokens",
40
+ "comment": "Bump @fluentui-react-native/merge-props to v0.5.0",
41
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 31 Mar 2022 07:27:48 GMT",
6
48
  "tag": "@fluentui-react-native/use-tokens_v0.2.3",
7
49
  "version": "0.2.3",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui-react-native/use-tokens
2
2
 
3
- This log was last generated on Thu, 31 Mar 2022 07:25:45 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
+
16
+ ## 0.3.0
17
+
18
+ Thu, 14 Jul 2022 18:09:50 GMT
19
+
20
+ ### Minor changes
21
+
22
+ - Update to React Native 0.66 (sanajmi@microsoft.com)
23
+ - Bump @fluentui-react-native/merge-props to v0.5.0
24
+
7
25
  ## 0.2.3
8
26
 
9
- Thu, 31 Mar 2022 07:25:45 GMT
27
+ Thu, 31 Mar 2022 07:27:48 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-tokens",
3
- "version": "0.2.3",
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.4.3",
36
- "@types/jest": "^26.0.0",
35
+ "@fluentui-react-native/merge-props": "^0.5.1",
37
36
  "@fluentui-react-native/scripts": "^0.1.1",
38
- "react": "17.0.1",
39
- "react-native": "^0.64.3"
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": {
53
+ "react": "17.0.2",
54
+ "react-native": "^0.68.0"
40
55
  }
41
56
  }