@fluentui-react-native/experimental-expander 0.3.5 → 0.3.9
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 +73 -1
- package/CHANGELOG.md +36 -2
- package/package.json +8 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-expander",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 06 Jan 2022 23:10:27 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.9",
|
|
7
|
+
"version": "0.3.9",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.9",
|
|
14
|
+
"commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 06 Jan 2022 21:30:08 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.8",
|
|
22
|
+
"version": "0.3.8",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
28
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.8",
|
|
29
|
+
"commit": "06307699c93ffe31a57f8f1c1fb60beec83583e0"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Tue, 21 Dec 2021 20:56:31 GMT",
|
|
36
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.7",
|
|
37
|
+
"version": "0.3.7",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
43
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.7",
|
|
44
|
+
"commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Mon, 20 Dec 2021 22:56:00 GMT",
|
|
51
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.3.6",
|
|
52
|
+
"version": "0.3.6",
|
|
53
|
+
"comments": {
|
|
54
|
+
"patch": [
|
|
55
|
+
{
|
|
56
|
+
"author": "ruaraki@microsoft.com",
|
|
57
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
58
|
+
"commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
|
|
59
|
+
"comment": "Add repository property to all package.json files"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
64
|
+
"comment": "Bump @fluentui-react-native/component-cache to v1.3.1",
|
|
65
|
+
"commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
70
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.6",
|
|
71
|
+
"commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Sat, 18 Dec 2021 04:15:05 GMT",
|
|
6
78
|
"tag": "@fluentui-react-native/experimental-expander_v0.3.5",
|
|
7
79
|
"version": "0.3.5",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,46 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-expander
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 06 Jan 2022 23:10:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.9
|
|
8
|
+
|
|
9
|
+
Thu, 06 Jan 2022 23:10:27 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.7.9
|
|
14
|
+
|
|
15
|
+
## 0.3.8
|
|
16
|
+
|
|
17
|
+
Thu, 06 Jan 2022 21:30:08 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/framework to v0.7.8
|
|
22
|
+
|
|
23
|
+
## 0.3.7
|
|
24
|
+
|
|
25
|
+
Tue, 21 Dec 2021 20:56:31 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Bump @fluentui-react-native/framework to v0.7.7
|
|
30
|
+
|
|
31
|
+
## 0.3.6
|
|
32
|
+
|
|
33
|
+
Mon, 20 Dec 2021 22:56:00 GMT
|
|
34
|
+
|
|
35
|
+
### Patches
|
|
36
|
+
|
|
37
|
+
- Add repository property to all package.json files (ruaraki@microsoft.com)
|
|
38
|
+
- Bump @fluentui-react-native/component-cache to v1.3.1
|
|
39
|
+
- Bump @fluentui-react-native/framework to v0.7.6
|
|
40
|
+
|
|
7
41
|
## 0.3.5
|
|
8
42
|
|
|
9
|
-
Sat, 18 Dec 2021 04:
|
|
43
|
+
Sat, 18 Dec 2021 04:15:05 GMT
|
|
10
44
|
|
|
11
45
|
### Patches
|
|
12
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-expander",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
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>",
|
|
@@ -20,9 +20,14 @@
|
|
|
20
20
|
"update-api": "fluentui-scripts update-api-extractor",
|
|
21
21
|
"windows": "react-native run-windows"
|
|
22
22
|
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
|
26
|
+
"directory": "packages/experimental/Expander"
|
|
27
|
+
},
|
|
23
28
|
"dependencies": {
|
|
24
|
-
"@fluentui-react-native/component-cache": "^1.3.
|
|
25
|
-
"@fluentui-react-native/framework": "0.7.
|
|
29
|
+
"@fluentui-react-native/component-cache": "^1.3.1",
|
|
30
|
+
"@fluentui-react-native/framework": "0.7.9"
|
|
26
31
|
},
|
|
27
32
|
"devDependencies": {
|
|
28
33
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|