@fluentui-react-native/use-styling 0.8.2 → 0.8.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,67 @@
2
2
  "name": "@fluentui-react-native/use-styling",
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-styling_v0.8.3",
7
+ "version": "0.8.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/use-styling",
13
+ "comment": "Bump @fluentui-react-native/use-tokens to v0.2.3",
14
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 18 Feb 2022 23:27:11 GMT",
21
+ "tag": "@fluentui-react-native/use-styling_v0.8.2",
22
+ "version": "0.8.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "ruaraki@microsoft.com",
27
+ "package": "@fluentui-react-native/use-styling",
28
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54",
29
+ "comment": "Remove web endpoint"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 16 Feb 2022 21:58:21 GMT",
36
+ "tag": "@fluentui-react-native/use-styling_v0.8.2",
37
+ "version": "0.8.2",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "ruaraki@microsoft.com",
42
+ "package": "@fluentui-react-native/use-styling",
43
+ "commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
44
+ "comment": "Update just"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 14 Jan 2022 01:00:04 GMT",
51
+ "tag": "@fluentui-react-native/use-styling_v0.8.2",
52
+ "version": "0.8.2",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "sanajmi@microsoft.com",
57
+ "package": "@fluentui-react-native/use-styling",
58
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca",
59
+ "comment": "Remove references to uifabricshared"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Mon, 20 Dec 2021 22:56:02 GMT",
6
66
  "tag": "@fluentui-react-native/use-styling_v0.8.2",
7
67
  "version": "0.8.2",
8
68
  "comments": {
@@ -17,13 +77,13 @@
17
77
  "author": "beachball",
18
78
  "package": "@fluentui-react-native/use-styling",
19
79
  "comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
20
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
80
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
21
81
  },
22
82
  {
23
83
  "author": "beachball",
24
84
  "package": "@fluentui-react-native/use-styling",
25
85
  "comment": "Bump @fluentui-react-native/use-tokens to v0.2.2",
26
- "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
86
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
27
87
  }
28
88
  ]
29
89
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/use-styling
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.8.3
8
+
9
+ Thu, 31 Mar 2022 07:25:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/use-tokens to v0.2.3
14
+
7
15
  ## 0.8.2
8
16
 
9
- Mon, 20 Dec 2021 22:51:37 GMT
17
+ Mon, 20 Dec 2021 22:56:02 GMT
10
18
 
11
19
  ### Patches
12
20
 
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-styling",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Opinionated use styling hook implementation",
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",
@@ -30,13 +28,13 @@
30
28
  "license": "MIT",
31
29
  "dependencies": {
32
30
  "@fluentui-react-native/memo-cache": "^1.1.7",
33
- "@fluentui-react-native/use-tokens": "^0.2.2",
31
+ "@fluentui-react-native/use-tokens": "^0.2.3",
34
32
  "tslib": "^2.3.1"
35
33
  },
36
34
  "devDependencies": {
37
35
  "@types/jest": "^26.0.0",
38
36
  "@types/react-native": "^0.64.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
  }