Skip to content

Commit

Permalink
Integrate RN 0.69.0 and Promote to Latest (#10186)
Browse files Browse the repository at this point in the history
* Integrate 0.69.0

* Promote 0.69 to latest

* Change files

* Fix Change Files
  • Loading branch information
chiaramooney committed Jun 24, 2022
1 parent 9fdf399 commit 34b26bb
Show file tree
Hide file tree
Showing 39 changed files with 173 additions and 220 deletions.
@@ -1,10 +1,10 @@
{
"type": "prerelease",
"type": "patch",
"comment": {
"title": "",
"value": ""
},
"packageName": "@office-iss/react-native-win32",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@office-iss/react-native-win32",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@react-native-windows/cli",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@react-native-windows/codegen",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@react-native-windows/find-repo-root",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@react-native-windows/fs",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@react-native-windows/package-utils",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@react-native-windows/telemetry",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "@react-native-windows/virtualized-list",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -1,7 +1,7 @@
{
"type": "prerelease",
"type": "patch",
"comment": "Enable Blob module with runtime option",
"packageName": "react-native-windows",
"email": "julio.rocha@microsoft.com",
"dependentChangeType": "patch"
}
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Integrate 0.69.0",
"packageName": "react-native-windows",
"email": "34109996+chiaramooney@users.noreply.github.com",
"dependentChangeType": "patch"
}
@@ -1,7 +1,7 @@
{
"type": "prerelease",
"type": "patch",
"comment": "Stop using /fp:strict to build yoga.cpp",
"packageName": "react-native-windows",
"email": "hpratt@microsoft.com",
"dependentChangeType": "patch"
}
}
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win32/**"
],
"baseVersion": "0.69.0-rc.6",
"baseVersion": "0.69.0",
"overrides": [
{
"type": "patch",
Expand Down
4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32-tester/package.json
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@office-iss/react-native-win32": "0.69.0-preview.4",
"react": "18.0.0",
"react-native": "0.69.0-rc.6"
"react-native": "^0.69.0"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.69.0-preview.4",
Expand All @@ -28,7 +28,7 @@
"@types/node": "^14.14.22",
"eslint": "^7.32.0",
"just-scripts": "^1.3.3",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-platform-override": "^1.6.11",
"typescript": "^4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/overrides.json
Expand Up @@ -7,7 +7,7 @@
"**/__snapshots__/**",
"src/rntypes/**"
],
"baseVersion": "0.69.0-rc.6",
"baseVersion": "0.69.0",
"overrides": [
{
"type": "derived",
Expand Down
8 changes: 4 additions & 4 deletions packages/@office-iss/react-native-win32/package.json
Expand Up @@ -75,21 +75,21 @@
"just-scripts": "^1.3.3",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "^0.69.0",
"react-native-platform-override": "^1.6.11",
"react-shallow-renderer": "16.14.1",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "18.0.0",
"react-native": "0.69.0-rc.6"
"react-native": "^0.69.0"
},
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
Expand Up @@ -31,7 +31,7 @@
"just-scripts": "^1.3.2",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-windows": "0.69.0-preview.7",
"typescript": "^4.4.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/cli/package.json
Expand Up @@ -70,11 +70,11 @@
"powershell"
],
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/codegen/package.json
Expand Up @@ -52,11 +52,11 @@
"src"
],
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/find-repo-root/package.json
Expand Up @@ -33,11 +33,11 @@
"typescript": "^4.4.4"
},
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/fs/package.json
Expand Up @@ -37,11 +37,11 @@
"lib-commonjs"
],
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/package-utils/package.json
Expand Up @@ -35,11 +35,11 @@
"typescript": "^4.4.4"
},
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/telemetry/package.json
Expand Up @@ -52,11 +52,11 @@
"lib-commonjs"
],
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/tester/overrides.json
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win/**"
],
"baseVersion": "0.69.0-rc.6",
"baseVersion": "0.69.0",
"overrides": [
{
"type": "patch",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/tester/package.json
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@react-native-picker/picker": "2.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "^0.69.0",
"react-native-windows": "0.69.0-preview.7",
"react-native-xaml": "^0.0.50"
},
Expand All @@ -29,7 +29,7 @@
"@types/node": "^14.14.22",
"eslint": "^7.32.0",
"just-scripts": "^1.3.3",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-platform-override": "^1.6.11",
"react-native-windows": "0.69.0-preview.7",
"typescript": "^4.4.4"
Expand Down
Expand Up @@ -3,7 +3,7 @@
".flowconfig",
"src/**"
],
"baseVersion": "0.69.0-rc.6",
"baseVersion": "0.69.0",
"overrides": [
{
"type": "derived",
Expand Down
8 changes: 4 additions & 4 deletions packages/@react-native-windows/virtualized-list/package.json
Expand Up @@ -25,19 +25,19 @@
"just-scripts": "^1.3.3",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-platform-override": "^1.6.11"
},
"peerDependencies": {
"react": "18.0.0",
"react-native": "0.69.0-rc.6"
"react-native": "^0.69.0"
},
"beachball": {
"defaultNpmTag": "preview",
"defaultNpmTag": "latest",
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"prerelease"
]
},
"promoteRelease": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native/repo-config/overrides.json
@@ -1,5 +1,5 @@
{
"baseVersion": "0.69.0-rc.6",
"baseVersion": "0.69.0",
"overrides": [
{
"type": "copy",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native/tester/overrides.json
@@ -1,5 +1,5 @@
{
"baseVersion": "0.69.0-rc.6",
"baseVersion": "0.69.0",
"overrides": [
{
"type": "copy",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-windows": "0.69.0-preview.7",
"react-native-xaml": "^0.0.63"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-app/package.json
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-windows": "0.69.0-preview.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-windows": "0.69.0-preview.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-apps/package.json
Expand Up @@ -14,7 +14,7 @@
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.6",
"react-native": "0.69.0",
"react-native-windows": "0.69.0-preview.7"
},
"devDependencies": {
Expand Down
Expand Up @@ -27,7 +27,7 @@
<ClCompile Include="$(MSBuildThisFileDirectory)JSI\NodeApiJsiRuntime.cpp">
<Filter>JSI</Filter>
</ClCompile>
<ClCompile Include="$(TurboModule_SourcePath)\..\..\bridging\LongLivedObject.cpp" />
<ClCompile Include="$(Bridging_SourcePath)\LongLivedObject.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(MSBuildThisFileDirectory)Crash.h" />
Expand Down Expand Up @@ -166,4 +166,4 @@
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)README.md" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 34b26bb

Please sign in to comment.