mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
04df252aa7
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36568 Changelog: [Internal] Okay, so before the monorepo migration we had to use two scripts separately: 1. Bumping every package with `npm run bump-all-updated-packages` 2. Aligning other packages versions with `npm run align-package-versions` The reason for it is that *before the monorepo* in a release branch cutoff process we had a step, which was removing `workspaces` keyword from `react-native` package. Without this keyword all new versions of packages will be resolved from npm (where they will be not available yet, because we have to publish them prior to it) This is not the case for our current setup, and we can actually bump packages versions and they will be resolved as a workspaces successfully Reviewed By: cortinico, cipolleschi Differential Revision: D44261057 fbshipit-source-id: 31c2157be2d3b33bc073651d6045efcef2e8f5c5 |
||
---|---|---|
.. | ||
__tests__ | ||
buck | ||
circleci | ||
monorepo | ||
template | ||
versiontemplates | ||
.tests.env | ||
android-e2e-test.js | ||
android-setup.sh | ||
bump-oss-version.js | ||
generate-api-docs.js | ||
lint-java.js | ||
objc-test.sh | ||
prepare-package-for-release.js | ||
process-podspecs.sh | ||
publish-npm.js | ||
release-utils.js | ||
retry3 | ||
run_ruby_tests.sh | ||
run-android-ci-instrumentation-tests.js | ||
run-android-emulator.sh | ||
run-android-local-integration-tests.sh | ||
run-android-local-unit-tests.sh | ||
run-ci-e2e-tests.js | ||
run-ci-javascript-tests.js | ||
run-instrumentation-tests-via-adb-shell.sh | ||
scm-utils.js | ||
set-rn-template-version.js | ||
set-rn-version.js | ||
setup-verdaccio.js | ||
sync-css-layout.sh | ||
test-e2e-local-clean.js | ||
test-e2e-local.js | ||
test-manual-e2e.sh | ||
testing-utils.js | ||
try-n-times.js | ||
update_podfile_lock.sh | ||
update-ruby.sh | ||
validate-android-device-env.sh | ||
validate-android-sdk.sh | ||
validate-android-test-env.sh | ||
validate-ios-test-env.sh | ||
version-utils.js |