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 Oct 19, 2022
1 parent db9df2c commit 509fb6b
Show file tree
Hide file tree
Showing 32 changed files with 225 additions and 71 deletions.

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 @@ -16,12 +16,12 @@
"@typescript-eslint/parser": "^5.30.5"
},
"peerDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.163",
"@office-iss/react-native-win32": "^0.0.0-canary.164",
"react": "18.0.0",
"react-native": "0.0.0-20220826-2018-9ac437f25"
},
"devDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.163",
"@office-iss/react-native-win32": "^0.0.0-canary.164",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.1.14",
"@rnw-scripts/just-task": "2.2.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": "Wed, 19 Oct 2022 05:12:34 GMT",
"tag": "@office-iss/react-native-win32_v0.0.0-canary.164",
"version": "0.0.0-canary.164",
"comments": {
"prerelease": [
{
"author": "tatianakapos@microsoft.com",
"package": "@office-iss/react-native-win32",
"commit": "0eb177c4044f544da305491d2bc05251e3b70496",
"comment": "integration 8/26/22"
},
{
"author": "beachball",
"package": "@office-iss/react-native-win32",
"comment": "Bump @react-native-windows/virtualized-list to v0.0.0-canary.53",
"commit": "db9df2cef0331eea512f1e71a62db849afd8fdc1"
}
]
}
},
{
"date": "Sat, 15 Oct 2022 05:11:58 GMT",
"tag": "@office-iss/react-native-win32_v0.0.0-canary.163",
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 Sat, 15 Oct 2022 05:11:58 GMT and should not be manually modified.
This log was last generated on Wed, 19 Oct 2022 05:12:34 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0-canary.164

Wed, 19 Oct 2022 05:12:34 GMT

### Changes

- integration 8/26/22 (tatianakapos@microsoft.com)
- Bump @react-native-windows/virtualized-list to v0.0.0-canary.53

## 0.0.0-canary.163

Sat, 15 Oct 2022 05:11:58 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.0.0-canary.163",
"version": "0.0.0-canary.164",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
Expand All @@ -25,7 +25,7 @@
"@react-native-community/cli": "^9.0.0",
"@react-native-community/cli-platform-android": "^9.0.0",
"@react-native-community/cli-platform-ios": "^9.0.0",
"@react-native-windows/virtualized-list": "0.0.0-canary.52",
"@react-native-windows/virtualized-list": "0.0.0-canary.53",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
"@react-native/polyfills": "2.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/@react-native-windows/automation-channel/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@react-native-windows/automation-channel",
"entries": [
{
"date": "Wed, 19 Oct 2022 05:12:35 GMT",
"tag": "@react-native-windows/automation-channel_v0.3.0",
"version": "0.3.0",
"comments": {
"minor": [
{
"author": "tatianakapos@microsoft.com",
"package": "@react-native-windows/automation-channel",
"commit": "0eb177c4044f544da305491d2bc05251e3b70496",
"comment": "integration 8/26/22"
},
{
"author": "beachball",
"package": "@react-native-windows/automation-channel",
"comment": "Bump react-native-windows to v0.0.0-canary.566",
"commit": "db9df2cef0331eea512f1e71a62db849afd8fdc1"
}
]
}
},
{
"date": "Tue, 18 Oct 2022 05:12:09 GMT",
"tag": "@react-native-windows/automation-channel_v0.2.6",
Expand Down
11 changes: 10 additions & 1 deletion packages/@react-native-windows/automation-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @react-native-windows/automation-channel

This log was last generated on Tue, 18 Oct 2022 05:12:09 GMT and should not be manually modified.
This log was last generated on Wed, 19 Oct 2022 05:12:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.3.0

Wed, 19 Oct 2022 05:12:35 GMT

### Minor changes

- integration 8/26/22 (tatianakapos@microsoft.com)
- Bump react-native-windows to v0.0.0-canary.566

## 0.2.6

Tue, 18 Oct 2022 05:12:09 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/automation-channel",
"version": "0.2.6",
"version": "0.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.0.0-20220826-2018-9ac437f25",
"react-native-windows": "^0.0.0-canary.565",
"react-native-windows": "^0.0.0-canary.566",
"typescript": "^4.4.4"
},
"files": [
Expand All @@ -42,4 +42,4 @@
"engines": {
"node": ">= 14"
}
}
}
15 changes: 15 additions & 0 deletions packages/@react-native-windows/automation-commands/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/automation-commands",
"entries": [
{
"date": "Wed, 19 Oct 2022 05:12:35 GMT",
"tag": "@react-native-windows/automation-commands_v0.1.7",
"version": "0.1.7",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-commands",
"comment": "Bump @react-native-windows/automation-channel to v0.3.0",
"commit": "db9df2cef0331eea512f1e71a62db849afd8fdc1"
}
]
}
},
{
"date": "Tue, 18 Oct 2022 05:12:09 GMT",
"tag": "@react-native-windows/automation-commands_v0.1.6",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/automation-commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/automation-commands

This log was last generated on Tue, 18 Oct 2022 05:12:09 GMT and should not be manually modified.
This log was last generated on Wed, 19 Oct 2022 05:12:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.7

Wed, 19 Oct 2022 05:12:35 GMT

### Patches

- Bump @react-native-windows/automation-channel to v0.3.0

## 0.1.6

Tue, 18 Oct 2022 05:12:09 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/automation-commands",
"version": "0.1.6",
"version": "0.1.7",
"description": "Allows controlling your react-native-windows application",
"main": "lib-commonjs/index.js",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.2.6",
"@react-native-windows/automation-channel": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/@react-native-windows/automation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/automation",
"entries": [
{
"date": "Wed, 19 Oct 2022 05:12:35 GMT",
"tag": "@react-native-windows/automation_v0.2.7",
"version": "0.2.7",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation",
"comment": "Bump @react-native-windows/automation-channel to v0.3.0",
"commit": "db9df2cef0331eea512f1e71a62db849afd8fdc1"
}
]
}
},
{
"date": "Tue, 18 Oct 2022 05:12:09 GMT",
"tag": "@react-native-windows/automation_v0.2.6",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/automation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/automation

This log was last generated on Tue, 18 Oct 2022 05:12:09 GMT and should not be manually modified.
This log was last generated on Wed, 19 Oct 2022 05:12:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.7

Wed, 19 Oct 2022 05:12:35 GMT

### Patches

- Bump @react-native-windows/automation-channel to v0.3.0

## 0.2.6

Tue, 18 Oct 2022 05:12:09 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/automation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/automation",
"version": "0.2.6",
"version": "0.2.7",
"description": "UI Automation Suite for React Native Windows Applications",
"main": "lib-commonjs/index.js",
"repository": "https://github.com/microsoft/react-native-windows",
Expand All @@ -14,7 +14,7 @@
"watch": "rnw-scripts watch"
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.2.6",
"@react-native-windows/automation-channel": "^0.3.0",
"@react-native-windows/fs": "^0.0.0-canary.7",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-native-windows/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@react-native-picker/picker": "2.2.0",
"react": "18.0.0",
"react-native": "0.0.0-20220826-2018-9ac437f25",
"react-native-windows": "^0.0.0-canary.565",
"react-native-windows": "^0.0.0-canary.566",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -32,10 +32,10 @@
"just-scripts": "^1.3.3",
"react-native": "0.0.0-20220826-2018-9ac437f25",
"react-native-platform-override": "^1.7.1",
"react-native-windows": "^0.0.0-canary.565",
"react-native-windows": "^0.0.0-canary.566",
"typescript": "^4.4.4"
},
"engines": {
"node": ">= 14"
}
}
}
15 changes: 15 additions & 0 deletions packages/@react-native-windows/virtualized-list/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/virtualized-list",
"entries": [
{
"date": "Wed, 19 Oct 2022 05:12:35 GMT",
"tag": "@react-native-windows/virtualized-list_v0.0.0-canary.53",
"version": "0.0.0-canary.53",
"comments": {
"prerelease": [
{
"author": "tatianakapos@microsoft.com",
"package": "@react-native-windows/virtualized-list",
"commit": "0eb177c4044f544da305491d2bc05251e3b70496",
"comment": "integration 8/26/22"
}
]
}
},
{
"date": "Sat, 15 Oct 2022 05:11:59 GMT",
"tag": "@react-native-windows/virtualized-list_v0.0.0-canary.52",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/virtualized-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/virtualized-list

This log was last generated on Sat, 15 Oct 2022 05:11:59 GMT and should not be manually modified.
This log was last generated on Wed, 19 Oct 2022 05:12:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0-canary.53

Wed, 19 Oct 2022 05:12:35 GMT

### Changes

- integration 8/26/22 (tatianakapos@microsoft.com)

## 0.0.0-canary.52

Sat, 15 Oct 2022 05:11:59 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/virtualized-list",
"version": "0.0.0-canary.52",
"version": "0.0.0-canary.53",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/debug-test/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "debug-test",
"entries": [
{
"date": "Wed, 19 Oct 2022 05:12:35 GMT",
"tag": "debug-test_v0.0.0",
"version": "0.0.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "debug-test",
"comment": "Bump @react-native-windows/automation to v0.2.7",
"commit": "db9df2cef0331eea512f1e71a62db849afd8fdc1"
}
]
}
},
{
"date": "Tue, 18 Oct 2022 05:12:09 GMT",
"tag": "debug-test_v0.0.0",
Expand Down

0 comments on commit 509fb6b

Please sign in to comment.