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 Jun 6, 2022
1 parent 55fc1ad commit 12fbec0
Show file tree
Hide file tree
Showing 19 changed files with 104 additions and 42 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32-tester/package.json
Expand Up @@ -16,12 +16,12 @@
"@typescript-eslint/parser": "^5.20.0"
},
"peerDependencies": {
"@office-iss/react-native-win32": "0.69.0-preview.2",
"@office-iss/react-native-win32": "0.69.0-preview.3",
"react": "18.0.0",
"react-native": "0.69.0-rc.3"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.69.0-preview.2",
"@office-iss/react-native-win32": "0.69.0-preview.3",
"@rnw-scripts/eslint-config": "1.1.12",
"@rnw-scripts/just-task": "2.2.3",
"@rnw-scripts/ts-config": "2.0.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/@office-iss/react-native-win32/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Mon, 06 Jun 2022 15:09:03 GMT",
"tag": "@office-iss/react-native-win32_v0.69.0-preview.3",
"version": "0.69.0-preview.3",
"comments": {
"prerelease": [
{
"author": "beachball",
"package": "@office-iss/react-native-win32",
"comment": "Bump @react-native-windows/virtualized-list to v0.69.0-preview.2",
"commit": "55fc1addf2b30c941a64ca361f78549caac88230"
}
]
}
},
{
"date": "Mon, 16 May 2022 15:09:01 GMT",
"tag": "@office-iss/react-native-win32_v0.69.0-preview.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/@office-iss/react-native-win32/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - @office-iss/react-native-win32

This log was last generated on Mon, 16 May 2022 15:09:01 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 15:09:03 GMT and should not be manually modified.

<!-- Start content -->

## 0.69.0-preview.3

Mon, 06 Jun 2022 15:09:03 GMT

### Changes

- Bump @react-native-windows/virtualized-list to v0.69.0-preview.2

## 0.69.0-preview.2

Mon, 16 May 2022 15:09:01 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32/package.json
@@ -1,6 +1,6 @@
{
"name": "@office-iss/react-native-win32",
"version": "0.69.0-preview.2",
"version": "0.69.0-preview.3",
"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": "^8.0.0",
"@react-native-community/cli-platform-android": "^8.0.0",
"@react-native-community/cli-platform-ios": "^8.0.0",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.2",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
"@react-native/polyfills": "2.0.0",
Expand Down
Expand Up @@ -32,7 +32,7 @@
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4",
"react-native-windows": "0.69.0-preview.5",
"typescript": "^4.4.4"
},
"files": [
Expand All @@ -43,4 +43,4 @@
"node": ">= 14"
},
"private": true
}
}
6 changes: 3 additions & 3 deletions packages/@react-native-windows/tester/package.json
Expand Up @@ -19,7 +19,7 @@
"@react-native-picker/picker": "2.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4",
"react-native-windows": "0.69.0-preview.5",
"react-native-xaml": "^0.0.50"
},
"devDependencies": {
Expand All @@ -31,10 +31,10 @@
"just-scripts": "^1.3.3",
"react-native": "0.69.0-rc.3",
"react-native-platform-override": "^1.6.11",
"react-native-windows": "0.69.0-preview.4",
"react-native-windows": "0.69.0-preview.5",
"typescript": "^4.4.4"
},
"engines": {
"node": ">= 14"
}
}
}
15 changes: 15 additions & 0 deletions packages/@react-native-windows/virtualized-list/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/virtualized-list",
"entries": [
{
"date": "Mon, 06 Jun 2022 15:09:03 GMT",
"tag": "@react-native-windows/virtualized-list_v0.69.0-preview.2",
"version": "0.69.0-preview.2",
"comments": {
"prerelease": [
{
"author": "34109996+chiaramooney@users.noreply.github.com",
"package": "@react-native-windows/virtualized-list",
"commit": "8b2509ab9cf71cbfbb379e7da65736c0ff9474e2",
"comment": "Integrate rc3"
}
]
}
},
{
"date": "Wed, 04 May 2022 23:30:23 GMT",
"tag": "@react-native-windows/virtualized-list_v0.69.0-preview.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/virtualized-list/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/virtualized-list

This log was last generated on Wed, 04 May 2022 23:30:23 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 15:09:03 GMT and should not be manually modified.

<!-- Start content -->

## 0.69.0-preview.2

Mon, 06 Jun 2022 15:09:03 GMT

### Changes

- Integrate rc3 (34109996+chiaramooney@users.noreply.github.com)

## 0.69.0-preview.1

Wed, 04 May 2022 23:30:23 GMT
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/virtualized-list",
"version": "0.69.0-preview.1",
"version": "0.69.0-preview.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-test-app/package.json
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4",
"react-native-windows": "0.69.0-preview.5",
"react-native-xaml": "^0.0.63"
},
"devDependencies": {
Expand All @@ -29,7 +29,7 @@
"@babel/runtime": "^7.8.4",
"@react-native-windows/automation": "^0.1.80",
"@react-native-windows/automation-commands": "^0.0.107",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.2",
"@rnw-scripts/babel-node-config": "2.0.4",
"@rnw-scripts/eslint-config": "1.1.12",
"@rnw-scripts/just-task": "2.2.3",
Expand All @@ -54,4 +54,4 @@
"engines": {
"node": ">= 14"
}
}
}
6 changes: 3 additions & 3 deletions packages/integration-test-app/package.json
Expand Up @@ -17,7 +17,7 @@
"chai": "^4.2.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4"
"react-native-windows": "0.69.0-preview.5"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-typescript": "^7.11.5",
"@babel/traverse": "^7.11.5",
"@babel/types": "^7.11.5",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.2",
"@rnw-scripts/babel-node-config": "2.0.4",
"@rnw-scripts/eslint-config": "^1.1.12",
"@rnw-scripts/just-task": "^2.2.3",
Expand All @@ -52,4 +52,4 @@
"engines": {
"node": ">= 14"
}
}
}
6 changes: 3 additions & 3 deletions packages/playground/package.json
Expand Up @@ -16,12 +16,12 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4"
"react-native-windows": "0.69.0-preview.5"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/runtime": "^7.8.4",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.2",
"@rnw-scripts/eslint-config": "1.1.12",
"@rnw-scripts/just-task": "2.2.3",
"@rnw-scripts/metro-dev-config": "0.0.0",
Expand All @@ -39,4 +39,4 @@
"engines": {
"node": ">= 14"
}
}
}
6 changes: 3 additions & 3 deletions packages/sample-apps/package.json
Expand Up @@ -15,13 +15,13 @@
"@typescript-eslint/parser": "^5.20.0",
"react": "18.0.0",
"react-native": "0.69.0-rc.3",
"react-native-windows": "0.69.0-preview.4"
"react-native-windows": "0.69.0-preview.5"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/runtime": "^7.8.4",
"@react-native-windows/codegen": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.2",
"@rnw-scripts/eslint-config": "1.1.12",
"@rnw-scripts/just-task": "2.2.3",
"@rnw-scripts/metro-dev-config": "0.0.0",
Expand All @@ -38,4 +38,4 @@
"engines": {
"node": ">= 14"
}
}
}
21 changes: 21 additions & 0 deletions vnext/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 06 Jun 2022 15:09:03 GMT",
"tag": "react-native-windows_v0.69.0-preview.5",
"version": "0.69.0-preview.5",
"comments": {
"prerelease": [
{
"author": "34109996+chiaramooney@users.noreply.github.com",
"package": "react-native-windows",
"commit": "8b2509ab9cf71cbfbb379e7da65736c0ff9474e2",
"comment": "Integrate rc3"
},
{
"author": "beachball",
"package": "react-native-windows",
"comment": "Bump @react-native-windows/virtualized-list to v0.69.0-preview.2",
"commit": "55fc1addf2b30c941a64ca361f78549caac88230"
}
]
}
},
{
"date": "Mon, 30 May 2022 15:09:21 GMT",
"tag": "react-native-windows_v0.69.0-preview.4",
Expand Down
11 changes: 10 additions & 1 deletion vnext/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - react-native-windows

This log was last generated on Mon, 30 May 2022 15:09:21 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 15:09:03 GMT and should not be manually modified.

<!-- Start content -->

## 0.69.0-preview.5

Mon, 06 Jun 2022 15:09:03 GMT

### Changes

- Integrate rc3 (34109996+chiaramooney@users.noreply.github.com)
- Bump @react-native-windows/virtualized-list to v0.69.0-preview.2

## 0.69.0-preview.4

Mon, 30 May 2022 15:09:21 GMT
Expand Down
2 changes: 1 addition & 1 deletion vnext/PropertySheets/Generated/PackageVersion.g.props
Expand Up @@ -10,7 +10,7 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReactNativeWindowsVersion>0.69.0-preview.4</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.69.0-preview.5</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>69</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
Expand Down
4 changes: 2 additions & 2 deletions vnext/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.69.0-preview.4",
"version": "0.69.0-preview.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"@react-native-community/cli-platform-android": "^8.0.0",
"@react-native-community/cli-platform-ios": "^8.0.0",
"@react-native-windows/cli": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
"@react-native-windows/virtualized-list": "0.69.0-preview.2",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.0.0",
"@react-native/polyfills": "2.0.0",
Expand Down

0 comments on commit 12fbec0

Please sign in to comment.