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 Apr 23, 2024
1 parent 377d16d commit 9457ce7
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 40 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -32,7 +32,7 @@
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.74.0-rc.9",
"react-native-windows": "0.74.0-preview.3",
"react-native-windows": "0.74.0-preview.4",
"typescript": "5.0.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.4.10",
"react": "18.0.0",
"react-native": "0.74.0-rc.9",
"react-native-windows": "0.74.0-preview.3",
"react-native-windows": "0.74.0-preview.4",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.74.0-rc.9",
"react-native-platform-override": "^1.9.25",
"react-native-windows": "0.74.0-preview.3",
"react-native-windows": "0.74.0-preview.4",
"typescript": "5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app-fabric/package.json
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.74.0-rc.9",
"react-native-windows": "0.74.0-preview.3"
"react-native-windows": "0.74.0-preview.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.74.0-rc.9",
"react-native-windows": "0.74.0-preview.3",
"react-native-windows": "0.74.0-preview.4",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-app/package.json
Expand Up @@ -18,7 +18,7 @@
"chai": "^4.2.0",
"react": "18.2.0",
"react-native": "0.74.0-rc.9",
"react-native-windows": "0.74.0-preview.3"
"react-native-windows": "0.74.0-preview.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.74.0-rc.9",
"react-native-windows": "0.74.0-preview.3"
"react-native-windows": "0.74.0-preview.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-apps/package.json
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^5.57.1",
"react": "18.2.0",
"react-native": "0.74.0-rc.9",
"react-native-windows": "0.74.0-preview.3"
"react-native-windows": "0.74.0-preview.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
33 changes: 33 additions & 0 deletions vnext/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Tue, 23 Apr 2024 23:07:50 GMT",
"version": "0.74.0-preview.4",
"tag": "react-native-windows_v0.74.0-preview.4",
"comments": {
"prerelease": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "react-native-windows",
"commit": "377d16da702ed9ba7e7e66cc3483fffe72d56d9e",
"comment": "Move CompositionSwitcher to Experimental namespace"
},
{
"author": "jthysell@microsoft.com",
"package": "react-native-windows",
"commit": "a399157c81c94778117b2ad1cfb74c4f97b3a234",
"comment": "Add builds and nugets for MS.RN Fabric"
},
{
"author": "jthysell@microsoft.com",
"package": "react-native-windows",
"commit": "4b3db7970fbaf555fb102ef2da7414b146aca852",
"comment": "Package Playground Composition"
},
{
"author": "jthysell@microsoft.com",
"package": "react-native-windows",
"commit": "a399157c81c94778117b2ad1cfb74c4f97b3a234",
"comment": "Fix Microsoft.ReactNative.IntegrationTests to run with Fabric"
}
]
}
},
{
"date": "Mon, 22 Apr 2024 15:16:53 GMT",
"version": "0.74.0-preview.3",
Expand Down
13 changes: 12 additions & 1 deletion vnext/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - react-native-windows

This log was last generated on Mon, 22 Apr 2024 15:16:53 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2024 23:07:50 GMT and should not be manually modified.

<!-- Start content -->

## 0.74.0-preview.4

Tue, 23 Apr 2024 23:07:50 GMT

### Changes

- Move CompositionSwitcher to Experimental namespace (30809111+acoates-ms@users.noreply.github.com)
- Add builds and nugets for MS.RN Fabric (jthysell@microsoft.com)
- Package Playground Composition (jthysell@microsoft.com)
- Fix Microsoft.ReactNative.IntegrationTests to run with Fabric (jthysell@microsoft.com)

## 0.74.0-preview.3

Mon, 22 Apr 2024 15:16:53 GMT
Expand Down
4 changes: 2 additions & 2 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.74.0-preview.3</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.74.0-preview.4</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
<ReactNativeWindowsCommitId>a7fbde79bab1d8ce811614bfaa5d2770d6c69041</ReactNativeWindowsCommitId>
<ReactNativeWindowsCommitId>377d16da702ed9ba7e7e66cc3483fffe72d56d9e</ReactNativeWindowsCommitId>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion vnext/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.74.0-preview.3",
"version": "0.74.0-preview.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9457ce7

Please sign in to comment.