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 13, 2024
1 parent a1b2139 commit eb65816
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 20 deletions.

This file was deleted.

Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-windows": "0.73.12",
"react-native-windows": "0.73.13",
"typescript": "^4.9.5"
},
"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.4.10",
"react": "18.0.0",
"react-native": "^0.73.0",
"react-native-windows": "0.73.12",
"react-native-windows": "0.73.13",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.73.6",
"react-native-platform-override": "^1.9.16",
"react-native-windows": "0.73.12",
"react-native-windows": "0.73.13",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app-fabric/package.json
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-windows": "0.73.12"
"react-native-windows": "0.73.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-windows": "0.73.12",
"react-native-windows": "0.73.13",
"react-native-xaml": "^0.0.76"
},
"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.2.0",
"react-native": "0.73.6",
"react-native-windows": "0.73.12"
"react-native-windows": "0.73.13"
},
"devDependencies": {
"@babel/core": "^7.20.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.2.0",
"react-native": "0.73.6",
"react-native-windows": "0.73.12"
"react-native-windows": "0.73.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-apps/package.json
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^5.57.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-windows": "0.73.12"
"react-native-windows": "0.73.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
15 changes: 15 additions & 0 deletions vnext/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 13 May 2024 15:15:54 GMT",
"version": "0.73.13",
"tag": "react-native-windows_v0.73.13",
"comments": {
"patch": [
{
"author": "vmorozov@microsoft.com",
"package": "react-native-windows",
"commit": "a1b2139eec4ce5416a6098b737ea2662af3d896f",
"comment": "Change Hermes package version to 0.1.21"
}
]
}
},
{
"date": "Fri, 26 Apr 2024 22:42:39 GMT",
"version": "0.73.12",
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 Fri, 26 Apr 2024 22:42:39 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 15:15:54 GMT and should not be manually modified.

<!-- Start content -->

## 0.73.13

Mon, 13 May 2024 15:15:54 GMT

### Patches

- Change Hermes package version to 0.1.21 (vmorozov@microsoft.com)

## 0.73.12

Fri, 26 Apr 2024 22:42:39 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.73.12</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.73.13</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>73</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>12</ReactNativeWindowsPatch>
<ReactNativeWindowsPatch>13</ReactNativeWindowsPatch>
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
<ReactNativeWindowsCommitId>f8a684071f7e12095dd89543b5217843086ee400</ReactNativeWindowsCommitId>
<ReactNativeWindowsCommitId>a1b2139eec4ce5416a6098b737ea2662af3d896f</ReactNativeWindowsCommitId>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion vnext/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.73.12",
"version": "0.73.13",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit eb65816

Please sign in to comment.