@fluentui-react-native/separator 0.13.2 → 0.13.4
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 +31 -1
- package/CHANGELOG.md +18 -2
- package/jest.config.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 29 Nov 2022 20:39:12 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/separator_v0.13.4",
|
|
7
|
+
"version": "0.13.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/separator",
|
|
13
|
+
"commit": "2f6ea0cc82dd0e1f24d68dba83d69555772f01af",
|
|
14
|
+
"comment": "Update config"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 28 Nov 2022 11:51:06 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/separator_v0.13.3",
|
|
22
|
+
"version": "0.13.3",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui-react-native/separator",
|
|
28
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.21",
|
|
29
|
+
"commit": "890ff26064088ee92d44bb8730b8629143533451"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 16 Nov 2022 08:47:25 GMT",
|
|
6
36
|
"tag": "@fluentui-react-native/separator_v0.13.2",
|
|
7
37
|
"version": "0.13.2",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/separator
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 29 Nov 2022 20:39:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.13.4
|
|
8
|
+
|
|
9
|
+
Tue, 29 Nov 2022 20:39:12 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update config (ruaraki@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.13.3
|
|
16
|
+
|
|
17
|
+
Mon, 28 Nov 2022 11:51:06 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/framework to v0.8.21
|
|
22
|
+
|
|
7
23
|
## 0.13.2
|
|
8
24
|
|
|
9
|
-
Wed, 16 Nov 2022 08:
|
|
25
|
+
Wed, 16 Nov 2022 08:47:25 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
package/jest.config.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
const { configureReactNativeJest } = require('@fluentui-react-native/scripts');
|
|
2
|
-
module.exports = configureReactNativeJest('
|
|
2
|
+
module.exports = configureReactNativeJest('win32');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4",
|
|
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,7 +22,7 @@
|
|
|
22
22
|
"directory": "packages/components/Separator"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/framework": ">=0.8.
|
|
25
|
+
"@fluentui-react-native/framework": ">=0.8.21 <1.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|