@fluentui-react-native/experimental-expander 0.3.10 → 0.3.14

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/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 14 Jan 2022 00:56:34 GMT",
5
+ "date": "Fri, 18 Feb 2022 23:25:56 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.14",
7
+ "version": "0.3.14",
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.14",
14
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 17 Feb 2022 01:22:02 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.13",
22
+ "version": "0.3.13",
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.13",
29
+ "commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 02 Feb 2022 02:29:07 GMT",
36
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.12",
37
+ "version": "0.3.12",
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.12",
44
+ "commit": "c42dec6d24b24ded9a85dd11076e49d9b92980aa"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 14 Jan 2022 21:49:07 GMT",
51
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.11",
52
+ "version": "0.3.11",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/experimental-expander",
58
+ "comment": "Bump @fluentui-react-native/framework to v0.7.11",
59
+ "commit": "5ff1c8ba46f401679119d71fe4035642dc175e15"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Fri, 14 Jan 2022 01:00:02 GMT",
6
66
  "tag": "@fluentui-react-native/experimental-expander_v0.3.10",
7
67
  "version": "0.3.10",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Fri, 14 Jan 2022 00:56:34 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Feb 2022 23:25:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.14
8
+
9
+ Fri, 18 Feb 2022 23:25:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.14
14
+
15
+ ## 0.3.13
16
+
17
+ Thu, 17 Feb 2022 01:22:02 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.7.13
22
+
23
+ ## 0.3.12
24
+
25
+ Wed, 02 Feb 2022 02:29:07 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/framework to v0.7.12
30
+
31
+ ## 0.3.11
32
+
33
+ Fri, 14 Jan 2022 21:49:07 GMT
34
+
35
+ ### Patches
36
+
37
+ - Bump @fluentui-react-native/framework to v0.7.11
38
+
7
39
  ## 0.3.10
8
40
 
9
- Fri, 14 Jan 2022 00:56:34 GMT
41
+ Fri, 14 Jan 2022 01:00:02 GMT
10
42
 
11
43
  ### Patches
12
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.3.10",
3
+ "version": "0.3.14",
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,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@fluentui-react-native/component-cache": "^1.3.1",
30
- "@fluentui-react-native/framework": "0.7.10"
30
+ "@fluentui-react-native/framework": "0.7.14"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",