Skip to content
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

build(ios): pin maplibre version to 5.12.0 #1454

Merged
merged 2 commits into from
Jul 23, 2021
Merged

Conversation

ferdicus
Copy link
Member

@ferdicus ferdicus commented Jul 9, 2021

Description

Saw a post in the gitter chat that mentioned, that their MapLibre version upgraded without them noticing/ wanting.
This pins down the version to exact 5.12.0 (new release of MapLibre).

Also adjusted the install docs.

Checklist

  • I have tested this on a device/simulator for each compatible OS
  • I mentioned this change in CHANGELOG.md

@ferdicus ferdicus requested a review from mfazekas July 9, 2021 20:32
@ferdicus ferdicus self-assigned this Jul 9, 2021
@@ -36,8 +36,8 @@ def $RNMBGL.post_install(installer)
spm_spec = {
url: "https://github.com/maplibre/maplibre-gl-native-distribution",
requirement: {
kind: "upToNextMajorVersion",
minimumVersion: "5.11.0"
kind: "exactVersion",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably went with kind = upToNextMinorVersion;. minimumVersion = 5.12.0

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think people got confused, when it downloaded the new version - they didn't have it on their radar, hence why I locked it down.

@ferdicus ferdicus merged commit 9e8ba2b into master Jul 23, 2021
@ferdicus ferdicus deleted the feat/pin-maplibre-version branch July 23, 2021 09:07
mikalaiulasevich pushed a commit to OneSoil-Platform/maps that referenced this pull request Sep 23, 2021
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.

2 participants