Skip to content

Commit 43d7e99

Browse files
2 parents be64919 + 0c4eed7 commit 43d7e99

File tree

296 files changed

+12587
-2759
lines changed

Some content is hidden

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

296 files changed

+12587
-2759
lines changed

Diff for: apps/E2E/CHANGELOG.json

+42
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
{
22
"name": "@fluentui-react-native/e2e-testing",
33
"entries": [
4+
{
5+
"date": "Thu, 09 Nov 2023 02:39:08 GMT",
6+
"version": "1.33.0",
7+
"tag": "@fluentui-react-native/e2e-testing_v1.33.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/e2e-testing",
13+
"commit": "4a6a9cd63396c6e8fc6ffbfec7137652928e40ef",
14+
"comment": "Update to react-native 0.72"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui-react-native/e2e-testing",
19+
"comment": "Bump @fluentui-react-native/focus-zone to v0.16.0",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
25+
{
26+
"date": "Tue, 07 Nov 2023 20:20:33 GMT",
27+
"version": "1.32.8",
28+
"tag": "@fluentui-react-native/e2e-testing_v1.32.8",
29+
"comments": {
30+
"patch": [
31+
{
32+
"author": "[email protected]",
33+
"package": "@fluentui-react-native/e2e-testing",
34+
"commit": "252935c886c6ffba5fd30593e63cbce4f61f7a90",
35+
"comment": "Manually bump packages stuck in the pipeline"
36+
},
37+
{
38+
"author": "beachball",
39+
"package": "@fluentui-react-native/e2e-testing",
40+
"comment": "Bump @fluentui-react-native/focus-zone to v0.15.0",
41+
"commit": "not available"
42+
}
43+
]
44+
}
45+
},
446
{
547
"date": "Tue, 31 Oct 2023 19:11:10 GMT",
648
"version": "1.32.6",

Diff for: apps/E2E/CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
# Change Log - @fluentui-react-native/e2e-testing
22

3-
This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified.
3+
This log was last generated on Thu, 09 Nov 2023 02:39:08 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.33.0
8+
9+
Thu, 09 Nov 2023 02:39:08 GMT
10+
11+
### Minor changes
12+
13+
- Update to react-native 0.72 ([email protected])
14+
- Bump @fluentui-react-native/focus-zone to v0.16.0
15+
16+
## 1.32.8
17+
18+
Tue, 07 Nov 2023 20:20:33 GMT
19+
20+
### Patches
21+
22+
- Manually bump packages stuck in the pipeline ([email protected])
23+
- Bump @fluentui-react-native/focus-zone to v0.15.0
24+
725
## 1.32.6
826

927
Tue, 31 Oct 2023 19:11:10 GMT

Diff for: apps/E2E/package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/e2e-testing",
3-
"version": "1.32.6",
3+
"version": "1.33.0",
44
"description": "Package containing E2E testing specs",
55
"license": "MIT",
66
"scripts": {
@@ -23,14 +23,15 @@
2323
],
2424
"dependencies": {
2525
"react": "18.2.0",
26-
"react-native": "^0.71.0"
26+
"react-native": "^0.72.0"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.8.0",
3030
"@babel/runtime": "^7.8.0",
3131
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
32-
"@fluentui-react-native/focus-zone": "^0.13.3",
32+
"@fluentui-react-native/focus-zone": "^0.16.0",
3333
"@fluentui-react-native/scripts": "^0.1.1",
34+
"@react-native/metro-config": "^0.72.0",
3435
"@rnx-kit/metro-config": "^1.3.1",
3536
"@types/jasmine": "3.10.3",
3637
"@types/react": "^18.2.0",
@@ -44,8 +45,8 @@
4445
"appium-uiautomator2-driver": "^2.29.0",
4546
"appium-windows-driver": "^2.12.0",
4647
"appium-xcuitest-driver": "^5.6.0",
47-
"metro-config": "^0.73.7",
48-
"metro-react-native-babel-preset": "^0.73.7",
48+
"metro-config": "^0.76.5",
49+
"metro-react-native-babel-preset": "^0.76.5",
4950
"rimraf": "^5.0.1",
5051
"ts-node": "^8.10.1",
5152
"typescript": "4.9.4",
@@ -61,7 +62,7 @@
6162
"microsoft/react-native"
6263
],
6364
"requirements": [
64-
"react-native@0.71"
65+
"react-native@0.72"
6566
],
6667
"capabilities": [
6768
"core",

0 commit comments

Comments
 (0)