@fluentui-react-native/experimental-expander 0.3.33 → 0.4.0

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": "Fri, 03 Jun 2022 02:18:16 GMT",
5
+ "date": "Thu, 14 Jul 2022 18:07:21 GMT",
6
+ "tag": "@fluentui-react-native/experimental-expander_v0.4.0",
7
+ "version": "0.4.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-expander",
13
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
14
+ "comment": "Update to React Native 0.66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-expander",
19
+ "comment": "Bump @fluentui-react-native/component-cache to v1.4.0",
20
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-expander",
25
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
26
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 08 Jul 2022 21:23:37 GMT",
33
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.35",
34
+ "version": "0.3.35",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/experimental-expander",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.7.32",
41
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 07 Jul 2022 21:24:07 GMT",
48
+ "tag": "@fluentui-react-native/experimental-expander_v0.3.34",
49
+ "version": "0.3.34",
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.31",
56
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Fri, 03 Jun 2022 02:18:28 GMT",
6
63
  "tag": "@fluentui-react-native/experimental-expander_v0.3.33",
7
64
  "version": "0.3.33",
8
65
  "comments": {
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 Fri, 03 Jun 2022 02:18:16 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 18:07:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.0
8
+
9
+ Thu, 14 Jul 2022 18:07:21 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Update to React Native 0.66 (sanajmi@microsoft.com)
14
+ - Bump @fluentui-react-native/component-cache to v1.4.0
15
+ - Bump @fluentui-react-native/framework to v0.8.0
16
+
17
+ ## 0.3.35
18
+
19
+ Fri, 08 Jul 2022 21:23:37 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui-react-native/framework to v0.7.32
24
+
25
+ ## 0.3.34
26
+
27
+ Thu, 07 Jul 2022 21:24:07 GMT
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui-react-native/framework to v0.7.31
32
+
7
33
  ## 0.3.33
8
34
 
9
- Fri, 03 Jun 2022 02:18:16 GMT
35
+ Fri, 03 Jun 2022 02:18:28 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.33",
3
+ "version": "0.4.0",
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.30"
29
+ "@fluentui-react-native/component-cache": "^1.4.0",
30
+ "@fluentui-react-native/framework": "0.8.0"
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
  }