@fluentui-react-native/separator 0.12.3 → 0.12.5

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,43 @@
2
2
  "name": "@fluentui-react-native/separator",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 16 Sep 2022 01:50:50 GMT",
5
+ "date": "Fri, 30 Sep 2022 00:51:18 GMT",
6
+ "tag": "@fluentui-react-native/separator_v0.12.5",
7
+ "version": "0.12.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/separator",
13
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
14
+ "comment": "Update react-native to 0.68"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/separator",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.8.5",
20
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 21 Sep 2022 21:00:40 GMT",
27
+ "tag": "@fluentui-react-native/separator_v0.12.4",
28
+ "version": "0.12.4",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/separator",
34
+ "comment": "Bump @fluentui-react-native/framework to v0.8.4",
35
+ "commit": "6706e18d88a521539fdc717100516ec3ee4bb5e2"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Fri, 16 Sep 2022 01:53:06 GMT",
6
42
  "tag": "@fluentui-react-native/separator_v0.12.3",
7
43
  "version": "0.12.3",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui-react-native/separator
2
2
 
3
- This log was last generated on Fri, 16 Sep 2022 01:50:50 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 00:51:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.12.5
8
+
9
+ Fri, 30 Sep 2022 00:51:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update react-native to 0.68 (krsiler@microsoft.com)
14
+ - Bump @fluentui-react-native/framework to v0.8.5
15
+
16
+ ## 0.12.4
17
+
18
+ Wed, 21 Sep 2022 21:00:40 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @fluentui-react-native/framework to v0.8.4
23
+
7
24
  ## 0.12.3
8
25
 
9
- Fri, 16 Sep 2022 01:50:50 GMT
26
+ Fri, 16 Sep 2022 01:53:06 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/separator",
3
- "version": "0.12.3",
3
+ "version": "0.12.5",
4
4
  "description": "A cross-platform Separator component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,18 +22,31 @@
22
22
  "directory": "packages/components/Separator"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": ">=0.8.3 <1.0.0"
25
+ "@fluentui-react-native/framework": ">=0.8.5 <1.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
29
- "@types/react-native": "^0.66.0",
30
29
  "@fluentui-react-native/scripts": "^0.1.1",
31
- "react-native": "^0.66.0"
30
+ "@office-iss/react-native-win32": ">=0.68.0 <0.68.6",
31
+ "@types/react-native": "^0.68.0",
32
+ "react": "17.0.2",
33
+ "react-native": "^0.68.0"
32
34
  },
33
35
  "peerDependencies": {
34
- "react": ">=17.0.2",
35
- "react-native": ">=0.66.0"
36
+ "react": "17.0.2",
37
+ "react-native": "^0.68.0"
36
38
  },
37
39
  "author": "",
38
- "license": "MIT"
40
+ "license": "MIT",
41
+ "rnx-kit": {
42
+ "reactNativeVersion": "^0.68",
43
+ "reactNativeDevVersion": "^0.68",
44
+ "kitType": "library",
45
+ "capabilities": [
46
+ "core",
47
+ "core-android",
48
+ "core-ios",
49
+ "react"
50
+ ]
51
+ }
39
52
  }