@fluentui-react-native/use-styling 0.8.1 → 0.9.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 CHANGED
@@ -2,7 +2,115 @@
2
2
  "name": "@fluentui-react-native/use-styling",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 04:11:32 GMT",
5
+ "date": "Thu, 14 Jul 2022 18:07:20 GMT",
6
+ "tag": "@fluentui-react-native/use-styling_v0.9.0",
7
+ "version": "0.9.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/use-styling",
13
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
14
+ "comment": "Update to React Native 0.66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/use-styling",
19
+ "comment": "Bump @fluentui-react-native/use-tokens to v0.3.0",
20
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 31 Mar 2022 07:27:48 GMT",
27
+ "tag": "@fluentui-react-native/use-styling_v0.8.3",
28
+ "version": "0.8.3",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/use-styling",
34
+ "comment": "Bump @fluentui-react-native/use-tokens to v0.2.3",
35
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Fri, 18 Feb 2022 23:27:11 GMT",
42
+ "tag": "@fluentui-react-native/use-styling_v0.8.2",
43
+ "version": "0.8.2",
44
+ "comments": {
45
+ "none": [
46
+ {
47
+ "author": "ruaraki@microsoft.com",
48
+ "package": "@fluentui-react-native/use-styling",
49
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54",
50
+ "comment": "Remove web endpoint"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Wed, 16 Feb 2022 21:58:21 GMT",
57
+ "tag": "@fluentui-react-native/use-styling_v0.8.2",
58
+ "version": "0.8.2",
59
+ "comments": {
60
+ "none": [
61
+ {
62
+ "author": "ruaraki@microsoft.com",
63
+ "package": "@fluentui-react-native/use-styling",
64
+ "commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
65
+ "comment": "Update just"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Fri, 14 Jan 2022 01:00:04 GMT",
72
+ "tag": "@fluentui-react-native/use-styling_v0.8.2",
73
+ "version": "0.8.2",
74
+ "comments": {
75
+ "none": [
76
+ {
77
+ "author": "sanajmi@microsoft.com",
78
+ "package": "@fluentui-react-native/use-styling",
79
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca",
80
+ "comment": "Remove references to uifabricshared"
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ {
86
+ "date": "Mon, 20 Dec 2021 22:56:02 GMT",
87
+ "tag": "@fluentui-react-native/use-styling_v0.8.2",
88
+ "version": "0.8.2",
89
+ "comments": {
90
+ "patch": [
91
+ {
92
+ "author": "ruaraki@microsoft.com",
93
+ "package": "@fluentui-react-native/use-styling",
94
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
95
+ "comment": "Add repository property to all package.json files"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui-react-native/use-styling",
100
+ "comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
101
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui-react-native/use-styling",
106
+ "comment": "Bump @fluentui-react-native/use-tokens to v0.2.2",
107
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ {
113
+ "date": "Sat, 18 Dec 2021 04:15:05 GMT",
6
114
  "tag": "@fluentui-react-native/use-styling_v0.8.1",
7
115
  "version": "0.8.1",
8
116
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui-react-native/use-styling
2
2
 
3
- This log was last generated on Sat, 18 Dec 2021 04:11:32 GMT and should not be manually modified.
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.9.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/use-tokens to v0.3.0
15
+
16
+ ## 0.8.3
17
+
18
+ Thu, 31 Mar 2022 07:27:48 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @fluentui-react-native/use-tokens to v0.2.3
23
+
24
+ ## 0.8.2
25
+
26
+ Mon, 20 Dec 2021 22:56:02 GMT
27
+
28
+ ### Patches
29
+
30
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
31
+ - Bump @fluentui-react-native/memo-cache to v1.1.7
32
+ - Bump @fluentui-react-native/use-tokens to v0.2.2
33
+
7
34
  ## 0.8.1
8
35
 
9
- Sat, 18 Dec 2021 04:11:32 GMT
36
+ Sat, 18 Dec 2021 04:15:05 GMT
10
37
 
11
38
  ### Patches
12
39
 
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,19 +1,18 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-styling",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Opinionated use styling hook implementation",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/microsoft/ui-fabric-react-native"
7
+ "url": "https://github.com/microsoft/fluentui-react-native",
8
+ "directory": "packages/framework/use-styling"
8
9
  },
9
10
  "main": "lib-commonjs/index.js",
10
11
  "module": "lib/index.js",
11
12
  "typings": "lib/index.d.ts",
12
13
  "scripts": {
13
14
  "build": "fluentui-scripts build",
14
- "bundle": "fluentui-scripts bundle",
15
15
  "clean": "fluentui-scripts clean",
16
- "code-style": "fluentui-scripts code-style",
17
16
  "depcheck": "fluentui-scripts depcheck",
18
17
  "just": "fluentui-scripts",
19
18
  "lint": "fluentui-scripts eslint",
@@ -28,15 +27,15 @@
28
27
  "author": "",
29
28
  "license": "MIT",
30
29
  "dependencies": {
31
- "@fluentui-react-native/memo-cache": "^1.1.6",
32
- "@fluentui-react-native/use-tokens": "^0.2.1",
30
+ "@fluentui-react-native/memo-cache": "^1.1.7",
31
+ "@fluentui-react-native/use-tokens": "^0.3.0",
33
32
  "tslib": "^2.3.1"
34
33
  },
35
34
  "devDependencies": {
36
35
  "@types/jest": "^26.0.0",
37
- "@types/react-native": "^0.64.0",
38
- "@uifabricshared/build-native": "^0.1.1",
39
- "react": "17.0.1",
40
- "react-native": "^0.64.3"
36
+ "@types/react-native": "^0.66.0",
37
+ "@fluentui-react-native/scripts": "^0.1.1",
38
+ "react": "17.0.2",
39
+ "react-native": "^0.66.0"
41
40
  }
42
41
  }