@fluentui-react-native/use-slots 0.6.3 → 0.6.6

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-slots",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 04:11:32 GMT",
5
+ "date": "Thu, 31 Mar 2022 07:25:45 GMT",
6
+ "tag": "@fluentui-react-native/use-slots_v0.6.6",
7
+ "version": "0.6.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/use-slots",
13
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.6",
14
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/use-slots",
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-slots_v0.6.5",
28
+ "version": "0.6.5",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "ruaraki@microsoft.com",
33
+ "package": "@fluentui-react-native/use-slots",
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-slots_v0.6.5",
43
+ "version": "0.6.5",
44
+ "comments": {
45
+ "none": [
46
+ {
47
+ "author": "ruaraki@microsoft.com",
48
+ "package": "@fluentui-react-native/use-slots",
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-slots_v0.6.5",
58
+ "version": "0.6.5",
59
+ "comments": {
60
+ "none": [
61
+ {
62
+ "author": "sanajmi@microsoft.com",
63
+ "package": "@fluentui-react-native/use-slots",
64
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca",
65
+ "comment": "Remove references to uifabricshared"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Tue, 21 Dec 2021 20:56:31 GMT",
72
+ "tag": "@fluentui-react-native/use-slots_v0.6.5",
73
+ "version": "0.6.5",
74
+ "comments": {
75
+ "patch": [
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui-react-native/use-slots",
79
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.5",
80
+ "commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ {
86
+ "date": "Mon, 20 Dec 2021 22:56:02 GMT",
87
+ "tag": "@fluentui-react-native/use-slots_v0.6.4",
88
+ "version": "0.6.4",
89
+ "comments": {
90
+ "patch": [
91
+ {
92
+ "author": "ruaraki@microsoft.com",
93
+ "package": "@fluentui-react-native/use-slots",
94
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
95
+ "comment": "Add repository property to all package.json files"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui-react-native/use-slots",
100
+ "comment": "Bump @fluentui-react-native/use-slot to v0.2.4",
101
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui-react-native/use-slots",
106
+ "comment": "Bump @fluentui-react-native/merge-props to v0.4.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-slots_v0.6.3",
7
115
  "version": "0.6.3",
8
116
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui-react-native/use-slots
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, 31 Mar 2022 07:25:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.6
8
+
9
+ Thu, 31 Mar 2022 07:25:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/use-slot to v0.2.6
14
+ - Bump @fluentui-react-native/merge-props to v0.4.3
15
+
16
+ ## 0.6.5
17
+
18
+ Tue, 21 Dec 2021 20:56:31 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @fluentui-react-native/use-slot to v0.2.5
23
+
24
+ ## 0.6.4
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/use-slot to v0.2.4
32
+ - Bump @fluentui-react-native/merge-props to v0.4.2
33
+
7
34
  ## 0.6.3
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-slots",
3
- "version": "0.6.3",
3
+ "version": "0.6.6",
4
4
  "description": "Hook function to return styled slots",
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-slots"
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,11 +27,11 @@
28
27
  "author": "",
29
28
  "license": "MIT",
30
29
  "dependencies": {
31
- "@fluentui-react-native/use-slot": ">=0.2.3 <1.0.0"
30
+ "@fluentui-react-native/use-slot": ">=0.2.6 <1.0.0"
32
31
  },
33
32
  "devDependencies": {
34
- "@fluentui-react-native/merge-props": ">=0.4.1 <1.0.0",
35
- "@uifabricshared/build-native": "^0.1.1",
33
+ "@fluentui-react-native/merge-props": ">=0.4.3 <1.0.0",
34
+ "@fluentui-react-native/scripts": "^0.1.1",
36
35
  "react": "17.0.1",
37
36
  "react-native": "^0.64.3"
38
37
  },