@fluentui-react-native/use-tokens 0.2.2 → 0.2.3

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,73 @@
2
2
  "name": "@fluentui-react-native/use-tokens",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 20 Dec 2021 22:51:37 GMT",
5
+ "date": "Thu, 31 Mar 2022 07:25:45 GMT",
6
+ "tag": "@fluentui-react-native/use-tokens_v0.2.3",
7
+ "version": "0.2.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/use-tokens",
13
+ "comment": "Bump @fluentui-react-native/immutable-merge to v1.1.7",
14
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/use-tokens",
19
+ "comment": "Bump @fluentui-react-native/merge-props to v0.4.3",
20
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 18 Feb 2022 23:27:11 GMT",
27
+ "tag": "@fluentui-react-native/use-tokens_v0.2.2",
28
+ "version": "0.2.2",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "ruaraki@microsoft.com",
33
+ "package": "@fluentui-react-native/use-tokens",
34
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54",
35
+ "comment": "Remove web endpoint"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 16 Feb 2022 21:58:21 GMT",
42
+ "tag": "@fluentui-react-native/use-tokens_v0.2.2",
43
+ "version": "0.2.2",
44
+ "comments": {
45
+ "none": [
46
+ {
47
+ "author": "ruaraki@microsoft.com",
48
+ "package": "@fluentui-react-native/use-tokens",
49
+ "commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
50
+ "comment": "Update just"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Fri, 14 Jan 2022 01:00:04 GMT",
57
+ "tag": "@fluentui-react-native/use-tokens_v0.2.2",
58
+ "version": "0.2.2",
59
+ "comments": {
60
+ "none": [
61
+ {
62
+ "author": "sanajmi@microsoft.com",
63
+ "package": "@fluentui-react-native/use-tokens",
64
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca",
65
+ "comment": "Remove references to uifabricshared"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Mon, 20 Dec 2021 22:56:02 GMT",
6
72
  "tag": "@fluentui-react-native/use-tokens_v0.2.2",
7
73
  "version": "0.2.2",
8
74
  "comments": {
@@ -17,19 +83,19 @@
17
83
  "author": "beachball",
18
84
  "package": "@fluentui-react-native/use-tokens",
19
85
  "comment": "Bump @fluentui-react-native/immutable-merge to v1.1.6",
20
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
86
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
21
87
  },
22
88
  {
23
89
  "author": "beachball",
24
90
  "package": "@fluentui-react-native/use-tokens",
25
91
  "comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
26
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
92
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
27
93
  },
28
94
  {
29
95
  "author": "beachball",
30
96
  "package": "@fluentui-react-native/use-tokens",
31
97
  "comment": "Bump @fluentui-react-native/merge-props to v0.4.2",
32
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
98
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
33
99
  }
34
100
  ]
35
101
  }
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 Mon, 20 Dec 2021 22:51:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Mar 2022 07:25:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.3
8
+
9
+ Thu, 31 Mar 2022 07:25:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/immutable-merge to v1.1.7
14
+ - Bump @fluentui-react-native/merge-props to v0.4.3
15
+
7
16
  ## 0.2.2
8
17
 
9
- Mon, 20 Dec 2021 22:51:37 GMT
18
+ Mon, 20 Dec 2021 22:56:02 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/babel.config.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('@uifabricshared/build-native/babel.config');
1
+ module.exports = require('@fluentui-react-native/scripts/babel.config');
package/just.config.js CHANGED
@@ -1,3 +1,3 @@
1
- const { preset } = require('@uifabricshared/build-native');
1
+ const { preset } = require('@fluentui-react-native/scripts');
2
2
 
3
3
  preset();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-tokens",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Utilities and hook function for getting themed tokens for a component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,9 +12,7 @@
12
12
  "typings": "lib/index.d.ts",
13
13
  "scripts": {
14
14
  "build": "fluentui-scripts build",
15
- "bundle": "fluentui-scripts bundle",
16
15
  "clean": "fluentui-scripts clean",
17
- "code-style": "fluentui-scripts code-style",
18
16
  "depcheck": "fluentui-scripts depcheck",
19
17
  "just": "fluentui-scripts",
20
18
  "lint": "fluentui-scripts eslint",
@@ -29,14 +27,14 @@
29
27
  "author": "",
30
28
  "license": "MIT",
31
29
  "dependencies": {
32
- "@fluentui-react-native/immutable-merge": "^1.1.6",
30
+ "@fluentui-react-native/immutable-merge": "^1.1.7",
33
31
  "@fluentui-react-native/memo-cache": "^1.1.7",
34
32
  "tslib": "^2.3.1"
35
33
  },
36
34
  "devDependencies": {
37
- "@fluentui-react-native/merge-props": "^0.4.2",
35
+ "@fluentui-react-native/merge-props": "^0.4.3",
38
36
  "@types/jest": "^26.0.0",
39
- "@uifabricshared/build-native": "^0.1.1",
37
+ "@fluentui-react-native/scripts": "^0.1.1",
40
38
  "react": "17.0.1",
41
39
  "react-native": "^0.64.3"
42
40
  }