@fluentui-react-native/experimental-expander 0.6.1 → 0.6.3-testpatch.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 +32 -2
- package/CHANGELOG.md +18 -2
- package/package.json +2 -2
- package/windows/NuGet.Config +1 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-expander",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 08 Jul 2023 00:46:24 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.6.3-testpatch.0",
|
|
7
|
+
"version": "0.6.3-testpatch.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.11.1-testpatch.0",
|
|
14
|
+
"commit": "691411a9f344ca7d52cd6b916f03742001227748"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 07 Jul 2023 19:45:35 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/experimental-expander_v0.6.2",
|
|
22
|
+
"version": "0.6.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
27
|
+
"package": "@fluentui-react-native/experimental-expander",
|
|
28
|
+
"commit": "fb1ce71de1c3d260a2b53c6db56ba65e1441165f",
|
|
29
|
+
"comment": "CG: Fix nuget config"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 12 Jun 2023 17:46:44 GMT",
|
|
6
36
|
"tag": "@fluentui-react-native/experimental-expander_v0.6.1",
|
|
7
37
|
"version": "0.6.1",
|
|
8
38
|
"comments": {
|
|
@@ -11,7 +41,7 @@
|
|
|
11
41
|
"author": "beachball",
|
|
12
42
|
"package": "@fluentui-react-native/experimental-expander",
|
|
13
43
|
"comment": "Bump @fluentui-react-native/framework to v0.11.0",
|
|
14
|
-
"commit": "
|
|
44
|
+
"commit": "6530042f4f24cbb296337a8bcf5fb32a09cc6378"
|
|
15
45
|
}
|
|
16
46
|
]
|
|
17
47
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
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 Sat, 08 Jul 2023 00:46:24 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.6.3-testpatch.0
|
|
8
|
+
|
|
9
|
+
Sat, 08 Jul 2023 00:46:24 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.11.1-testpatch.0
|
|
14
|
+
|
|
15
|
+
## 0.6.2
|
|
16
|
+
|
|
17
|
+
Fri, 07 Jul 2023 19:45:35 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- CG: Fix nuget config (30809111+acoates-ms@users.noreply.github.com)
|
|
22
|
+
|
|
7
23
|
## 0.6.1
|
|
8
24
|
|
|
9
|
-
Mon, 12 Jun 2023 17:
|
|
25
|
+
Mon, 12 Jun 2023 17:46:44 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-expander",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3-testpatch.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>",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@fluentui-react-native/component-cache": "^1.5.0",
|
|
30
|
-
"@fluentui-react-native/framework": "0.11.0"
|
|
30
|
+
"@fluentui-react-native/framework": "0.11.1-testpatch.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
package/windows/NuGet.Config
CHANGED
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
</config>
|
|
6
6
|
<packageSources>
|
|
7
7
|
<clear />
|
|
8
|
-
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
9
8
|
<add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
|
|
10
9
|
</packageSources>
|
|
11
10
|
<disabledPackageSources>
|
|
12
11
|
<clear />
|
|
13
|
-
</disabledPackageSources>
|
|
12
|
+
</disabledPackageSources>
|
|
14
13
|
</configuration>
|