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 15, 2022
1 parent 030cfbb commit 49cf9d8
Show file tree
Hide file tree
Showing 29 changed files with 180 additions and 56 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.20.0"
},
"peerDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.159",
"@office-iss/react-native-win32": "^0.0.0-canary.160",
"react": "18.0.0",
"react-native": "0.0.0-20220714-2051-8af7870c6"
},
"devDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.159",
"@office-iss/react-native-win32": "^0.0.0-canary.160",
"@rnw-scripts/eslint-config": "1.1.13",
"@rnw-scripts/just-task": "2.2.5",
"@rnw-scripts/ts-config": "2.0.2",
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": "Thu, 15 Sep 2022 05:11:51 GMT",
"tag": "@office-iss/react-native-win32_v0.0.0-canary.160",
"version": "0.0.0-canary.160",
"comments": {
"prerelease": [
{
"author": "patboyd@microsoft.com",
"package": "@office-iss/react-native-win32",
"commit": "6a5b394611088bc363afc319c5eeca5df6d3102e",
"comment": "Add Dimensions.win32 implementation to support text scale factor"
}
]
}
},
{
"date": "Mon, 12 Sep 2022 20:01:46 GMT",
"tag": "@office-iss/react-native-win32_v0.0.0-canary.159",
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, 12 Sep 2022 20:01:46 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 05:11:51 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0-canary.160

Thu, 15 Sep 2022 05:11:51 GMT

### Changes

- Add Dimensions.win32 implementation to support text scale factor (patboyd@microsoft.com)

## 0.0.0-canary.159

Mon, 12 Sep 2022 20:01:46 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.0.0-canary.159",
"version": "0.0.0-canary.160",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
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": "Thu, 15 Sep 2022 05:11:51 GMT",
"tag": "@react-native-windows/automation-channel_v0.1.122",
"version": "0.1.122",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/automation-channel",
"commit": "b97559d17e8f4426a71d0e744849e688bf6c81bb",
"comment": "Remove unecessary ResolveNuGetPackages"
},
{
"author": "beachball",
"package": "@react-native-windows/automation-channel",
"comment": "Bump react-native-windows to v0.0.0-canary.548",
"commit": "030cfbb7588ac97c9f2675fa6b5ab8c942a5ab00"
}
]
}
},
{
"date": "Wed, 14 Sep 2022 05:12:19 GMT",
"tag": "@react-native-windows/automation-channel_v0.1.121",
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 Wed, 14 Sep 2022 05:12:19 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 05:11:51 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.122

Thu, 15 Sep 2022 05:11:51 GMT

### Patches

- Remove unecessary ResolveNuGetPackages (jthysell@microsoft.com)
- Bump react-native-windows to v0.0.0-canary.548

## 0.1.121

Wed, 14 Sep 2022 05:12:19 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.1.121",
"version": "0.1.122",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.4.1",
"react": "18.1.0",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-windows": "^0.0.0-canary.547",
"react-native-windows": "^0.0.0-canary.548",
"typescript": "^4.4.4"
},
"files": [
Expand Down
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": "Thu, 15 Sep 2022 05:11:52 GMT",
"tag": "@react-native-windows/automation-commands_v0.0.160",
"version": "0.0.160",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-commands",
"comment": "Bump @react-native-windows/automation-channel to v0.1.122",
"commit": "030cfbb7588ac97c9f2675fa6b5ab8c942a5ab00"
}
]
}
},
{
"date": "Wed, 14 Sep 2022 05:12:19 GMT",
"tag": "@react-native-windows/automation-commands_v0.0.159",
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 Wed, 14 Sep 2022 05:12:19 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 05:11:52 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.160

Thu, 15 Sep 2022 05:11:52 GMT

### Patches

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

## 0.0.159

Wed, 14 Sep 2022 05:12:19 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.0.159",
"version": "0.0.160",
"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.1.121",
"@react-native-windows/automation-channel": "^0.1.122",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0"
},
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": "Thu, 15 Sep 2022 05:11:52 GMT",
"tag": "@react-native-windows/automation_v0.1.133",
"version": "0.1.133",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation",
"comment": "Bump @react-native-windows/automation-channel to v0.1.122",
"commit": "030cfbb7588ac97c9f2675fa6b5ab8c942a5ab00"
}
]
}
},
{
"date": "Wed, 14 Sep 2022 05:12:19 GMT",
"tag": "@react-native-windows/automation_v0.1.132",
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 Wed, 14 Sep 2022 05:12:19 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 05:11:52 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.133

Thu, 15 Sep 2022 05:11:52 GMT

### Patches

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

## 0.1.132

Wed, 14 Sep 2022 05:12:19 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.1.132",
"version": "0.1.133",
"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.1.121",
"@react-native-windows/automation-channel": "^0.1.122",
"@react-native-windows/fs": "^0.0.0-canary.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
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.2.0",
"react": "18.0.0",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-windows": "^0.0.0-canary.547",
"react-native-windows": "^0.0.0-canary.548",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-platform-override": "^1.6.13",
"react-native-windows": "^0.0.0-canary.547",
"react-native-windows": "^0.0.0-canary.548",
"typescript": "^4.4.4"
},
"engines": {
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": "Thu, 15 Sep 2022 05:11:52 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.1.133",
"commit": "030cfbb7588ac97c9f2675fa6b5ab8c942a5ab00"
}
]
}
},
{
"date": "Wed, 14 Sep 2022 05:12:19 GMT",
"tag": "debug-test_v0.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/debug-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Change Log - debug-test

This log was last generated on Wed, 14 Sep 2022 05:12:19 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 05:11:52 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0

Thu, 15 Sep 2022 05:11:52 GMT

### Patches

- Bump @react-native-windows/automation to v0.1.133

## 0.0.0

Wed, 14 Sep 2022 05:12:19 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion packages/debug-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint:fix": "rnw-scripts lint:fix"
},
"devDependencies": {
"@react-native-windows/automation": "^0.1.132",
"@react-native-windows/automation": "^0.1.133",
"@react-native-windows/fs": "^0.0.0-canary.5",
"@rnw-scripts/eslint-config": "1.1.13",
"@types/jest": "^26.0.20",
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@react-native-picker/picker": "2.2.0",
"@react-native-windows/automation-channel": "^0.1.121",
"@react-native-windows/automation-channel": "^0.1.122",
"@react-native-windows/tester": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.1.0",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-windows": "^0.0.0-canary.547",
"react-native-windows": "^0.0.0-canary.548",
"react-native-xaml": "^0.0.68"
},
"devDependencies": {
Expand All @@ -28,8 +28,8 @@
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@react-native-windows/automation": "^0.1.132",
"@react-native-windows/automation-commands": "^0.0.159",
"@react-native-windows/automation": "^0.1.133",
"@react-native-windows/automation-commands": "^0.0.160",
"@react-native-windows/virtualized-list": "0.0.0-canary.49",
"@rnw-scripts/babel-node-config": "2.0.6",
"@rnw-scripts/eslint-config": "1.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"integration-test": "jest --config jest.integration.config.js --runInBand --verbose"
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.1.121",
"@react-native-windows/automation-channel": "^0.1.122",
"@react-native-windows/fs": "^0.0.0-canary.5",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.2.0",
"react": "18.1.0",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-windows": "^0.0.0-canary.547"
"react-native-windows": "^0.0.0-canary.548"
},
"devDependencies": {
"@babel/core": "^7.14.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.1.0",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-windows": "^0.0.0-canary.547"
"react-native-windows": "^0.0.0-canary.548"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down

0 comments on commit 49cf9d8

Please sign in to comment.