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: fix bug where similarly named dependencies were incorrectly updated #3

Merged
merged 2 commits into from
Sep 30, 2021

Conversation

jeroen-meijer
Copy link
Owner

chore: update version and changelog

Description

This PR fixes a bug where similarly named dependency versions would get overwritten.
Also upgraded version to 0.0.3

Incorrect behavior

# Before
dependencies:
  bloc: foo

dev_dependencies:
  bloc_test: bar

---
# After
dependencies:
  bloc: baz

dev_dependencies:
  bloc: baz

Type of Change

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

@jeroen-meijer jeroen-meijer self-assigned this Sep 30, 2021
@jeroen-meijer jeroen-meijer merged commit 13791c1 into main Sep 30, 2021
@jeroen-meijer jeroen-meijer deleted the fix/0.0.3 branch September 30, 2021 23:38
@jeroen-meijer
Copy link
Owner Author

Merging this prematurely with more tests to be added later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant