@fluentui-react-native/experimental-expander 0.3.34 → 0.4.1

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,64 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 07 Jul 2022 21:22:09 GMT",
5
+ "date": "Mon, 29 Aug 2022 23:19:48 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.4.1",
7
+ "version": "0.4.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.8.1",
14
+ "commit": "370259af6f245b97a9a9129d8defbdd30a0bbd9d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 14 Jul 2022 18:09:51 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.4.0",
22
+ "version": "0.4.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "sanajmi@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
29
+ "comment": "Update to React Native 0.66"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-expander",
34
+ "comment": "Bump @fluentui-react-native/component-cache to v1.4.0",
35
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/experimental-expander",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
41
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Fri, 08 Jul 2022 21:23:37 GMT",
48
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.35",
49
+ "version": "0.3.35",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/experimental-expander",
55
+ "comment": "Bump @fluentui-react-native/framework to v0.7.32",
56
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Thu, 07 Jul 2022 21:24:07 GMT",
6
63
  "tag": "@fluentui-react-native/experimental-expander_v0.3.34",
7
64
  "version": "0.3.34",
8
65
  "comments": {
@@ -11,7 +68,7 @@
11
68
  "author": "beachball",
12
69
  "package": "@fluentui-react-native/experimental-expander",
13
70
  "comment": "Bump @fluentui-react-native/framework to v0.7.31",
14
- "commit": "f10be0c3afa914ad42fcb639dc4d0a65a87c6425"
71
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
15
72
  }
16
73
  ]
17
74
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Thu, 07 Jul 2022 21:22:09 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 29 Aug 2022 23:19:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.1
8
+
9
+ Mon, 29 Aug 2022 23:19:48 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.8.1
14
+
15
+ ## 0.4.0
16
+
17
+ Thu, 14 Jul 2022 18:09:51 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Update to React Native 0.66 (sanajmi@microsoft.com)
22
+ - Bump @fluentui-react-native/component-cache to v1.4.0
23
+ - Bump @fluentui-react-native/framework to v0.8.0
24
+
25
+ ## 0.3.35
26
+
27
+ Fri, 08 Jul 2022 21:23:37 GMT
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui-react-native/framework to v0.7.32
32
+
7
33
  ## 0.3.34
8
34
 
9
- Thu, 07 Jul 2022 21:22:09 GMT
35
+ Thu, 07 Jul 2022 21:24:07 GMT
10
36
 
11
37
  ### Patches
12
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.3.34",
3
+ "version": "0.4.1",
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,20 +26,20 @@
26
26
  "directory": "packages/experimental/Expander"
27
27
  },
28
28
  "dependencies": {
29
- "@fluentui-react-native/component-cache": "^1.3.2",
30
- "@fluentui-react-native/framework": "0.7.31"
29
+ "@fluentui-react-native/component-cache": "^1.4.0",
30
+ "@fluentui-react-native/framework": "0.8.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
34
- "@types/react-native": "^0.64.0",
34
+ "@types/react-native": "^0.66.0",
35
35
  "@fluentui-react-native/scripts": "^0.1.1",
36
- "react": "17.0.1",
37
- "react-native": "^0.64.3",
38
- "react-native-windows": "^0.64.3"
36
+ "react": "17.0.2",
37
+ "react-native": "^0.66.0",
38
+ "react-native-windows": "^0.66.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "react": ">=17.0.1",
42
- "react-native": ">=0.64.3",
43
- "react-native-windows": ">=0.64.3"
41
+ "react": ">=17.0.2",
42
+ "react-native": ">=0.66.0",
43
+ "react-native-windows": ">=0.66.0"
44
44
  }
45
45
  }