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 23, 2020
1 parent 6367e4b commit 5ea2bd8
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 13 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/E2ETest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prompt-sync": "^4.2.0",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.0-preview.7",
"react-native-windows": "0.62.0-preview.8",
"rnpm-plugin-windows": "^0.6.1"
},
"devDependencies": {
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 @@ -16,7 +16,7 @@
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.0-preview.7",
"react-native-windows": "0.62.0-preview.8",
"rnpm-plugin-windows": "^0.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.0-preview.7"
"react-native-windows": "0.62.0-preview.8"
},
"devDependencies": {
"@babel/core": "^7.8.4",
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": "Sat, 23 May 2020 10:40:41 GMT",
"tag": "react-native-windows_v0.62.0-preview.8",
"version": "0.62.0-preview.8",
"comments": {
"prerelease": [
{
"comment": "Cherry-pick \"Remove V8 and Hermes by default\"",
"author": "tudorm@microsoft.com",
"commit": "6367e4b3b86f99e000a6ad36e8ff4c73357c1cbe",
"package": "react-native-windows"
}
]
}
},
{
"date": "Tue, 19 May 2020 23:08:54 GMT",
"tag": "react-native-windows_v0.62.0-preview.7",
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 Tue, 19 May 2020 23:08:54 GMT and should not be manually modified.
This log was last generated on Sat, 23 May 2020 10:40:41 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.0-preview.8

Sat, 23 May 2020 10:40:41 GMT

### Changes

- Cherry-pick "Remove V8 and Hermes by default" (tudorm@microsoft.com)

## 0.62.0-preview.7

Tue, 19 May 2020 23:08:54 GMT
Expand Down
2 changes: 1 addition & 1 deletion vnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.62.0-preview.7",
"version": "0.62.0-preview.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ea2bd8

Please sign in to comment.