@fluentui-react-native/experimental-expander 0.3.19 → 0.3.22

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