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 7, 2020
1 parent 7a3ad04 commit c125f3e
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 55 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions change/react-native-windows-2020-05-06-05-03-56-no-fh4.json

This file was deleted.

8 changes: 0 additions & 8 deletions change/react-native-windows-2020-05-06-14-34-01-fixfast.json

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.2",
"react-native-windows": "0.62.0-preview.3",
"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.2",
"react-native-windows": "0.62.0-preview.3",
"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.2"
"react-native-windows": "0.62.0-preview.3"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Thu, 07 May 2020 22:32:51 GMT",
"tag": "@office-iss/react-native-win32_v0.62.0-preview.3",
"version": "0.62.0-preview.3",
"comments": {
"prerelease": [
{
"comment": "Ensure InitializeCore is run before app code",
"author": "acoates@microsoft.com",
"commit": "3e084881c4c6bc9a649d89a7b2d1599fc6869481",
"package": "@office-iss/react-native-win32"
}
]
}
},
{
"date": "Sat, 02 May 2020 03:42:13 GMT",
"tag": "@office-iss/react-native-win32_v0.62.0-preview.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @office-iss/react-native-win32

This log was last generated on Sat, 02 May 2020 03:42:13 GMT and should not be manually modified.
This log was last generated on Thu, 07 May 2020 22:32:51 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.0-preview.3

Thu, 07 May 2020 22:32:51 GMT

### Changes

- Ensure InitializeCore is run before app code (acoates@microsoft.com)

## 0.62.0-preview.2

Sat, 02 May 2020 03:42:13 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/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.62.0-preview.2",
"version": "0.62.0-preview.3",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
Expand Down
39 changes: 39 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Thu, 07 May 2020 22:32:51 GMT",
"tag": "react-native-windows_v0.62.0-preview.3",
"version": "0.62.0-preview.3",
"comments": {
"prerelease": [
{
"comment": "Removed the ref count work around from classes derived from ReactApplications",
"author": "vmorozov@microsoft.com",
"commit": "a7cbd081a780731979d20dd7693210b69a2270c4",
"package": "react-native-windows"
},
{
"comment": "Promote awaitable DispatchQueue callback to member field",
"author": "julio.rocha@microsoft.com",
"commit": "cd2a3a9a6e2fcc5d56a23353bade7d567902abd6",
"package": "react-native-windows"
},
{
"comment": "Treat yes the same as y in template overwrite prompt",
"author": "acoates@microsoft.com",
"commit": "1ef8caf149480950b6e4c73f96635079d80acdb0",
"package": "react-native-windows"
},
{
"comment": "Disable CxxFrameHandler4",
"author": "ngerlem@microsoft.com",
"commit": "d3a37578df69ecf6b665c929ee30832964929947",
"package": "react-native-windows"
},
{
"comment": "Ensure InitializeCore is run before app code",
"author": "acoates@microsoft.com",
"commit": "3e084881c4c6bc9a649d89a7b2d1599fc6869481",
"package": "react-native-windows"
}
]
}
},
{
"date": "Sat, 02 May 2020 03:42:13 GMT",
"tag": "react-native-windows_v0.62.0-preview.2",
Expand Down
14 changes: 13 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - react-native-windows

This log was last generated on Sat, 02 May 2020 03:42:13 GMT and should not be manually modified.
This log was last generated on Thu, 07 May 2020 22:32:51 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.0-preview.3

Thu, 07 May 2020 22:32:51 GMT

### Changes

- Removed the ref count work around from classes derived from ReactApplications (vmorozov@microsoft.com)
- Promote awaitable DispatchQueue callback to member field (julio.rocha@microsoft.com)
- Treat yes the same as y in template overwrite prompt (acoates@microsoft.com)
- Disable CxxFrameHandler4 (ngerlem@microsoft.com)
- Ensure InitializeCore is run before app code (acoates@microsoft.com)

## 0.62.0-preview.2

Sat, 02 May 2020 03:42:13 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.2",
"version": "0.62.0-preview.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c125f3e

Please sign in to comment.