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 Dec 11, 2023
1 parent 4896ca5 commit 98becca
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 27 deletions.

This file was deleted.

This file was deleted.

Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.73.0",
"react-native-windows": "0.73.1",
"react-native-windows": "0.73.2",
"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.1",
"react-native-windows": "0.73.2",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.73.0",
"react-native-platform-override": "^1.9.16",
"react-native-windows": "0.73.1",
"react-native-windows": "0.73.2",
"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.0",
"react-native-windows": "0.73.1"
"react-native-windows": "0.73.2"
},
"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.0",
"react-native-windows": "0.73.1",
"react-native-windows": "0.73.2",
"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.0",
"react-native-windows": "0.73.1"
"react-native-windows": "0.73.2"
},
"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.0",
"react-native-windows": "0.73.1"
"react-native-windows": "0.73.2"
},
"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.0",
"react-native-windows": "0.73.1"
"react-native-windows": "0.73.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
21 changes: 21 additions & 0 deletions vnext/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 11 Dec 2023 16:15:10 GMT",
"version": "0.73.2",
"tag": "react-native-windows_v0.73.2",
"comments": {
"patch": [
{
"author": "julio.rocha@microsoft.com",
"package": "react-native-windows",
"commit": "216a9d05c5ee63c831a8c29163719339ba5e4bf7",
"comment": "Use HTTP form data as JSArray (#12506)"
},
{
"author": "julio.rocha@microsoft.com",
"package": "react-native-windows",
"commit": "4896ca53194c4b669cb3d4852b9d2420631f78fc",
"comment": "Fix FileReader Base64 padding (#12522)"
}
]
}
},
{
"date": "Fri, 08 Dec 2023 00:26:16 GMT",
"version": "0.73.1",
Expand Down
11 changes: 10 additions & 1 deletion vnext/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - react-native-windows

This log was last generated on Fri, 08 Dec 2023 00:26:16 GMT and should not be manually modified.
This log was last generated on Mon, 11 Dec 2023 16:15:10 GMT and should not be manually modified.

<!-- Start content -->

## 0.73.2

Mon, 11 Dec 2023 16:15:10 GMT

### Patches

- Use HTTP form data as JSArray (#12506) (julio.rocha@microsoft.com)
- Fix FileReader Base64 padding (#12522) (julio.rocha@microsoft.com)

## 0.73.1

Fri, 08 Dec 2023 00:26:16 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.1</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.73.2</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>73</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>1</ReactNativeWindowsPatch>
<ReactNativeWindowsPatch>2</ReactNativeWindowsPatch>
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
<ReactNativeWindowsCommitId>60459824cfc243812bc7a160237633477169144f</ReactNativeWindowsCommitId>
<ReactNativeWindowsCommitId>4896ca53194c4b669cb3d4852b9d2420631f78fc</ReactNativeWindowsCommitId>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion vnext/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.73.1",
"version": "0.73.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 98becca

Please sign in to comment.