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 Nov 2, 2020
1 parent 544a4f2 commit 266fb3b
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 33 deletions.

This file was deleted.

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": "Mon, 02 Nov 2020 15:05:04 GMT",
"tag": "@react-native-windows/cli_v0.63.1",
"version": "0.63.1",
"comments": {
"patch": [
{
"comment": "Fix Generator Failing to Overwrite Template Files",
"author": "[email protected]",
"commit": "544a4f22c028016f2884b49bbf580b3fcdef715f",
"package": "@react-native-windows/cli"
}
]
}
},
{
"date": "Mon, 31 Aug 2020 15:05:16 GMT",
"tag": "@react-native-windows/cli_v0.63.0",
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, 31 Aug 2020 15:05:16 GMT and should not be manually modified.
This log was last generated on Mon, 02 Nov 2020 15:05:04 GMT and should not be manually modified.

<!-- Start content -->

## 0.63.1

Mon, 02 Nov 2020 15:05:04 GMT

### Patches

- Fix Generator Failing to Overwrite Template Files ([email protected])

## 0.63.0

Mon, 31 Aug 2020 15:05:16 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.63.0",
"version": "0.63.1",
"license": "MIT",
"main": "lib-commonjs/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/E2ETest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prompt-sync": "^4.2.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-windows": "0.63.5"
"react-native-windows": "0.63.6"
},
"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": "16.13.1",
"react-native": "0.63.2",
"react-native-windows": "0.63.5"
"react-native-windows": "0.63.6"
},
"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 @@ -12,7 +12,7 @@
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-windows": "0.63.5"
"react-native-windows": "0.63.6"
},
"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 @@ -26,7 +26,7 @@
"yargs": "^15.1.0"
},
"devDependencies": {
"@react-native-windows/cli": "0.63.0",
"@react-native-windows/cli": "0.63.1",
"@rnw-scripts/eslint-config": "0.0.2",
"@rnw-scripts/just-task": "0.0.2",
"@rnw-scripts/ts-config": "0.1.0",
Expand Down
21 changes: 21 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 02 Nov 2020 15:05:04 GMT",
"tag": "react-native-windows_v0.63.6",
"version": "0.63.6",
"comments": {
"patch": [
{
"comment": "Fix crash during instance destruction if there are outstanding animations",
"author": "[email protected]",
"commit": "e010b7ef47974cc6b0cfb4e26336dd8a708bcf4f",
"package": "react-native-windows"
},
{
"comment": "[Internal] Expose additional createUIManagerModule method",
"author": "[email protected]",
"commit": "0299fa1c6d390dbb0e8aa19b30a540f18d256ec5",
"package": "react-native-windows"
}
]
}
},
{
"date": "Mon, 12 Oct 2020 15:07:16 GMT",
"tag": "react-native-windows_v0.63.5",
Expand Down
11 changes: 10 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - react-native-windows

This log was last generated on Mon, 12 Oct 2020 15:07:16 GMT and should not be manually modified.
This log was last generated on Mon, 02 Nov 2020 15:05:04 GMT and should not be manually modified.

<!-- Start content -->

## 0.63.6

Mon, 02 Nov 2020 15:05:04 GMT

### Patches

- Fix crash during instance destruction if there are outstanding animations ([email protected])
- [Internal] Expose additional createUIManagerModule method ([email protected])

## 0.63.5

Mon, 12 Oct 2020 15:07:16 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.63.5",
"version": "0.63.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@react-native-windows/cli": "0.63.0",
"@react-native-windows/cli": "0.63.1",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"base64-js": "^1.1.2",
Expand Down

0 comments on commit 266fb3b

Please sign in to comment.