@fluentui-react-native/experimental-expander 0.3.12 → 0.3.15

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,52 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 02 Feb 2022 02:26:23 GMT",
5
+ "date": "Thu, 03 Mar 2022 20:18:16 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.15",
7
+ "version": "0.3.15",
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.15",
14
+ "commit": "54222b74c7d5f16d1108fab470a6f549de8e9b45"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 18 Feb 2022 23:27:11 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.14",
22
+ "version": "0.3.14",
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.14",
29
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 17 Feb 2022 01:22:02 GMT",
36
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.13",
37
+ "version": "0.3.13",
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.13",
44
+ "commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 02 Feb 2022 02:29:07 GMT",
6
51
  "tag": "@fluentui-react-native/experimental-expander_v0.3.12",
7
52
  "version": "0.3.12",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Wed, 02 Feb 2022 02:26:23 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Mar 2022 20:18:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.15
8
+
9
+ Thu, 03 Mar 2022 20:18:16 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.15
14
+
15
+ ## 0.3.14
16
+
17
+ Fri, 18 Feb 2022 23:27:11 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.7.14
22
+
23
+ ## 0.3.13
24
+
25
+ Thu, 17 Feb 2022 01:22:02 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/framework to v0.7.13
30
+
7
31
  ## 0.3.12
8
32
 
9
- Wed, 02 Feb 2022 02:26:23 GMT
33
+ Wed, 02 Feb 2022 02:29:07 GMT
10
34
 
11
35
  ### Patches
12
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.3.12",
3
+ "version": "0.3.15",
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.12"
30
+ "@fluentui-react-native/framework": "0.7.15"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",