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 ed386d3 commit f98b906
Show file tree
Hide file tree
Showing 30 changed files with 237 additions and 37 deletions.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/@react-native-windows/automation-channel/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/automation-channel",
"entries": [
{
"date": "Thu, 04 May 2023 05:12:49 GMT",
"tag": "@react-native-windows/automation-channel_v0.1.22",
"version": "0.1.22",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/automation-channel",
"comment": "Bump react-native-windows to v0.68.34",
"commit": "ed386d39b722fbf31a33a785d65a1468629e2f3e"
}
]
}
},
{
"date": "Mon, 24 Apr 2023 15:09:03 GMT",
"tag": "@react-native-windows/automation-channel_v0.1.22",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/automation-channel/CHANGELOG.md
@@ -1,11 +1,19 @@
# Change Log - @react-native-windows/automation-channel

This log was last generated on Mon, 24 Apr 2023 15:09:03 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 05:12:49 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.22

Thu, 04 May 2023 05:12:49 GMT

### Patches

- Bump react-native-windows to v0.68.34

## 0.1.22

Mon, 24 Apr 2023 15:09:03 GMT

### Patches
Expand Down
Expand Up @@ -30,7 +30,7 @@
"prettier": "^2.4.1",
"react": "17.0.2",
"react-native": "0.68.0",
"react-native-windows": "0.68.33",
"react-native-windows": "0.68.34",
"typescript": "^4.4.4"
},
"files": [
Expand Down
15 changes: 15 additions & 0 deletions packages/@react-native-windows/cli/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/cli",
"entries": [
{
"date": "Thu, 04 May 2023 05:12:48 GMT",
"tag": "@react-native-windows/cli_v0.68.8",
"version": "0.68.8",
"comments": {
"patch": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@react-native-windows/cli",
"commit": "ed386d39b722fbf31a33a785d65a1468629e2f3e",
"comment": "Avoid having to launch PowerShell for every react-native config query"
}
]
}
},
{
"date": "Mon, 28 Nov 2022 16:10:57 GMT",
"tag": "@react-native-windows/cli_v0.68.7",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/cli/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/cli

This log was last generated on Mon, 28 Nov 2022 16:10:57 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 05:12:48 GMT and should not be manually modified.

<!-- Start content -->

## 0.68.8

Thu, 04 May 2023 05:12:48 GMT

### Patches

- Avoid having to launch PowerShell for every react-native config query (30809111+acoates-ms@users.noreply.github.com)

## 0.68.7

Mon, 28 Nov 2022 16:10:57 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/cli",
"version": "0.68.7",
"version": "0.68.8",
"license": "MIT",
"main": "lib-commonjs/index.js",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/@react-native-windows/tester/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/tester",
"entries": [
{
"date": "Thu, 04 May 2023 05:12:49 GMT",
"tag": "@react-native-windows/tester_v0.0.1",
"version": "0.0.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@react-native-windows/tester",
"comment": "Bump react-native-windows to v0.68.34",
"commit": "ed386d39b722fbf31a33a785d65a1468629e2f3e"
}
]
}
},
{
"date": "Mon, 24 Apr 2023 15:09:03 GMT",
"tag": "@react-native-windows/tester_v0.0.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/tester/CHANGELOG.md
@@ -1,11 +1,19 @@
# Change Log - @react-native-windows/tester

This log was last generated on Mon, 24 Apr 2023 15:09:03 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 05:12:49 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.1

Thu, 04 May 2023 05:12:49 GMT

### Patches

- Bump react-native-windows to v0.68.34

## 0.0.1

Mon, 24 Apr 2023 15:09:03 GMT

### Patches
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/tester/package.json
Expand Up @@ -17,7 +17,7 @@
"@react-native-picker/picker": "2.2.0",
"react": "17.0.2",
"react-native": "0.68.0",
"react-native-windows": "0.68.33",
"react-native-windows": "0.68.34",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -29,7 +29,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.68.0",
"react-native-platform-override": "^1.6.4",
"react-native-windows": "0.68.33",
"react-native-windows": "0.68.34",
"typescript": "^4.4.4"
},
"engines": {
Expand Down
15 changes: 15 additions & 0 deletions packages/e2e-test-app/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "e2e-test-app",
"entries": [
{
"date": "Thu, 04 May 2023 05:12:49 GMT",
"tag": "e2e-test-app_v0.0.0",
"version": "0.0.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "e2e-test-app",
"comment": "Bump react-native-windows to v0.68.34",
"commit": "ed386d39b722fbf31a33a785d65a1468629e2f3e"
}
]
}
},
{
"date": "Mon, 24 Apr 2023 15:09:03 GMT",
"tag": "e2e-test-app_v0.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/e2e-test-app/CHANGELOG.md
@@ -1,11 +1,19 @@
# Change Log - e2e-test-app

This log was last generated on Mon, 24 Apr 2023 15:09:03 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 05:12:49 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0

Thu, 04 May 2023 05:12:49 GMT

### Patches

- Bump react-native-windows to v0.68.34

## 0.0.0

Mon, 24 Apr 2023 15:09:03 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Expand Up @@ -17,7 +17,7 @@
"@react-native-windows/tester": "0.0.1",
"react": "17.0.2",
"react-native": "0.68.0",
"react-native-windows": "0.68.33",
"react-native-windows": "0.68.34",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/integration-test-app/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "integration-test-app",
"entries": [
{
"date": "Thu, 04 May 2023 05:12:49 GMT",
"tag": "integration-test-app_v0.0.0",
"version": "0.0.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "integration-test-app",
"comment": "Bump react-native-windows to v0.68.34",
"commit": "ed386d39b722fbf31a33a785d65a1468629e2f3e"
}
]
}
},
{
"date": "Mon, 24 Apr 2023 15:09:03 GMT",
"tag": "integration-test-app_v0.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/integration-test-app/CHANGELOG.md
@@ -1,11 +1,19 @@
# Change Log - integration-test-app

This log was last generated on Mon, 24 Apr 2023 15:09:03 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 05:12:49 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.0

Thu, 04 May 2023 05:12:49 GMT

### Patches

- Bump react-native-windows to v0.68.34

## 0.0.0

Mon, 24 Apr 2023 15:09:03 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-app/package.json
Expand Up @@ -15,7 +15,7 @@
"chai": "^4.2.0",
"react": "17.0.2",
"react-native": "0.68.0",
"react-native-windows": "0.68.33"
"react-native-windows": "0.68.34"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/playground/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "playground",
"entries": [
{
"date": "Thu, 04 May 2023 05:12:49 GMT",
"tag": "playground_v0.0.54",
"version": "0.0.54",
"comments": {
"patch": [
{
"author": "beachball",
"package": "playground",
"comment": "Bump react-native-windows to v0.68.34",
"commit": "ed386d39b722fbf31a33a785d65a1468629e2f3e"
}
]
}
},
{
"date": "Mon, 24 Apr 2023 15:09:03 GMT",
"tag": "playground_v0.0.54",
Expand Down
10 changes: 9 additions & 1 deletion packages/playground/CHANGELOG.md
@@ -1,11 +1,19 @@
# Change Log - playground

This log was last generated on Mon, 24 Apr 2023 15:09:03 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 05:12:49 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.54

Thu, 04 May 2023 05:12:49 GMT

### Patches

- Bump react-native-windows to v0.68.34

## 0.0.54

Mon, 24 Apr 2023 15:09:03 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Expand Up @@ -14,7 +14,7 @@
"@react-native-windows/tester": "0.0.1",
"react": "17.0.2",
"react-native": "0.68.0",
"react-native-windows": "0.68.33"
"react-native-windows": "0.68.34"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-native-windows-init/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "react-native-windows-init",
"entries": [
{
"date": "Thu, 04 May 2023 05:12:49 GMT",
"tag": "react-native-windows-init_v1.1.82",
"version": "1.1.82",
"comments": {
"patch": [
{
"author": "beachball",
"package": "react-native-windows-init",
"comment": "Bump @react-native-windows/cli to v0.68.8",
"commit": "ed386d39b722fbf31a33a785d65a1468629e2f3e"
}
]
}
},
{
"date": "Mon, 28 Nov 2022 16:10:57 GMT",
"tag": "react-native-windows-init_v1.1.82",
Expand Down
10 changes: 9 additions & 1 deletion packages/react-native-windows-init/CHANGELOG.md
@@ -1,11 +1,19 @@
# Change Log - react-native-windows-init

This log was last generated on Mon, 28 Nov 2022 16:10:57 GMT and should not be manually modified.
This log was last generated on Thu, 04 May 2023 05:12:49 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.82

Thu, 04 May 2023 05:12:49 GMT

### Patches

- Bump @react-native-windows/cli to v0.68.8

## 1.1.82

Mon, 28 Nov 2022 16:10:57 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-windows-init/package.json
Expand Up @@ -31,7 +31,7 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@react-native-windows/cli": "0.68.7",
"@react-native-windows/cli": "0.68.8",
"@rnw-scripts/eslint-config": "1.1.10",
"@rnw-scripts/jest-unittest-config": "1.2.5",
"@rnw-scripts/just-task": "2.2.2",
Expand Down

0 comments on commit f98b906

Please sign in to comment.