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

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,28 @@
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": "Thu, 31 Mar 2022 07:25:45 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.20",
7
+ "version": "0.3.20",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "comment": "Bump @fluentui-react-native/component-cache to v1.3.2",
14
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-expander",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.7.19",
20
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 23 Mar 2022 17:24:05 GMT",
6
27
  "tag": "@fluentui-react-native/experimental-expander_v0.3.19",
7
28
  "version": "0.3.19",
8
29
  "comments": {
@@ -11,7 +32,7 @@
11
32
  "author": "beachball",
12
33
  "package": "@fluentui-react-native/experimental-expander",
13
34
  "comment": "Bump @fluentui-react-native/framework to v0.7.18",
14
- "commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
35
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
15
36
  }
16
37
  ]
17
38
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
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 Thu, 31 Mar 2022 07:25:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.20
8
+
9
+ Thu, 31 Mar 2022 07:25:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/component-cache to v1.3.2
14
+ - Bump @fluentui-react-native/framework to v0.7.19
15
+
7
16
  ## 0.3.19
8
17
 
9
- Wed, 23 Mar 2022 17:22:10 GMT
18
+ Wed, 23 Mar 2022 17:24:05 GMT
10
19
 
11
20
  ### Patches
12
21
 
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.20",
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.19"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",