@fluentui-react-native/experimental-expander 0.4.5 → 0.4.6

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,34 @@
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 21 Sep 2022 23:44:07 GMT",
5
+ "date": "Fri, 30 Sep 2022 00:51:17 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.4.6",
7
+ "version": "0.4.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
14
+ "comment": "Update react-native to 0.68"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-expander",
19
+ "comment": "Bump @fluentui-react-native/component-cache to v1.4.1",
20
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-expander",
25
+ "comment": "Bump @fluentui-react-native/framework to v0.8.5",
26
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 21 Sep 2022 23:44:22 GMT",
6
33
  "tag": "@fluentui-react-native/experimental-expander_v0.4.5",
7
34
  "version": "0.4.5",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-react-native/experimental-expander
2
2
 
3
- This log was last generated on Wed, 21 Sep 2022 23:44:07 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 00:51:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.6
8
+
9
+ Fri, 30 Sep 2022 00:51:17 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update react-native to 0.68 (krsiler@microsoft.com)
14
+ - Bump @fluentui-react-native/component-cache to v1.4.1
15
+ - Bump @fluentui-react-native/framework to v0.8.5
16
+
7
17
  ## 0.4.5
8
18
 
9
- Wed, 21 Sep 2022 23:44:07 GMT
19
+ Wed, 21 Sep 2022 23:44:22 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-expander",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
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,32 @@
26
26
  "directory": "packages/experimental/Expander"
27
27
  },
28
28
  "dependencies": {
29
- "@fluentui-react-native/component-cache": "^1.4.0",
30
- "@fluentui-react-native/framework": "0.8.4"
29
+ "@fluentui-react-native/component-cache": "^1.4.1",
30
+ "@fluentui-react-native/framework": "0.8.5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
34
- "@types/react-native": "^0.66.0",
35
34
  "@fluentui-react-native/scripts": "^0.1.1",
35
+ "@types/react-native": "^0.68.0",
36
36
  "react": "17.0.2",
37
- "react-native": "^0.66.0",
38
- "react-native-windows": "^0.66.0"
37
+ "react-native": "^0.68.0",
38
+ "react-native-windows": "^0.68.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "react": ">=17.0.2",
42
- "react-native": ">=0.66.0",
43
- "react-native-windows": ">=0.66.0"
41
+ "react": "17.0.2",
42
+ "react-native": "^0.68.0",
43
+ "react-native-windows": "^0.68.0"
44
+ },
45
+ "rnx-kit": {
46
+ "reactNativeVersion": "^0.68",
47
+ "reactNativeDevVersion": "^0.68",
48
+ "kitType": "library",
49
+ "capabilities": [
50
+ "core",
51
+ "core-android",
52
+ "core-ios",
53
+ "core-windows",
54
+ "react"
55
+ ]
44
56
  }
45
57
  }