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 Dec 3, 2020
1 parent 2403168 commit 0ca7cb0
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 26 deletions.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/@react-native-windows/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@react-native-windows/cli",
"entries": [
{
"date": "Thu, 03 Dec 2020 23:33:37 GMT",
"tag": "@react-native-windows/cli_v0.64.0-preview.2",
"version": "0.64.0-preview.2",
"comments": {
"prerelease": [
{
"comment": "[0.64] Update cli telemetry defaults",
"author": "jthysell@microsoft.com",
"commit": "240316809666ff01965b34aa57bbb3209adac6b6",
"package": "@react-native-windows/cli"
}
]
}
},
{
"date": "Mon, 30 Nov 2020 10:25:30 GMT",
"tag": "@react-native-windows/cli_v0.64.0-preview.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/@react-native-windows/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @react-native-windows/cli

This log was last generated on Mon, 30 Nov 2020 10:25:30 GMT and should not be manually modified.
This log was last generated on Thu, 03 Dec 2020 23:33:37 GMT and should not be manually modified.

<!-- Start content -->

## 0.64.0-preview.2

Thu, 03 Dec 2020 23:33:37 GMT

### Changes

- [0.64] Update cli telemetry defaults (jthysell@microsoft.com)

## 0.64.0-preview.1

Mon, 30 Nov 2020 10:25:30 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-windows/cli",
"version": "0.64.0-preview.1",
"version": "0.64.0-preview.2",
"license": "MIT",
"main": "lib-commonjs/index.js",
"repository": {
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 @@ -15,7 +15,7 @@
},
"peerDependencies": {
"react-native": "0.64.0-rc.1",
"react-native-windows": "0.64.0-preview.1"
"react-native-windows": "0.64.0-preview.2"
},
"devDependencies": {
"@rnw-scripts/eslint-config": "0.1.6",
Expand All @@ -24,7 +24,7 @@
"just-scripts": "^0.44.7",
"react-native": "0.64.0-rc.1",
"react-native-platform-override": "^0.4.3",
"react-native-windows": "0.64.0-preview.1",
"react-native-windows": "0.64.0-preview.2",
"typescript": "^3.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/E2ETest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prompt-sync": "^4.2.0",
"react": "17.0.1",
"react-native": "0.64.0-rc.1",
"react-native-windows": "0.64.0-preview.1"
"react-native-windows": "0.64.0-preview.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/IntegrationTest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chai": "^4.2.0",
"react": "17.0.1",
"react-native": "0.64.0-rc.1",
"react-native-windows": "0.64.0-preview.1"
"react-native-windows": "0.64.0-preview.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft-reactnative-sampleapps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"react": "17.0.1",
"react-native": "0.64.0-rc.1",
"react-native-windows": "0.64.0-preview.1"
"react-native-windows": "0.64.0-preview.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-native-windows/tester": "0.0.1",
"react": "17.0.1",
"react-native": "0.64.0-rc.1",
"react-native-windows": "0.64.0-preview.1"
"react-native-windows": "0.64.0-preview.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-windows-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"yargs": "^15.3.1"
},
"devDependencies": {
"@react-native-windows/cli": "0.64.0-preview.1",
"@react-native-windows/cli": "0.64.0-preview.2",
"@rnw-scripts/eslint-config": "0.1.6",
"@rnw-scripts/jest-unittest-config": "0.1.1",
"@rnw-scripts/just-task": "0.0.6",
Expand Down
15 changes: 15 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Thu, 03 Dec 2020 23:33:37 GMT",
"tag": "react-native-windows_v0.64.0-preview.2",
"version": "0.64.0-preview.2",
"comments": {
"prerelease": [
{
"comment": "Fix multicore build, missing dependency on Folly",
"author": "dannyvv@microsoft.com",
"commit": "e243fbadccfe6fc8834900788b7b48184f2596ea",
"package": "react-native-windows"
}
]
}
},
{
"date": "Mon, 30 Nov 2020 10:25:30 GMT",
"tag": "react-native-windows_v0.64.0-preview.1",
Expand Down
10 changes: 9 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - react-native-windows

This log was last generated on Mon, 30 Nov 2020 10:25:30 GMT and should not be manually modified.
This log was last generated on Thu, 03 Dec 2020 23:33:37 GMT and should not be manually modified.

<!-- Start content -->

## 0.64.0-preview.2

Thu, 03 Dec 2020 23:33:37 GMT

### Changes

- Fix multicore build, missing dependency on Folly (dannyvv@microsoft.com)

## 0.64.0-preview.1

Mon, 30 Nov 2020 10:25:30 GMT
Expand Down
4 changes: 2 additions & 2 deletions vnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.64.0-preview.1",
"version": "0.64.0-preview.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"@react-native-community/cli": "^5.0.1-alpha.0",
"@react-native-community/cli-platform-android": "^5.0.1-alpha.0",
"@react-native-community/cli-platform-ios": "^5.0.1-alpha.0",
"@react-native-windows/cli": "0.64.0-preview.1",
"@react-native-windows/cli": "0.64.0-preview.2",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "1.0.0",
"@react-native/polyfills": "1.0.0",
Expand Down

0 comments on commit 0ca7cb0

Please sign in to comment.