Skip to content

Commit cef127d

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f69804c + d41b355 commit cef127d

169 files changed

Lines changed: 6691 additions & 623 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.ado/azure-pipelines.publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,13 @@ jobs:
6868

6969
steps:
7070
- template: templates/apple-nuget-publish.yml
71+
72+
- job: Win32NuGetPublish
73+
displayName: Win32 FluentTester NuGet Publish
74+
pool:
75+
vmImage: 'windows-2019'
76+
timeoutInMinutes: 90 # how long to run the job before automatically cancelling
77+
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them
78+
79+
steps:
80+
- template: templates/win32-nuget-publish.yml
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
steps:
2+
- checkout: self
3+
persistCredentials: true
4+
5+
- template: setup-repo-min-build.yml
6+
7+
- script: |
8+
yarn build
9+
displayName: 'Building the repo'
10+
11+
- script: |
12+
yarn bundle
13+
workingDirectory: apps/win32
14+
displayName: 'Bundling win32'
15+
16+
# Pack the NuGet package
17+
- task: CmdLine@1
18+
displayName: 'Create NuGet package for FluentTester Win32 bundle.'
19+
inputs:
20+
filename: nuget
21+
arguments: 'pack Microsoft.FluentUI.FluentTesterWin32.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -OutputFileNamesWithoutVersion -Verbosity detailed -Version $(Build.BuildNumber) -properties CommitId=$(Build.SourceVersion)'
22+
workingFolder: 'apps/win32/nuget'
23+
24+
# Push the NuGet package
25+
- task: NuGetCommand@2
26+
displayName: 'NuGet push'
27+
inputs:
28+
command: push
29+
packagesToPush: '$(Build.ArtifactStagingDirectory)/Microsoft.FluentUI.FluentTesterWin32.nupkg'
30+
nuGetFeedType: external
31+
publishFeedCredentials: react-native

apps/android/CHANGELOG.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,126 @@
11
{
22
"name": "@fluentui-react-native/tester-android",
33
"entries": [
4+
{
5+
"date": "Fri, 28 Jan 2022 20:52:39 GMT",
6+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
7+
"version": "0.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/tester-android",
13+
"comment": "Bump @fluentui-react-native/tester to v0.51.5",
14+
"commit": "7444b2ae84923594dc3c835b2b6d60dd75913410"
15+
}
16+
]
17+
}
18+
},
19+
{
20+
"date": "Thu, 27 Jan 2022 10:39:35 GMT",
21+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
22+
"version": "0.0.1",
23+
"comments": {
24+
"patch": [
25+
{
26+
"author": "beachball",
27+
"package": "@fluentui-react-native/tester-android",
28+
"comment": "Bump @fluentui-react-native/tester to v0.51.4",
29+
"commit": "23fc5537a032d1e421db408b0f1257ed5677f798"
30+
}
31+
]
32+
}
33+
},
34+
{
35+
"date": "Wed, 26 Jan 2022 20:31:04 GMT",
36+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
37+
"version": "0.0.1",
38+
"comments": {
39+
"patch": [
40+
{
41+
"author": "beachball",
42+
"package": "@fluentui-react-native/tester-android",
43+
"comment": "Bump @fluentui-react-native/tester to v0.51.3",
44+
"commit": "1f6a66699e8a06bfd55a613ee9019ba8ca27d0b4"
45+
}
46+
]
47+
}
48+
},
49+
{
50+
"date": "Wed, 26 Jan 2022 17:02:27 GMT",
51+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
52+
"version": "0.0.1",
53+
"comments": {
54+
"patch": [
55+
{
56+
"author": "beachball",
57+
"package": "@fluentui-react-native/tester-android",
58+
"comment": "Bump @fluentui-react-native/tester to v0.51.2",
59+
"commit": "883ef66b94a1efb5d429c5ecad015f312be3b4c3"
60+
}
61+
]
62+
}
63+
},
64+
{
65+
"date": "Tue, 25 Jan 2022 21:55:31 GMT",
66+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
67+
"version": "0.0.1",
68+
"comments": {
69+
"patch": [
70+
{
71+
"author": "beachball",
72+
"package": "@fluentui-react-native/tester-android",
73+
"comment": "Bump @fluentui-react-native/tester to v0.51.1",
74+
"commit": "ca505d0e9d6b3286c0025bde70305f4bbb49a7f2"
75+
}
76+
]
77+
}
78+
},
79+
{
80+
"date": "Tue, 25 Jan 2022 16:48:23 GMT",
81+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
82+
"version": "0.0.1",
83+
"comments": {
84+
"patch": [
85+
{
86+
"author": "beachball",
87+
"package": "@fluentui-react-native/tester-android",
88+
"comment": "Bump @fluentui-react-native/tester to v0.51.0",
89+
"commit": "f522217240f2b510443e2f898d212df2ee114398"
90+
}
91+
]
92+
}
93+
},
94+
{
95+
"date": "Thu, 20 Jan 2022 21:05:26 GMT",
96+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
97+
"version": "0.0.1",
98+
"comments": {
99+
"patch": [
100+
{
101+
"author": "beachball",
102+
"package": "@fluentui-react-native/tester-android",
103+
"comment": "Bump @fluentui-react-native/tester to v0.50.28",
104+
"commit": "bfb00a74fa8f5bcf5dc4d1a9da8cf8e76f0263b3"
105+
}
106+
]
107+
}
108+
},
109+
{
110+
"date": "Thu, 20 Jan 2022 20:21:28 GMT",
111+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
112+
"version": "0.0.1",
113+
"comments": {
114+
"patch": [
115+
{
116+
"author": "beachball",
117+
"package": "@fluentui-react-native/tester-android",
118+
"comment": "Bump @fluentui-react-native/tester to v0.50.27",
119+
"commit": "0af901b7ce194baa6daccb02df35438e3ab75496"
120+
}
121+
]
122+
}
123+
},
4124
{
5125
"date": "Wed, 19 Jan 2022 00:57:04 GMT",
6126
"tag": "@fluentui-react-native/tester-android_v0.0.1",

apps/android/CHANGELOG.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,75 @@
11
# Change Log - @fluentui-react-native/tester-android
22

3-
This log was last generated on Wed, 19 Jan 2022 00:57:04 GMT and should not be manually modified.
3+
This log was last generated on Fri, 28 Jan 2022 20:52:39 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

77
## 0.0.1
88

9+
Fri, 28 Jan 2022 20:52:39 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.51.5
14+
15+
## 0.0.1
16+
17+
Thu, 27 Jan 2022 10:39:35 GMT
18+
19+
### Patches
20+
21+
- Bump @fluentui-react-native/tester to v0.51.4
22+
23+
## 0.0.1
24+
25+
Wed, 26 Jan 2022 20:31:04 GMT
26+
27+
### Patches
28+
29+
- Bump @fluentui-react-native/tester to v0.51.3
30+
31+
## 0.0.1
32+
33+
Wed, 26 Jan 2022 17:02:27 GMT
34+
35+
### Patches
36+
37+
- Bump @fluentui-react-native/tester to v0.51.2
38+
39+
## 0.0.1
40+
41+
Tue, 25 Jan 2022 21:55:31 GMT
42+
43+
### Patches
44+
45+
- Bump @fluentui-react-native/tester to v0.51.1
46+
47+
## 0.0.1
48+
49+
Tue, 25 Jan 2022 16:48:23 GMT
50+
51+
### Patches
52+
53+
- Bump @fluentui-react-native/tester to v0.51.0
54+
55+
## 0.0.1
56+
57+
Thu, 20 Jan 2022 21:05:26 GMT
58+
59+
### Patches
60+
61+
- Bump @fluentui-react-native/tester to v0.50.28
62+
63+
## 0.0.1
64+
65+
Thu, 20 Jan 2022 20:21:28 GMT
66+
67+
### Patches
68+
69+
- Bump @fluentui-react-native/tester to v0.50.27
70+
71+
## 0.0.1
72+
973
Wed, 19 Jan 2022 00:57:04 GMT
1074

1175
### Patches

apps/android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@fluentui-react-native/experimental-drawer": "*",
30-
"@fluentui-react-native/tester": "^0.50.26",
30+
"@fluentui-react-native/tester": "^0.51.5",
3131
"@react-native-community/slider": "^4.1.12",
3232
"@react-native-picker/picker": "^1.16.7",
3333
"hermes-engine": "~0.7.0",

0 commit comments

Comments
 (0)