Skip to content

Commit 63238f6

Browse files
committed
[0.50.0-rc.0] Bump version numbers
Fix eslint Fix flow Revert "Improve Flow Types" This reverts commit bee33a4. [0.50.0-rc.1] Bump version numbers Fix Analyze step Remove mockFs dependency and unblock tests Revert "[0.50.0-rc.1] Bump version numbers" This reverts commit 5d0bc1d. Revert "Migrate to Circle 2.0" This reverts commit 8fa9984. Remove old circle Comment out danger for now
1 parent bf36983 commit 63238f6

29 files changed

Lines changed: 291 additions & 598 deletions

.circleci/config.yml

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

.flowconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ suppress_type=$FlowFixMeProps
4646
suppress_type=$FlowFixMeState
4747
suppress_type=$FixMe
4848

49-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
50-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
49+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*[react_native_oss|react_native_fb][a-z,_]*\\)?)\\)
50+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*[react_native_oss|react_native_fb][a-z,_]*\\)?)\\)?:? #[0-9]+
5151
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5252
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
5353

Libraries/Core/ReactNativeVersion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
exports.version = {
1616
major: 0,
17-
minor: 0,
17+
minor: 50,
1818
patch: 0,
19-
prerelease: null,
19+
prerelease: 'rc.0',
2020
};

0 commit comments

Comments
 (0)