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

chore: Internal packages are now imported with version specified #931

Merged
merged 1 commit into from
May 21, 2024

Conversation

dshukertjr
Copy link
Member

What kind of change does this PR introduce?

Instead of specifying the version range like "^2.0.0", the internal packages are pinned to specific versions.

supabase-js started doing this recently as well. With this, we can now the versions of the sub-libraries just by obtaining the supabase-flutter version, and it also helps with preventing accidental breaking change affecting a wider range if there were to be one.

@dshukertjr dshukertjr merged commit d562352 into main May 21, 2024
12 checks passed
@dshukertjr dshukertjr deleted the chore/versions branch May 21, 2024 01:29
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