Skip to content

Commit c6b2182

Browse files
committed
applying package updates
1 parent 6207f6d commit c6b2182

File tree

9 files changed

+49
-23
lines changed

9 files changed

+49
-23
lines changed

change/react-native-windows-2019-07-31-16-18-01-ScrollViewerLayoutbug.json

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

change/react-native-windows-extended-2019-08-02-13-57-41-ScrollViewerLayoutbug.json

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

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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.125",
18-
"react-native-windows-extended": "0.9.0",
17+
"react-native-windows": "0.59.0-vnext.126",
18+
"react-native-windows-extended": "0.9.1",
1919
"rnpm-plugin-windows": "^0.2.11"
2020
},
2121
"devDependencies": {

packages/react-native-windows-extended/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-extended",
33
"entries": [
4+
{
5+
"date": "Thu, 08 Aug 2019 20:57:44 GMT",
6+
"tag": "react-native-windows-extended_v0.9.1",
7+
"version": "0.9.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Clear m_needsForceLayout between calls to DoLayout",
12+
"author": "[email protected]",
13+
"commit": "a783433937d1558283ba587db05b76ab0981a34c"
14+
}
15+
]
16+
}
17+
},
418
{
519
"date": "Wed, 07 Aug 2019 16:00:25 GMT",
620
"tag": "react-native-windows-extended_v0.9.0",

packages/react-native-windows-extended/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-extended
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 Thu, 08 Aug 2019 20:57:44 GMT and should not be manually modified.
4+
5+
## 0.9.1
6+
Thu, 08 Aug 2019 20:57:44 GMT
7+
8+
### Patches
9+
10+
- Clear m_needsForceLayout between calls to DoLayout ([email protected])
411

512
## 0.9.0
613
Wed, 07 Aug 2019 16:00:25 GMT

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows-extended",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Additional react-native-windows components that are not part of RN lean-core.",
55
"main": "lib/index.js",
66
"repository": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"private": false,
2020
"dependencies": {
21-
"react-native-windows": "0.59.0-vnext.125"
21+
"react-native-windows": "0.59.0-vnext.126"
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": "Thu, 08 Aug 2019 20:57:44 GMT",
6+
"tag": "react-native-windows_v0.59.0-vnext.126",
7+
"version": "0.59.0-vnext.126",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"comment": "Moving picker fix",
12+
"author": "[email protected]",
13+
"commit": "8455d973a19be1d5e9bfee6329099d5657c64826"
14+
}
15+
]
16+
}
17+
},
418
{
519
"date": "Thu, 08 Aug 2019 19:59:38 GMT",
620
"tag": "react-native-windows_v0.59.0-vnext.125",

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 17:07:35 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 Aug 2019 20:57:44 GMT and should not be manually modified.
4+
5+
## 0.59.0-vnext.126
6+
Thu, 08 Aug 2019 20:57:44 GMT
7+
8+
### Changes
9+
10+
- Moving picker fix ([email protected])
411

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

0 commit comments

Comments
 (0)