Skip to content

Commit 54e2bb0

Browse files
committed
applying package updates
1 parent 0396b0e commit 54e2bb0

File tree

6 files changed

+25
-12
lines changed

6 files changed

+25
-12
lines changed

change/react-native-windows-2019-08-06-15-37-15-issue2894.json

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

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.38.tar.gz",
17-
"react-native-windows": "0.59.0-vnext.124",
17+
"react-native-windows": "0.59.0-vnext.125",
1818
"react-native-windows-extended": "0.9.0",
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.124"
21+
"react-native-windows": "0.59.0-vnext.125"
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, 07 Aug 2019 17:07:35 GMT",
6+
"tag": "react-native-windows_v0.59.0-vnext.125",
7+
"version": "0.59.0-vnext.125",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"comment": "Adding accessibilityPosInSet and accessibilitySizeOfSet props to ViewWindows, #2894",
12+
"author": "[email protected]",
13+
"commit": "ea705d4d7b9bdd0a9ac618d1db273b17f1c47536"
14+
}
15+
]
16+
}
17+
},
418
{
519
"date": "Wed, 07 Aug 2019 16:00:25 GMT",
620
"tag": "react-native-windows_v0.59.0-vnext.124",

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, 07 Aug 2019 16:00:25 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Aug 2019 17:07:35 GMT and should not be manually modified.
4+
5+
## 0.59.0-vnext.125
6+
Wed, 07 Aug 2019 17:07:35 GMT
7+
8+
### Changes
9+
10+
- Adding accessibilityPosInSet and accessibilitySizeOfSet props to ViewWindows, #2894 ([email protected])
411

512
## 0.59.0-vnext.124
613
Wed, 07 Aug 2019 16:00:25 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.124",
3+
"version": "0.59.0-vnext.125",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)