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 Sep 2, 2024
1 parent 6c7cbf2 commit 3a15ac1
Show file tree
Hide file tree
Showing 33 changed files with 175 additions and 97 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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"flow-enums-runtime": "^0.0.5"
},
"peerDependencies": {
"@office-iss/react-native-win32": "0.75.0",
"@office-iss/react-native-win32": "0.75.1",
"react": "18.3.1",
"react-native": "^0.75.2"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.75.0",
"@office-iss/react-native-win32": "0.75.1",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.23",
"@rnw-scripts/just-task": "2.3.40",
Expand Down
15 changes: 15 additions & 0 deletions packages/@office-iss/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Mon, 02 Sep 2024 15:14:59 GMT",
"version": "0.75.1",
"tag": "@office-iss/react-native-win32_v0.75.1",
"comments": {
"patch": [
{
"author": "tatianakapos@microsoft.com",
"package": "@office-iss/react-native-win32",
"commit": "576f06fd10e020c30e9e204e189c5133a0cbd038",
"comment": "integrate 0.75.2"
}
]
}
},
{
"date": "Mon, 19 Aug 2024 20:18:59 GMT",
"version": "0.75.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/@office-iss/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @office-iss/react-native-win32

This log was last generated on Mon, 19 Aug 2024 20:18:59 GMT and should not be manually modified.
This log was last generated on Mon, 02 Sep 2024 15:14:59 GMT and should not be manually modified.

<!-- Start content -->

## 0.75.1

Mon, 02 Sep 2024 15:14:59 GMT

### Patches

- integrate 0.75.2 (tatianakapos@microsoft.com)

## 0.75.0

Mon, 19 Aug 2024 20:18:59 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@office-iss/react-native-win32",
"version": "0.75.0",
"version": "0.75.1",
"description": "Implementation of react native on top of Office's Win32 platform.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "2.8.8",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native-windows": "0.75.0",
"react-native-windows": "0.75.1",
"typescript": "5.0.4"
},
"files": [
Expand Down
33 changes: 33 additions & 0 deletions packages/@react-native-windows/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@react-native-windows/cli",
"entries": [
{
"date": "Mon, 02 Sep 2024 15:14:59 GMT",
"version": "0.75.1",
"tag": "@react-native-windows/cli_v0.75.1",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "d03d305b2c997e8d8b3f775a0351d5f1654de0ec",
"comment": "Update templates to calculate rnwPath for *.sln files"
},
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "79dfcfc76abbc951f3aa0b4c508b595addf8458b",
"comment": "Fix run-windows --singleproc to override high memory"
},
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "e0419218dbfadc01cc12e263e588863c58eb4b6c",
"comment": "Improve new project name(space) validation and cleaning"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/telemetry to v0.75.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 19 Aug 2024 20:18:59 GMT",
"version": "0.75.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/@react-native-windows/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @react-native-windows/cli

This log was last generated on Mon, 19 Aug 2024 20:18:59 GMT and should not be manually modified.
This log was last generated on Mon, 02 Sep 2024 15:14:59 GMT and should not be manually modified.

<!-- Start content -->

## 0.75.1

Mon, 02 Sep 2024 15:14:59 GMT

### Patches

- Update templates to calculate rnwPath for *.sln files (jthysell@microsoft.com)
- Fix run-windows --singleproc to override high memory (jthysell@microsoft.com)
- Improve new project name(space) validation and cleaning (jthysell@microsoft.com)
- Bump @react-native-windows/telemetry to v0.75.1

## 0.75.0

Mon, 19 Aug 2024 20:18:59 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/cli",
"version": "0.75.0",
"version": "0.75.1",
"license": "MIT",
"main": "lib-commonjs/index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"@react-native-windows/codegen": "0.75.0",
"@react-native-windows/fs": "0.75.0",
"@react-native-windows/package-utils": "0.75.0",
"@react-native-windows/telemetry": "0.75.0",
"@react-native-windows/telemetry": "0.75.1",
"@xmldom/xmldom": "^0.7.7",
"chalk": "^4.1.0",
"cli-spinners": "^2.2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/@react-native-windows/telemetry/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/telemetry",
"entries": [
{
"date": "Mon, 02 Sep 2024 15:15:00 GMT",
"version": "0.75.1",
"tag": "@react-native-windows/telemetry_v0.75.1",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/telemetry",
"commit": "e0419218dbfadc01cc12e263e588863c58eb4b6c",
"comment": "Improve new project name(space) validation and cleaning"
}
]
}
},
{
"date": "Mon, 19 Aug 2024 20:18:58 GMT",
"version": "0.75.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/telemetry

This log was last generated on Mon, 19 Aug 2024 20:18:58 GMT and should not be manually modified.
This log was last generated on Mon, 02 Sep 2024 15:15:00 GMT and should not be manually modified.

<!-- Start content -->

## 0.75.1

Mon, 02 Sep 2024 15:15:00 GMT

### Patches

- Improve new project name(space) validation and cleaning (jthysell@microsoft.com)

## 0.75.0

Mon, 19 Aug 2024 20:18:58 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/telemetry",
"version": "0.75.0",
"version": "0.75.1",
"license": "MIT",
"main": "lib-commonjs/index.js",
"typings": "lib-commonjs/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@react-native-picker/picker": "2.4.10",
"react": "18.3.1",
"react-native": "^0.75.2",
"react-native-windows": "0.75.0",
"react-native-windows": "0.75.1",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.75.2",
"react-native-platform-override": "^1.9.42",
"react-native-windows": "0.75.0",
"react-native-windows": "0.75.1",
"typescript": "5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "^18.2.0",
"react-native": "0.75.2",
"react-native-windows": "0.75.0"
"react-native-windows": "0.75.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "^18.2.0",
"react-native": "0.75.2",
"react-native-windows": "0.75.0",
"react-native-windows": "0.75.1",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"chai": "^4.2.0",
"react": "^18.2.0",
"react-native": "0.75.2",
"react-native-windows": "0.75.0"
"react-native-windows": "0.75.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "^18.2.0",
"react-native": "0.75.2",
"react-native-windows": "0.75.0"
"react-native-windows": "0.75.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-windows-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@react-native-windows/fs": "0.75.0",
"@react-native-windows/telemetry": "0.75.0",
"@react-native-windows/telemetry": "0.75.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.57.1",
"chalk": "^4.1.0",
Expand All @@ -37,7 +37,7 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@react-native-windows/cli": "0.75.0",
"@react-native-windows/cli": "0.75.1",
"@rnw-scripts/eslint-config": "1.2.23",
"@rnw-scripts/jest-unittest-config": "1.5.8",
"@rnw-scripts/just-task": "2.3.40",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "^18.2.0",
"react-native": "0.75.2",
"react-native-windows": "0.75.0"
"react-native-windows": "0.75.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sample-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@typescript-eslint/parser": "^5.57.1",
"react": "^18.2.0",
"react-native": "0.75.2",
"react-native-windows": "0.75.0"
"react-native-windows": "0.75.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-windows/cli": "0.75.0",
"@react-native-windows/cli": "0.75.1",
"@react-native-windows/codegen": "0.75.0",
"@react-native/metro-config": "0.75.2",
"@rnw-scripts/babel-react-native-config": "0.0.0",
Expand Down
Loading

0 comments on commit 3a15ac1

Please sign in to comment.