Skip to content

Commit

Permalink
applying package updates ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed May 30, 2022
1 parent b07314f commit 49a0bb0
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 52 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native-windows": "0.69.0-preview.3",
"react-native-windows": "0.69.0-preview.4",
"typescript": "^4.4.4"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/tester/package.json
Expand Up @@ -19,7 +19,7 @@
"@react-native-picker/picker": "2.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native-windows": "0.69.0-preview.3",
"react-native-windows": "0.69.0-preview.4",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.69.0-rc.0",
"react-native-platform-override": "^1.6.11",
"react-native-windows": "0.69.0-preview.3",
"react-native-windows": "0.69.0-preview.4",
"typescript": "^4.4.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native-windows": "0.69.0-preview.3",
"react-native-windows": "0.69.0-preview.4",
"react-native-xaml": "^0.0.63"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-app/package.json
Expand Up @@ -17,7 +17,7 @@
"chai": "^4.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native-windows": "0.69.0-preview.3"
"react-native-windows": "0.69.0-preview.4"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native-windows": "0.69.0-preview.3"
"react-native-windows": "0.69.0-preview.4"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-apps/package.json
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/parser": "^5.20.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.0",
"react-native-windows": "0.69.0-preview.3"
"react-native-windows": "0.69.0-preview.4"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down
45 changes: 45 additions & 0 deletions vnext/CHANGELOG.json
@@ -1,6 +1,51 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 30 May 2022 15:09:21 GMT",
"tag": "react-native-windows_v0.69.0-preview.4",
"version": "0.69.0-preview.4",
"comments": {
"prerelease": [
{
"author": "jthysell@microsoft.com",
"package": "react-native-windows",
"commit": "c8c5bdac3c25318f1bb6866983d37df6ad2a1dc7",
"comment": "Change CG registration for folly and fmt from `other` to `git`"
},
{
"author": "tatianakapos@microsoft.com",
"package": "react-native-windows",
"commit": "80b4e4bdcb429d5dd9fddd36bbef6521827610a8",
"comment": "remove JSI overrides"
},
{
"author": "vmorozov@microsoft.com",
"package": "react-native-windows",
"commit": "b07314f087a64b491c1a44c7d5d7a4c0a06948ef",
"comment": "Support PreparedScriptStore for V8 Node-API."
},
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "react-native-windows",
"commit": "c0f30a882f13adf5b91fb8207500e7ea69a4a9dd",
"comment": "Expose LoadingState on ReactContext"
},
{
"author": "vmorozov@microsoft.com",
"package": "react-native-windows",
"commit": "59a037b68c485e6a4ee165ea5694cef78c75bf41",
"comment": "Fix RuntimeOptions for RNW Desktop"
},
{
"author": "julio@rochsquadron.net",
"package": "react-native-windows",
"commit": "21024877a48d15456a8b7f5fdfd3ab022646d213",
"comment": "Implement Blob module (#9352)"
}
]
}
},
{
"date": "Mon, 23 May 2022 15:09:38 GMT",
"tag": "react-native-windows_v0.69.0-preview.3",
Expand Down
15 changes: 14 additions & 1 deletion vnext/CHANGELOG.md
@@ -1,9 +1,22 @@
# Change Log - react-native-windows

This log was last generated on Mon, 23 May 2022 15:09:38 GMT and should not be manually modified.
This log was last generated on Mon, 30 May 2022 15:09:21 GMT and should not be manually modified.

<!-- Start content -->

## 0.69.0-preview.4

Mon, 30 May 2022 15:09:21 GMT

### Changes

- Change CG registration for folly and fmt from `other` to `git` (jthysell@microsoft.com)
- remove JSI overrides (tatianakapos@microsoft.com)
- Support PreparedScriptStore for V8 Node-API. (vmorozov@microsoft.com)
- Expose LoadingState on ReactContext (30809111+acoates-ms@users.noreply.github.com)
- Fix RuntimeOptions for RNW Desktop (vmorozov@microsoft.com)
- Implement Blob module (#9352) (julio@rochsquadron.net)

## 0.69.0-preview.3

Mon, 23 May 2022 15:09:38 GMT
Expand Down
2 changes: 1 addition & 1 deletion vnext/PropertySheets/Generated/PackageVersion.g.props
Expand Up @@ -10,7 +10,7 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReactNativeWindowsVersion>0.69.0-preview.3</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.69.0-preview.4</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>69</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
Expand Down
2 changes: 1 addition & 1 deletion vnext/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.69.0-preview.3",
"version": "0.69.0-preview.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 49a0bb0

Please sign in to comment.