@fluentui-react-native/use-slots 0.6.5 → 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,73 @@
2
2
  "name": "@fluentui-react-native/use-slots",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Dec 2021 20:54:12 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",
6
72
  "tag": "@fluentui-react-native/use-slots_v0.6.5",
7
73
  "version": "0.6.5",
8
74
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-react-native/use-slots
2
2
 
3
- This log was last generated on Tue, 21 Dec 2021 20:54:12 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
+
7
16
  ## 0.6.5
8
17
 
9
- Tue, 21 Dec 2021 20:54:12 GMT
18
+ Tue, 21 Dec 2021 20:56:31 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-slots",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Hook function to return styled slots",
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,11 +27,11 @@
29
27
  "author": "",
30
28
  "license": "MIT",
31
29
  "dependencies": {
32
- "@fluentui-react-native/use-slot": ">=0.2.5 <1.0.0"
30
+ "@fluentui-react-native/use-slot": ">=0.2.6 <1.0.0"
33
31
  },
34
32
  "devDependencies": {
35
- "@fluentui-react-native/merge-props": ">=0.4.2 <1.0.0",
36
- "@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",
37
35
  "react": "17.0.1",
38
36
  "react-native": "^0.64.3"
39
37
  },