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 Aug 14, 2023
1 parent 30ecf04 commit 0e21d1b
Show file tree
Hide file tree
Showing 29 changed files with 152 additions and 74 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.

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.72.1",
"@office-iss/react-native-win32": "0.72.2",
"react": "18.0.0",
"react-native": "^0.72.0"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.72.1",
"@office-iss/react-native-win32": "0.72.2",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.1.15",
"@rnw-scripts/just-task": "2.3.6",
Expand Down
21 changes: 21 additions & 0 deletions packages/@office-iss/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Mon, 14 Aug 2023 15:18:19 GMT",
"tag": "@office-iss/react-native-win32_v0.72.2",
"version": "0.72.2",
"comments": {
"patch": [
{
"author": "email not defined",
"package": "@office-iss/react-native-win32",
"commit": "3e3d2da8e1bc2899525dc48e80d86df4e32c104d",
"comment": "add isDefaultButton check to win32"
},
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@office-iss/react-native-win32",
"commit": "30ecf04918029a8699096532c8b13d4ae7a4b4f3",
"comment": "Add saveAssetPlugin to fix long path assets"
}
]
}
},
{
"date": "Wed, 19 Jul 2023 18:43:52 GMT",
"tag": "@office-iss/react-native-win32_v0.72.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/@office-iss/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @office-iss/react-native-win32

This log was last generated on Wed, 19 Jul 2023 18:43:52 GMT and should not be manually modified.
This log was last generated on Mon, 14 Aug 2023 15:18:19 GMT and should not be manually modified.

<!-- Start content -->

## 0.72.2

Mon, 14 Aug 2023 15:18:19 GMT

### Patches

- add isDefaultButton check to win32 (email not defined)
- Add saveAssetPlugin to fix long path assets (30809111+acoates-ms@users.noreply.github.com)

## 0.72.1

Wed, 19 Jul 2023 18:43:52 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.72.1",
"version": "0.72.2",
"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.4.1",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-windows": "0.72.5",
"react-native-windows": "0.72.6",
"typescript": "^4.9.5"
},
"files": [
Expand Down
21 changes: 21 additions & 0 deletions packages/@react-native-windows/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@react-native-windows/cli",
"entries": [
{
"date": "Mon, 14 Aug 2023 15:18:19 GMT",
"tag": "@react-native-windows/cli_v0.72.2",
"version": "0.72.2",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "219790d9b6aea56a6494dd8e97cc3054bddf47c4",
"comment": "Properly detect the correct machine architecture"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/telemetry to v0.72.1",
"commit": "30ecf04918029a8699096532c8b13d4ae7a4b4f3"
}
]
}
},
{
"date": "Mon, 24 Jul 2023 15:14:19 GMT",
"tag": "@react-native-windows/cli_v0.72.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/@react-native-windows/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @react-native-windows/cli

This log was last generated on Mon, 24 Jul 2023 15:14:19 GMT and should not be manually modified.
This log was last generated on Mon, 14 Aug 2023 15:18:19 GMT and should not be manually modified.

<!-- Start content -->

## 0.72.2

Mon, 14 Aug 2023 15:18:19 GMT

### Patches

- Properly detect the correct machine architecture (jthysell@microsoft.com)
- Bump @react-native-windows/telemetry to v0.72.1

## 0.72.1

Mon, 24 Jul 2023 15:14:19 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.72.1",
"version": "0.72.2",
"license": "MIT",
"main": "lib-commonjs/index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"@react-native-windows/codegen": "0.72.1",
"@react-native-windows/fs": "0.72.0",
"@react-native-windows/package-utils": "0.72.0",
"@react-native-windows/telemetry": "0.72.0",
"@react-native-windows/telemetry": "0.72.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, 14 Aug 2023 15:18:19 GMT",
"tag": "@react-native-windows/telemetry_v0.72.1",
"version": "0.72.1",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/telemetry",
"commit": "219790d9b6aea56a6494dd8e97cc3054bddf47c4",
"comment": "Properly detect the correct machine architecture"
}
]
}
},
{
"date": "Fri, 23 Jun 2023 22:30:08 GMT",
"tag": "@react-native-windows/telemetry_v0.72.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 Fri, 23 Jun 2023 22:30:08 GMT and should not be manually modified.
This log was last generated on Mon, 14 Aug 2023 15:18:19 GMT and should not be manually modified.

<!-- Start content -->

## 0.72.1

Mon, 14 Aug 2023 15:18:19 GMT

### Patches

- Properly detect the correct machine architecture (jthysell@microsoft.com)

## 0.72.0

Fri, 23 Jun 2023 22:30:08 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.72.0",
"version": "0.72.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.0.0",
"react-native": "^0.72.0",
"react-native-windows": "0.72.5",
"react-native-windows": "0.72.6",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.72.3",
"react-native-platform-override": "^1.9.4",
"react-native-windows": "0.72.5",
"react-native-windows": "0.72.6",
"typescript": "^4.9.5"
},
"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 @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-windows": "0.72.5"
"react-native-windows": "0.72.6"
},
"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 @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-windows": "0.72.5",
"react-native-windows": "0.72.6",
"react-native-xaml": "^0.0.74"
},
"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 @@ -17,7 +17,7 @@
"chai": "^4.2.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-windows": "0.72.5"
"react-native-windows": "0.72.6"
},
"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 @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-windows": "0.72.5"
"react-native-windows": "0.72.6"
},
"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.72.0",
"@react-native-windows/telemetry": "0.72.0",
"@react-native-windows/telemetry": "0.72.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"chalk": "^4.1.0",
Expand All @@ -37,7 +37,7 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@react-native-windows/cli": "0.72.1",
"@react-native-windows/cli": "0.72.2",
"@rnw-scripts/eslint-config": "1.1.15",
"@rnw-scripts/jest-unittest-config": "1.5.1",
"@rnw-scripts/just-task": "2.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "^5.30.5",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-windows": "0.72.5"
"react-native-windows": "0.72.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
33 changes: 33 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 14 Aug 2023 15:18:20 GMT",
"tag": "react-native-windows_v0.72.6",
"version": "0.72.6",
"comments": {
"patch": [
{
"author": "lyahdav@users.noreply.github.com",
"package": "react-native-windows",
"commit": "6c35c44137843a6a4cb00db7ca85b9f27270f89e",
"comment": "Make ScrollView and ActivityIndicator not focusable by default"
},
{
"author": "jthysell@microsoft.com",
"package": "react-native-windows",
"commit": "cef0edd96ccf4fb1b909260c1df99db09b4b816e",
"comment": "Enable using newer CppWinRT versions that use WINRT_IMPL_LoadLibraryExW"
},
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "react-native-windows",
"commit": "178ba9220cba610ae329ab1004c4759cae13c07b",
"comment": "Fix warning compiler may not enforce left-to-right evaluation order in braced initializer list"
},
{
"author": "beachball",
"package": "react-native-windows",
"comment": "Bump @react-native-windows/cli to v0.72.2",
"commit": "30ecf04918029a8699096532c8b13d4ae7a4b4f3"
}
]
}
},
{
"date": "Mon, 07 Aug 2023 15:13:38 GMT",
"tag": "react-native-windows_v0.72.5",
Expand Down
13 changes: 12 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - react-native-windows

This log was last generated on Mon, 07 Aug 2023 15:13:38 GMT and should not be manually modified.
This log was last generated on Mon, 14 Aug 2023 15:18:20 GMT and should not be manually modified.

<!-- Start content -->

## 0.72.6

Mon, 14 Aug 2023 15:18:20 GMT

### Patches

- Make ScrollView and ActivityIndicator not focusable by default (lyahdav@users.noreply.github.com)
- Enable using newer CppWinRT versions that use WINRT_IMPL_LoadLibraryExW (jthysell@microsoft.com)
- Fix warning compiler may not enforce left-to-right evaluation order in braced initializer list (30809111+acoates-ms@users.noreply.github.com)
- Bump @react-native-windows/cli to v0.72.2

## 0.72.5

Mon, 07 Aug 2023 15:13:38 GMT
Expand Down

0 comments on commit 0e21d1b

Please sign in to comment.