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 24, 2022
1 parent 230b1a0 commit 87a514d
Show file tree
Hide file tree
Showing 37 changed files with 281 additions and 67 deletions.

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 @@ -16,20 +16,20 @@
"@typescript-eslint/parser": "^5.20.0"
},
"peerDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.160",
"@office-iss/react-native-win32": "^0.0.0-canary.161",
"react": "18.0.0",
"react-native": "0.0.0-20220714-2051-8af7870c6"
},
"devDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.160",
"@office-iss/react-native-win32": "^0.0.0-canary.161",
"@rnw-scripts/eslint-config": "1.1.13",
"@rnw-scripts/just-task": "2.2.5",
"@rnw-scripts/ts-config": "2.0.2",
"@types/node": "^14.14.22",
"eslint": "^7.32.0",
"just-scripts": "^1.3.3",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-platform-override": "^1.6.13",
"react-native-platform-override": "^1.6.14",
"typescript": "^4.4.4"
},
"engines": {
Expand Down
27 changes: 27 additions & 0 deletions packages/@office-iss/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Sat, 24 Sep 2022 05:11:51 GMT",
"tag": "@office-iss/react-native-win32_v0.0.0-canary.161",
"version": "0.0.0-canary.161",
"comments": {
"prerelease": [
{
"author": "julio.rocha@microsoft.com",
"package": "@office-iss/react-native-win32",
"commit": "230b1a05549ebe696e76592c908ed05ac1623376",
"comment": "Consolidate JavaScript HTTP module specifications"
},
{
"author": "beachball",
"package": "@office-iss/react-native-win32",
"comment": "Bump @react-native-windows/virtualized-list to v0.0.0-canary.50",
"commit": "230b1a05549ebe696e76592c908ed05ac1623376"
},
{
"author": "beachball",
"package": "@office-iss/react-native-win32",
"comment": "Bump react-native-platform-override to v1.6.14",
"commit": "230b1a05549ebe696e76592c908ed05ac1623376"
}
]
}
},
{
"date": "Thu, 15 Sep 2022 05:11:51 GMT",
"tag": "@office-iss/react-native-win32_v0.0.0-canary.160",
Expand Down
12 changes: 11 additions & 1 deletion packages/@office-iss/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @office-iss/react-native-win32

This log was last generated on Thu, 15 Sep 2022 05:11:51 GMT and should not be manually modified.
This log was last generated on Sat, 24 Sep 2022 05:11:51 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0-canary.161

Sat, 24 Sep 2022 05:11:51 GMT

### Changes

- Consolidate JavaScript HTTP module specifications (julio.rocha@microsoft.com)
- Bump @react-native-windows/virtualized-list to v0.0.0-canary.50
- Bump react-native-platform-override to v1.6.14

## 0.0.0-canary.160

Thu, 15 Sep 2022 05:11:51 GMT
Expand Down
6 changes: 3 additions & 3 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.160",
"version": "0.0.0-canary.161",
"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-alpha.3",
"@react-native-community/cli-platform-android": "^9.0.0-alpha.3",
"@react-native-community/cli-platform-ios": "^9.0.0-alpha.3",
"@react-native-windows/virtualized-list": "0.0.0-canary.49",
"@react-native-windows/virtualized-list": "0.0.0-canary.50",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
"@react-native/polyfills": "2.0.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"prettier": "^2.4.1",
"react": "18.1.0",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-platform-override": "^1.6.13",
"react-native-platform-override": "^1.6.14",
"react-shallow-renderer": "16.14.1",
"typescript": "^4.4.4"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/@react-native-windows/automation-channel/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/automation-channel",
"entries": [
{
"date": "Sat, 24 Sep 2022 05:11:52 GMT",
"tag": "@react-native-windows/automation-channel_v0.1.127",
"version": "0.1.127",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-channel",
"comment": "Bump react-native-windows to v0.0.0-canary.553",
"commit": "230b1a05549ebe696e76592c908ed05ac1623376"
}
]
}
},
{
"date": "Fri, 23 Sep 2022 05:11:38 GMT",
"tag": "@react-native-windows/automation-channel_v0.1.126",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/automation-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/automation-channel

This log was last generated on Fri, 23 Sep 2022 05:11:38 GMT and should not be manually modified.
This log was last generated on Sat, 24 Sep 2022 05:11:52 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.127

Sat, 24 Sep 2022 05:11:52 GMT

### Patches

- Bump react-native-windows to v0.0.0-canary.553

## 0.1.126

Fri, 23 Sep 2022 05:11:38 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.126",
"version": "0.1.127",
"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.552",
"react-native-windows": "^0.0.0-canary.553",
"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": "Sat, 24 Sep 2022 05:11:52 GMT",
"tag": "@react-native-windows/automation-commands_v0.0.165",
"version": "0.0.165",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-commands",
"comment": "Bump @react-native-windows/automation-channel to v0.1.127",
"commit": "230b1a05549ebe696e76592c908ed05ac1623376"
}
]
}
},
{
"date": "Fri, 23 Sep 2022 05:11:38 GMT",
"tag": "@react-native-windows/automation-commands_v0.0.164",
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 Fri, 23 Sep 2022 05:11:38 GMT and should not be manually modified.
This log was last generated on Sat, 24 Sep 2022 05:11:52 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.165

Sat, 24 Sep 2022 05:11:52 GMT

### Patches

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

## 0.0.164

Fri, 23 Sep 2022 05:11:38 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.164",
"version": "0.0.165",
"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.126",
"@react-native-windows/automation-channel": "^0.1.127",
"@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": "Sat, 24 Sep 2022 05:11:52 GMT",
"tag": "@react-native-windows/automation_v0.1.138",
"version": "0.1.138",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation",
"comment": "Bump @react-native-windows/automation-channel to v0.1.127",
"commit": "230b1a05549ebe696e76592c908ed05ac1623376"
}
]
}
},
{
"date": "Fri, 23 Sep 2022 05:11:38 GMT",
"tag": "@react-native-windows/automation_v0.1.137",
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 Fri, 23 Sep 2022 05:11:38 GMT and should not be manually modified.
This log was last generated on Sat, 24 Sep 2022 05:11:52 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.138

Sat, 24 Sep 2022 05:11:52 GMT

### Patches

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

## 0.1.137

Fri, 23 Sep 2022 05:11:38 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.137",
"version": "0.1.138",
"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.126",
"@react-native-windows/automation-channel": "^0.1.127",
"@react-native-windows/fs": "^0.0.0-canary.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
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 @@ -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.552",
"react-native-windows": "^0.0.0-canary.553",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -30,8 +30,8 @@
"eslint": "^7.32.0",
"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.552",
"react-native-platform-override": "^1.6.14",
"react-native-windows": "^0.0.0-canary.553",
"typescript": "^4.4.4"
},
"engines": {
Expand Down
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": "Sat, 24 Sep 2022 05:11:52 GMT",
"tag": "@react-native-windows/virtualized-list_v0.0.0-canary.50",
"version": "0.0.0-canary.50",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@react-native-windows/virtualized-list",
"comment": "Bump react-native-platform-override to v1.6.14",
"commit": "230b1a05549ebe696e76592c908ed05ac1623376"
}
]
}
},
{
"date": "Sat, 20 Aug 2022 05:08:54 GMT",
"tag": "@react-native-windows/virtualized-list_v0.0.0-canary.49",
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, 20 Aug 2022 05:08:54 GMT and should not be manually modified.
This log was last generated on Sat, 24 Sep 2022 05:11:52 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0-canary.50

Sat, 24 Sep 2022 05:11:52 GMT

### Changes

- Bump react-native-platform-override to v1.6.14

## 0.0.0-canary.49

Sat, 20 Aug 2022 05:08:54 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/virtualized-list/package.json
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.49",
"version": "0.0.0-canary.50",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"prettier": "^2.4.1",
"react": "18.1.0",
"react-native": "0.0.0-20220714-2051-8af7870c6",
"react-native-platform-override": "^1.6.13"
"react-native-platform-override": "^1.6.14"
},
"peerDependencies": {
"react": "18.0.0",
Expand Down

0 comments on commit 87a514d

Please sign in to comment.