@fluentui-react-native/experimental-expander 0.3.18 → 0.3.21

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,58 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 16 Mar 2022 23:37:11 GMT",
5
+ "date": "Tue, 05 Apr 2022 20:04:12 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.21",
7
+ "version": "0.3.21",
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.20",
14
+ "commit": "c183b7eb02925bf1d1284ad1b3c80c0f2e0c442f"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 31 Mar 2022 07:27:48 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.20",
22
+ "version": "0.3.20",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "comment": "Bump @fluentui-react-native/component-cache to v1.3.2",
29
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-expander",
34
+ "comment": "Bump @fluentui-react-native/framework to v0.7.19",
35
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 23 Mar 2022 17:24:05 GMT",
42
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.19",
43
+ "version": "0.3.19",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/experimental-expander",
49
+ "comment": "Bump @fluentui-react-native/framework to v0.7.18",
50
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Wed, 16 Mar 2022 23:37:24 GMT",
6
57
  "tag": "@fluentui-react-native/experimental-expander_v0.3.18",
7
58
  "version": "0.3.18",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Wed, 16 Mar 2022 23:37:11 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Apr 2022 20:04:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.21
8
+
9
+ Tue, 05 Apr 2022 20:04:12 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.20
14
+
15
+ ## 0.3.20
16
+
17
+ Thu, 31 Mar 2022 07:27:48 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/component-cache to v1.3.2
22
+ - Bump @fluentui-react-native/framework to v0.7.19
23
+
24
+ ## 0.3.19
25
+
26
+ Wed, 23 Mar 2022 17:24:05 GMT
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui-react-native/framework to v0.7.18
31
+
7
32
  ## 0.3.18
8
33
 
9
- Wed, 16 Mar 2022 23:37:11 GMT
34
+ Wed, 16 Mar 2022 23:37:24 GMT
10
35
 
11
36
  ### Patches
12
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.3.18",
3
+ "version": "0.3.21",
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>",
@@ -26,8 +26,8 @@
26
26
  "directory": "packages/experimental/Expander"
27
27
  },
28
28
  "dependencies": {
29
- "@fluentui-react-native/component-cache": "^1.3.1",
30
- "@fluentui-react-native/framework": "0.7.17"
29
+ "@fluentui-react-native/component-cache": "^1.3.2",
30
+ "@fluentui-react-native/framework": "0.7.20"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",