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

fix: Simple hosted dependencies should be inlined #795

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

spydon
Copy link
Collaborator

@spydon spydon commented Nov 21, 2024

Description

Before this fix (after moving to pubspec_parse), when we updated shared dependencies they would explicitly use the version field.

Example before this PR:

dependencies:
  flame:
    version: ^1.21.0

After this PR:

dependencies:
  flame: ^1.21.0

Type of Change

  • feat -- New feature (non-breaking change which adds functionality)
  • 🛠️ fix -- Bug fix (non-breaking change which fixes an issue)
  • ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • ci -- Build configuration change
  • 📝 docs -- Documentation
  • 🗑️ chore -- Chore

Copy link

docs-page bot commented Nov 21, 2024

To view this pull requests documentation preview, visit the following URL:

docs.page/invertase/melos~795

Documentation is deployed and generated using docs.page.

@spydon spydon requested a review from exaby73 November 21, 2024 11:12
@spydon spydon merged commit 83909a7 into main Nov 21, 2024
10 checks passed
@spydon spydon deleted the fix/simple-versions-inline branch November 21, 2024 12: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