@fluentui-react-native/separator 0.12.4 → 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,28 @@
2
2
  "name": "@fluentui-react-native/separator",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 21 Sep 2022 20:58:28 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",
6
27
  "tag": "@fluentui-react-native/separator_v0.12.4",
7
28
  "version": "0.12.4",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-react-native/separator
2
2
 
3
- This log was last generated on Wed, 21 Sep 2022 20:58:28 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
+
7
16
  ## 0.12.4
8
17
 
9
- Wed, 21 Sep 2022 20:58:28 GMT
18
+ Wed, 21 Sep 2022 21:00:40 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/separator",
3
- "version": "0.12.4",
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.4 <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
  }