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 4, 2023
1 parent 24fa0f1 commit c17b1a2
Show file tree
Hide file tree
Showing 56 changed files with 376 additions and 171 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.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 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.0-preview.1",
"@office-iss/react-native-win32": "0.72.0-preview.2",
"react": "18.0.0",
"react-native": "0.0.0-20230321-2153-7b86e3aae"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.72.0-preview.1",
"@office-iss/react-native-win32": "0.72.0-preview.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 All @@ -37,4 +37,4 @@
"engines": {
"node": ">= 16"
}
}
}
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": "Thu, 04 May 2023 20:58:53 GMT",
"tag": "@office-iss/react-native-win32_v0.72.0-preview.2",
"version": "0.72.0-preview.2",
"comments": {
"prerelease": [
{
"author": "34109996+chiaramooney@users.noreply.github.com",
"package": "@office-iss/react-native-win32",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3",
"comment": "Backport Node 16"
},
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@office-iss/react-native-win32",
"commit": "21a4e87e85843172b418de409bc2bd27fa273d8e",
"comment": "Fix ref's on ViewWin32 (enables ViewWin32.focus() calls to work again)"
}
]
}
},
{
"date": "Mon, 01 May 2023 16:43:57 GMT",
"tag": "@office-iss/react-native-win32_v0.72.0-preview.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 Mon, 01 May 2023 16:43:57 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 20:58:53 GMT and should not be manually modified.

<!-- Start content -->

## 0.72.0-preview.2

Thu, 04 May 2023 20:58:53 GMT

### Changes

- Backport Node 16 (34109996+chiaramooney@users.noreply.github.com)
- Fix ref's on ViewWin32 (enables ViewWin32.focus() calls to work again) (30809111+acoates-ms@users.noreply.github.com)

## 0.72.0-preview.1

Mon, 01 May 2023 16:43:57 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.0-preview.1",
"version": "0.72.0-preview.2",
"description": "Implementation of react native on top of Office's Win32 platform.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -103,4 +103,4 @@
"engines": {
"node": ">= 16"
}
}
}
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.0-rc.1",
"react-native-windows": "0.72.0-preview.1",
"react-native-windows": "0.72.0-preview.2",
"typescript": "^4.9.5"
},
"files": [
Expand All @@ -43,4 +43,4 @@
"node": ">= 16"
},
"private": true
}
}
4 changes: 2 additions & 2 deletions packages/@react-native-windows/automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.10.5",
"@react-native-windows/fs": "0.72.0-preview.1",
"@react-native-windows/fs": "0.72.0-preview.2",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -51,4 +51,4 @@
"engines": {
"node": ">= 16"
}
}
}
45 changes: 45 additions & 0 deletions packages/@react-native-windows/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
{
"name": "@react-native-windows/cli",
"entries": [
{
"date": "Thu, 04 May 2023 20:58:54 GMT",
"tag": "@react-native-windows/cli_v0.72.0-preview.2",
"version": "0.72.0-preview.2",
"comments": {
"prerelease": [
{
"author": "34109996+chiaramooney@users.noreply.github.com",
"package": "@react-native-windows/cli",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3",
"comment": "Backport Node 16"
},
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@react-native-windows/cli",
"commit": "9b326ff3b91871e8c70ef55f870753e31be8f603",
"comment": "Avoid having to launch PowerShell for every react-native config query"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/codegen to v0.72.0-preview.2",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/fs to v0.72.0-preview.2",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/package-utils to v0.72.0-preview.2",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/telemetry to v0.72.0-preview.2",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3"
}
]
}
},
{
"date": "Mon, 01 May 2023 16:43:57 GMT",
"tag": "@react-native-windows/cli_v0.72.0-preview.1",
Expand Down
15 changes: 14 additions & 1 deletion packages/@react-native-windows/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @react-native-windows/cli

This log was last generated on Mon, 01 May 2023 16:43:57 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 20:58:54 GMT and should not be manually modified.

<!-- Start content -->

## 0.72.0-preview.2

Thu, 04 May 2023 20:58:54 GMT

### Changes

- Backport Node 16 (34109996+chiaramooney@users.noreply.github.com)
- Avoid having to launch PowerShell for every react-native config query (30809111+acoates-ms@users.noreply.github.com)
- Bump @react-native-windows/codegen to v0.72.0-preview.2
- Bump @react-native-windows/fs to v0.72.0-preview.2
- Bump @react-native-windows/package-utils to v0.72.0-preview.2
- Bump @react-native-windows/telemetry to v0.72.0-preview.2

## 0.72.0-preview.1

Mon, 01 May 2023 16:43:57 GMT
Expand Down
12 changes: 6 additions & 6 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.0-preview.1",
"version": "0.72.0-preview.2",
"license": "MIT",
"main": "lib-commonjs/index.js",
"repository": {
Expand All @@ -17,10 +17,10 @@
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/codegen": "0.72.0-preview.1",
"@react-native-windows/fs": "0.72.0-preview.1",
"@react-native-windows/package-utils": "0.72.0-preview.1",
"@react-native-windows/telemetry": "0.72.0-preview.1",
"@react-native-windows/codegen": "0.72.0-preview.2",
"@react-native-windows/fs": "0.72.0-preview.2",
"@react-native-windows/package-utils": "0.72.0-preview.2",
"@react-native-windows/telemetry": "0.72.0-preview.2",
"@xmldom/xmldom": "^0.7.7",
"chalk": "^4.1.0",
"cli-spinners": "^2.2.0",
Expand Down Expand Up @@ -86,4 +86,4 @@
"engines": {
"node": ">= 16"
}
}
}
21 changes: 21 additions & 0 deletions packages/@react-native-windows/codegen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@react-native-windows/codegen",
"entries": [
{
"date": "Thu, 04 May 2023 20:58:54 GMT",
"tag": "@react-native-windows/codegen_v0.72.0-preview.2",
"version": "0.72.0-preview.2",
"comments": {
"prerelease": [
{
"author": "34109996+chiaramooney@users.noreply.github.com",
"package": "@react-native-windows/codegen",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3",
"comment": "Backport Node 16"
},
{
"author": "beachball",
"package": "@react-native-windows/codegen",
"comment": "Bump @react-native-windows/fs to v0.72.0-preview.2",
"commit": "24fa0f13c7523c9ab499b0d8c9514cb7dc369ad3"
}
]
}
},
{
"date": "Mon, 01 May 2023 16:43:58 GMT",
"tag": "@react-native-windows/codegen_v0.72.0-preview.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/@react-native-windows/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @react-native-windows/codegen

This log was last generated on Mon, 01 May 2023 16:43:58 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 20:58:54 GMT and should not be manually modified.

<!-- Start content -->

## 0.72.0-preview.2

Thu, 04 May 2023 20:58:54 GMT

### Changes

- Backport Node 16 (34109996+chiaramooney@users.noreply.github.com)
- Bump @react-native-windows/fs to v0.72.0-preview.2

## 0.72.0-preview.1

Mon, 01 May 2023 16:43:58 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-native-windows/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/codegen",
"version": "0.72.0-preview.1",
"version": "0.72.0-preview.2",
"description": "Generators for react-native-codegen targeting react-native-windows",
"main": "lib-commonjs/index.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
"react-native-windows-codegen": "./bin.js"
},
"dependencies": {
"@react-native-windows/fs": "0.72.0-preview.1",
"@react-native-windows/fs": "0.72.0-preview.2",
"chalk": "^4.1.0",
"globby": "^11.0.4",
"mustache": "^4.0.1",
Expand Down Expand Up @@ -68,4 +68,4 @@
"engines": {
"node": ">= 16"
}
}
}

0 comments on commit c17b1a2

Please sign in to comment.