@fluentui-react-native/experimental-expander 0.3.9 → 0.3.13

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,81 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 06 Jan 2022 23:10:27 GMT",
5
+ "date": "Thu, 17 Feb 2022 01:19:23 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.13",
7
+ "version": "0.3.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.7.13",
14
+ "commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 02 Feb 2022 02:29:07 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.12",
22
+ "version": "0.3.12",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.7.12",
29
+ "commit": "c42dec6d24b24ded9a85dd11076e49d9b92980aa"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 14 Jan 2022 21:49:07 GMT",
36
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.11",
37
+ "version": "0.3.11",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/experimental-expander",
43
+ "comment": "Bump @fluentui-react-native/framework to v0.7.11",
44
+ "commit": "5ff1c8ba46f401679119d71fe4035642dc175e15"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 14 Jan 2022 01:00:02 GMT",
51
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.10",
52
+ "version": "0.3.10",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "email not defined",
57
+ "package": "@fluentui-react-native/experimental-expander",
58
+ "commit": "ef3732e4e5b82e3f324ca0eed4b12b6617788299",
59
+ "comment": "fix disabled button"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui-react-native/experimental-expander",
64
+ "comment": "Bump @fluentui-react-native/framework to v0.7.10",
65
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca"
66
+ }
67
+ ],
68
+ "none": [
69
+ {
70
+ "author": "sanajmi@microsoft.com",
71
+ "package": "@fluentui-react-native/experimental-expander",
72
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca",
73
+ "comment": "Remove references to uifabricshared"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "date": "Thu, 06 Jan 2022 23:14:38 GMT",
6
80
  "tag": "@fluentui-react-native/experimental-expander_v0.3.9",
7
81
  "version": "0.3.9",
8
82
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Thu, 06 Jan 2022 23:10:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Feb 2022 01:19:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.13
8
+
9
+ Thu, 17 Feb 2022 01:19:23 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.13
14
+
15
+ ## 0.3.12
16
+
17
+ Wed, 02 Feb 2022 02:29:07 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.7.12
22
+
23
+ ## 0.3.11
24
+
25
+ Fri, 14 Jan 2022 21:49:07 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/framework to v0.7.11
30
+
31
+ ## 0.3.10
32
+
33
+ Fri, 14 Jan 2022 01:00:02 GMT
34
+
35
+ ### Patches
36
+
37
+ - fix disabled button (email not defined)
38
+ - Bump @fluentui-react-native/framework to v0.7.10
39
+
7
40
  ## 0.3.9
8
41
 
9
- Thu, 06 Jan 2022 23:10:27 GMT
42
+ Thu, 06 Jan 2022 23:14:38 GMT
10
43
 
11
44
  ### Patches
12
45
 
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/experimental-expander",
3
- "version": "0.3.9",
3
+ "version": "0.3.13",
4
4
  "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@fluentui-react-native/component-cache": "^1.3.1",
30
- "@fluentui-react-native/framework": "0.7.9"
30
+ "@fluentui-react-native/framework": "0.7.13"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
34
34
  "@types/react-native": "^0.64.0",
35
- "@uifabricshared/build-native": "^0.1.1",
35
+ "@fluentui-react-native/scripts": "^0.1.1",
36
36
  "react": "17.0.1",
37
37
  "react-native": "^0.64.3",
38
38
  "react-native-windows": "^0.64.3"
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "@uifabricshared/build-native/tsconfig.json",
2
+ "extends": "@fluentui-react-native/scripts/tsconfig.json",
3
3
  "compilerOptions": {
4
4
  "outDir": "lib"
5
5
  },