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

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,49 @@
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 08:02:26 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.4.7",
7
+ "version": "0.4.7",
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.6",
14
+ "commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 30 Sep 2022 00:54:35 GMT",
21
+ "tag": "@fluentui-react-native/experimental-expander_v0.4.6",
22
+ "version": "0.4.6",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "krsiler@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-expander",
28
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
29
+ "comment": "Update react-native to 0.68"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-expander",
34
+ "comment": "Bump @fluentui-react-native/component-cache to v1.4.1",
35
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/experimental-expander",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.8.5",
41
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Wed, 21 Sep 2022 23:44:22 GMT",
6
48
  "tag": "@fluentui-react-native/experimental-expander_v0.4.5",
7
49
  "version": "0.4.5",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
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 08:02:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.7
8
+
9
+ Fri, 30 Sep 2022 08:02:26 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.8.6
14
+
15
+ ## 0.4.6
16
+
17
+ Fri, 30 Sep 2022 00:54:35 GMT
18
+
19
+ ### Patches
20
+
21
+ - Update react-native to 0.68 (krsiler@microsoft.com)
22
+ - Bump @fluentui-react-native/component-cache to v1.4.1
23
+ - Bump @fluentui-react-native/framework to v0.8.5
24
+
7
25
  ## 0.4.5
8
26
 
9
- Wed, 21 Sep 2022 23:44:07 GMT
27
+ Wed, 21 Sep 2022 23:44:22 GMT
10
28
 
11
29
  ### Patches
12
30
 
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.7",
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.6"
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
  }