Skip to content

Respect current version of CLI when searching for runtimes #2793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2017

Conversation

yyosifov
Copy link
Contributor

@yyosifov yyosifov commented May 9, 2017

When searching for the ios/android runtimes respect the current version of the CLI and don't search only for matching versions - i.e. if I have CLI 2.5.4 don't look for runtimes >= 2.5.4 only, as they can be available only up to 2.5.2 which is still fine and working for us. So I've changed it to look for 2.5.x or major.minor.any compatible versions of the packages, when searching for them.

Replaces $npm.install with the $npmInstallationManager.install

Updated the semver, to add the prerelease function missing in the last version

@yyosifov
Copy link
Contributor Author

run ci

@yyosifov
Copy link
Contributor Author

@dtopuzov can you confirm this regression test fails in 2.5.4 official, too? So that we can proceed with the merge with 1 regression test failing (as it's fixed in 3.x)

@dtopuzov dtopuzov merged commit 451ae8e into origin/release-255 May 10, 2017
@pkoleva pkoleva deleted the yosifov/hotfix-254 branch May 31, 2017 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants