Skip to content

Commit be4d95c

Browse files
committed
applying package updates ***NO_CI***
1 parent a2df86c commit be4d95c

File tree

7 files changed

+26
-13
lines changed

7 files changed

+26
-13
lines changed

change/react-native-windows-2019-08-20-14-12-15-ViewFocusClickFixes.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/microsoft-reactnative-sampleapps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "16.8.3",
1616
"react-native": "https://github.com/microsoft/react-native/archive/v0.59.0-microsoft.43.tar.gz",
17-
"react-native-windows": "0.59.0-vnext.147",
17+
"react-native-windows": "0.59.0-vnext.148",
1818
"react-native-windows-extended": "0.13.3",
1919
"rnpm-plugin-windows": "^0.2.11"
2020
},

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "16.8.3",
1616
"react-native": "https://github.com/microsoft/react-native/archive/v0.59.0-microsoft.43.tar.gz",
17-
"react-native-windows": "0.59.0-vnext.147",
17+
"react-native-windows": "0.59.0-vnext.148",
1818
"react-native-windows-extended": "0.13.3",
1919
"rnpm-plugin-windows": "^0.2.11"
2020
},

packages/react-native-windows-extended/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"private": false,
2020
"dependencies": {
21-
"react-native-windows": "0.59.0-vnext.147"
21+
"react-native-windows": "0.59.0-vnext.148"
2222
},
2323
"devDependencies": {
2424
"@react-native-community/eslint-config": "^0.0.5",

vnext/CHANGELOG.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Wed, 21 Aug 2019 20:44:12 GMT",
6+
"tag": "react-native-windows_v0.59.0-vnext.148",
7+
"version": "0.59.0-vnext.148",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"comment": "Only send focus/blur from OriginalSource, remove Click event for enter/space",
12+
"author": "[email protected]",
13+
"commit": "bb3ed51419101c4de0d51016cad3fd8703a0bb0e"
14+
}
15+
]
16+
}
17+
},
418
{
519
"date": "Wed, 21 Aug 2019 18:17:53 GMT",
620
"tag": "react-native-windows_v0.59.0-vnext.147",

vnext/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - react-native-windows
22

3-
This log was last generated on Wed, 21 Aug 2019 06:12:54 GMT and should not be manually modified.
3+
This log was last generated on Wed, 21 Aug 2019 20:44:12 GMT and should not be manually modified.
4+
5+
## 0.59.0-vnext.148
6+
Wed, 21 Aug 2019 20:44:12 GMT
7+
8+
### Changes
9+
10+
- Only send focus/blur from OriginalSource, remove Click event for enter/space ([email protected])
411

512
## 0.59.0-vnext.147
613
Wed, 21 Aug 2019 06:12:54 GMT

vnext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.59.0-vnext.147",
3+
"version": "0.59.0-vnext.148",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)