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 8, 2023
1 parent c17217e commit d00c26b
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 19 deletions.

This file was deleted.

Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.4.1",
"react": "18.1.0",
"react-native": "0.70.0",
"react-native-windows": "0.70.18",
"react-native-windows": "0.70.19",
"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.70.0",
"react-native-windows": "0.70.18",
"react-native-windows": "0.70.19",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.70.0",
"react-native-platform-override": "^1.6.13",
"react-native-windows": "0.70.18",
"react-native-windows": "0.70.19",
"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.1.0",
"react-native": "0.70.0",
"react-native-windows": "0.70.18",
"react-native-windows": "0.70.19",
"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.1.0",
"react-native": "0.70.0",
"react-native-windows": "0.70.18"
"react-native-windows": "0.70.19"
},
"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.1.0",
"react-native": "0.70.0",
"react-native-windows": "0.70.18"
"react-native-windows": "0.70.19"
},
"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.1.0",
"react-native": "0.70.0",
"react-native-windows": "0.70.18"
"react-native-windows": "0.70.19"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down
15 changes: 15 additions & 0 deletions vnext/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 08 May 2023 17:39:46 GMT",
"tag": "react-native-windows_v0.70.19",
"version": "0.70.19",
"comments": {
"patch": [
{
"author": "vmoroz@users.noreply.github.com",
"package": "react-native-windows",
"commit": "c17217ec1dae6533fdc9c1b229d8308a1f61d792",
"comment": "Fix V8 Node API task runner implementation"
}
]
}
},
{
"date": "Mon, 24 Apr 2023 15:09:10 GMT",
"tag": "react-native-windows_v0.70.18",
Expand Down
10 changes: 9 additions & 1 deletion vnext/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - react-native-windows

This log was last generated on Mon, 24 Apr 2023 15:09:10 GMT and should not be manually modified.
This log was last generated on Mon, 08 May 2023 17:39:46 GMT and should not be manually modified.

<!-- Start content -->

## 0.70.19

Mon, 08 May 2023 17:39:46 GMT

### Patches

- Fix V8 Node API task runner implementation (vmoroz@users.noreply.github.com)

## 0.70.18

Mon, 24 Apr 2023 15:09:10 GMT
Expand Down
6 changes: 3 additions & 3 deletions vnext/PropertySheets/Generated/PackageVersion.g.props
Expand Up @@ -10,11 +10,11 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReactNativeWindowsVersion>0.70.18</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.70.19</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>70</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>18</ReactNativeWindowsPatch>
<ReactNativeWindowsPatch>19</ReactNativeWindowsPatch>
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
<ReactNativeWindowsCommitId>38f7126fef83a55fbdabc7de4088b2fb22e21bef</ReactNativeWindowsCommitId>
<ReactNativeWindowsCommitId>c17217ec1dae6533fdc9c1b229d8308a1f61d792</ReactNativeWindowsCommitId>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion vnext/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.70.18",
"version": "0.70.19",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit d00c26b

Please sign in to comment.