-
Notifications
You must be signed in to change notification settings - Fork 1
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 non-default package types not working #216
Conversation
✅ Deploy Preview for myparcel-delivery-options ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #216 +/- ##
==========================================
+ Coverage 79.56% 80.08% +0.52%
==========================================
Files 354 354
Lines 11100 11099 -1
Branches 446 465 +19
==========================================
+ Hits 8832 8889 +57
+ Misses 1828 1752 -76
- Partials 440 458 +18 ☔ View full report in Codecov by Sentry. |
3771d70
to
b3ba5a0
Compare
## [@myparcel/delivery-options-v6.1.0](v6.0.2...v6.1.0) (2024-04-15) ### ✨ New Features * **design:** add styling to errors ([a143d55](a143d55)) ### 🐛 Bug Fixes * expose validated config on window object ([#215](#215)) ([d717532](d717532)) * fix non-default package types not working ([#216](#216)) ([1fb7b7c](1fb7b7c)) * select standard delivery initially ([#214](#214)) ([0e67095](0e67095))
🎉 This PR is included in version @myparcel/delivery-options-v6.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
INT-447