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 19, 2020
1 parent cdd98d9 commit 6c3bffa
Show file tree
Hide file tree
Showing 20 changed files with 117 additions and 95 deletions.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions change/react-native-windows-2020-05-14-13-47-03-4881.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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-18-09-46-04-metrofix.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.6",
"react-native-windows": "0.62.0-preview.7",
"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.6",
"react-native-windows": "0.62.0-preview.7",
"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.6"
"react-native-windows": "0.62.0-preview.7"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
21 changes: 21 additions & 0 deletions packages/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Tue, 19 May 2020 23:08:54 GMT",
"tag": "@office-iss/react-native-win32_v0.62.0-preview.5",
"version": "0.62.0-preview.5",
"comments": {
"prerelease": [
{
"comment": "Adapt ViewWin32, etc to \"accessibilityState\"",
"author": "ngerlem@microsoft.com",
"commit": "8a65e83690a373f61029ba32ae7db5034c5a6624",
"package": "@office-iss/react-native-win32"
},
{
"comment": "Reduce need for custom metro configs",
"author": "acoates@microsoft.com",
"commit": "8d0d5de250ed105730f74e2054c7174ef2e7f4c3",
"package": "@office-iss/react-native-win32"
}
]
}
},
{
"date": "Thu, 14 May 2020 04:30:14 GMT",
"tag": "@office-iss/react-native-win32_v0.62.0-preview.4",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @office-iss/react-native-win32

This log was last generated on Thu, 14 May 2020 04:30:14 GMT and should not be manually modified.
This log was last generated on Tue, 19 May 2020 23:08:54 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.0-preview.5

Tue, 19 May 2020 23:08:54 GMT

### Changes

- Adapt ViewWin32, etc to "accessibilityState" (ngerlem@microsoft.com)
- Reduce need for custom metro configs (acoates@microsoft.com)

## 0.62.0-preview.4

Thu, 14 May 2020 04:30:14 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.4",
"version": "0.62.0-preview.5",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
Expand Down
65 changes: 65 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,71 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Tue, 19 May 2020 23:08:54 GMT",
"tag": "react-native-windows_v0.62.0-preview.7",
"version": "0.62.0-preview.7",
"comments": {
"prerelease": [
{
"comment": "some projects have target instead of bin folders",
"author": "asklar@microsoft.com",
"commit": "e6f779c2e043a8449cb65fae7a8c8e5789dbe639",
"package": "react-native-windows"
},
{
"comment": "ReactNonAbiValue for IReactPropertyBag non-ABI values",
"author": "vmorozov@microsoft.com",
"commit": "82d78b9e3f0b4650e702929b4ce36ae3a1edf7f8",
"package": "react-native-windows"
},
{
"comment": "Fixes for bundle loading and back handler crash using xaml islands",
"author": "acoates@microsoft.com",
"commit": "38eb1f786c449754a54e03574b9093fbbe057cf6",
"package": "react-native-windows"
},
{
"comment": "Fixed ReactContext CallJSFunction and EmitJSEvent",
"author": "vmorozov@microsoft.com",
"commit": "c33c7b5ce9d96d22063567c7902ee91a22f8233f",
"package": "react-native-windows"
},
{
"comment": "Support 0..n args in native module callbacks",
"author": "vmorozov@microsoft.com",
"commit": "4b2d45150f24cd166afdeb5f6c769712fe3b57c4",
"package": "react-native-windows"
},
{
"comment": "Implement Keybpoarding/Gamepad Activation for Pressability",
"author": "ngerlem@microsoft.com",
"commit": "bc0a50b1d4e92abe739ec07a71d8412aebfc3bc6",
"package": "react-native-windows"
},
{
"comment": "Adapt ViewWin32, etc to \"accessibilityState\"",
"author": "ngerlem@microsoft.com",
"commit": "8a65e83690a373f61029ba32ae7db5034c5a6624",
"package": "react-native-windows"
},
{
"comment": "Reduce need for custom metro configs",
"author": "acoates@microsoft.com",
"commit": "8d0d5de250ed105730f74e2054c7174ef2e7f4c3",
"package": "react-native-windows"
}
],
"none": [
{
"comment": "Fix compile errors with Clang 10.0.0",
"author": "christophpurrer@gmail.com",
"commit": "08ec22c943db7a2ab283dbd944e028f2d0c150f4",
"package": "react-native-windows"
}
]
}
},
{
"date": "Thu, 14 May 2020 04:30:14 GMT",
"tag": "react-native-windows_v0.62.0-preview.6",
Expand Down
17 changes: 16 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - react-native-windows

This log was last generated on Thu, 14 May 2020 04:30:14 GMT and should not be manually modified.
This log was last generated on Tue, 19 May 2020 23:08:54 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.0-preview.7

Tue, 19 May 2020 23:08:54 GMT

### Changes

- some projects have target instead of bin folders (asklar@microsoft.com)
- ReactNonAbiValue for IReactPropertyBag non-ABI values (vmorozov@microsoft.com)
- Fixes for bundle loading and back handler crash using xaml islands (acoates@microsoft.com)
- Fixed ReactContext CallJSFunction and EmitJSEvent (vmorozov@microsoft.com)
- Support 0..n args in native module callbacks (vmorozov@microsoft.com)
- Implement Keybpoarding/Gamepad Activation for Pressability (ngerlem@microsoft.com)
- Adapt ViewWin32, etc to "accessibilityState" (ngerlem@microsoft.com)
- Reduce need for custom metro configs (acoates@microsoft.com)

## 0.62.0-preview.6

Thu, 14 May 2020 04:30:14 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.6",
"version": "0.62.0-preview.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c3bffa

Please sign in to comment.