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 Aug 24, 2020
1 parent ed2fc3c commit 2ef3aae
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 35 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, 24 Aug 2020 15:05:26 GMT",
"tag": "@react-native-windows/cli_v0.63.0-preview.3",
"version": "0.63.0-preview.3",
"comments": {
"prerelease": [
{
"comment": "Fixing config and autolinking",
"author": "[email protected]",
"commit": "b7a281cd866744f10f1e182d55f7ed88f8b4c57d",
"package": "@react-native-windows/cli"
}
]
}
},
{
"date": "Mon, 17 Aug 2020 15:05:03 GMT",
"tag": "@react-native-windows/cli_v0.63.0-preview.2",
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, 17 Aug 2020 15:05:03 GMT and should not be manually modified.
This log was last generated on Mon, 24 Aug 2020 15:05:26 GMT and should not be manually modified.

<!-- Start content -->

## 0.63.0-preview.3

Mon, 24 Aug 2020 15:05:26 GMT

### Changes

- Fixing config and autolinking ([email protected])

## 0.63.0-preview.2

Mon, 17 Aug 2020 15:05:03 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-preview.2",
"version": "0.63.0-preview.3",
"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 @@ -25,7 +25,7 @@
"prompt-sync": "^4.2.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-windows": "0.63.0-preview.3"
"react-native-windows": "0.63.0-preview.4"
},
"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.0-preview.3"
"react-native-windows": "0.63.0-preview.4"
},
"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.0-preview.3"
"react-native-windows": "0.63.0-preview.4"
},
"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": "Mon, 24 Aug 2020 15:05:26 GMT",
"tag": "@office-iss/react-native-win32_v0.63.0-preview.3",
"version": "0.63.0-preview.3",
"comments": {
"prerelease": [
{
"comment": "Publish TS files in src as they are references in sourcemaps",
"author": "[email protected]",
"commit": "ed2fc3ca7e42fbec6cf099d58d9ad1ec5ca88091",
"package": "@office-iss/react-native-win32"
}
]
}
},
{
"date": "Mon, 10 Aug 2020 15:04:54 GMT",
"tag": "@office-iss/react-native-win32_v0.63.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 Mon, 10 Aug 2020 15:04:54 GMT and should not be manually modified.
This log was last generated on Mon, 24 Aug 2020 15:05:26 GMT and should not be manually modified.

<!-- Start content -->

## 0.63.0-preview.3

Mon, 24 Aug 2020 15:05:26 GMT

### Changes

- Publish TS files in src as they are references in sourcemaps ([email protected])

## 0.63.0-preview.2

Mon, 10 Aug 2020 15:04:54 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.63.0-preview.2",
"version": "0.63.0-preview.3",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
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-preview.2",
"@react-native-windows/cli": "0.63.0-preview.3",
"@rnw-scripts/eslint-config": "0.0.2",
"@rnw-scripts/just-task": "0.0.2",
"@rnw-scripts/ts-config": "0.1.0",
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": "Mon, 24 Aug 2020 15:05:26 GMT",
"tag": "react-native-windows_v0.63.0-preview.4",
"version": "0.63.0-preview.4",
"comments": {
"prerelease": [
{
"comment": "Update nuspec copyright header to use xml entity as some of the powershell processing we do messed up the encoding",
"author": "[email protected]",
"commit": "1ccfb1dab701a1a809b194dba08bfac3ac9f1132",
"package": "react-native-windows"
}
]
}
},
{
"date": "Mon, 17 Aug 2020 15:05:03 GMT",
"tag": "react-native-windows_v0.63.0-preview.3",
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, 17 Aug 2020 15:05:03 GMT and should not be manually modified.
This log was last generated on Mon, 24 Aug 2020 15:05:26 GMT and should not be manually modified.

<!-- Start content -->

## 0.63.0-preview.4

Mon, 24 Aug 2020 15:05:26 GMT

### Changes

- Update nuspec copyright header to use xml entity as some of the powershell processing we do messed up the encoding ([email protected])

## 0.63.0-preview.3

Mon, 17 Aug 2020 15:05:03 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.0-preview.3",
"version": "0.63.0-preview.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@react-native-windows/cli": "0.63.0-preview.2",
"@react-native-windows/cli": "0.63.0-preview.3",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"base64-js": "^1.1.2",
Expand Down

0 comments on commit 2ef3aae

Please sign in to comment.