-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(checkout): show carriers only for countries they ship to #273
Conversation
dadf226
to
f06a031
Compare
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
============================================
- Coverage 52.27% 49.26% -3.01%
+ Complexity 690 602 -88
============================================
Files 152 151 -1
Lines 4199 3897 -302
Branches 55 55
============================================
- Hits 2195 1920 -275
+ Misses 1949 1922 -27
Partials 55 55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
PDK upgrade summaryThe following packages were upgraded:
|
✅ Build successful! You can find a link to the downloadable artifact below.
|
e2fa717
to
62df26a
Compare
82aa17d
to
d386d2f
Compare
d386d2f
to
a9164ee
Compare
9b6060a
to
0025429
Compare
81efa95
to
9960536
Compare
456d3fd
to
5035d29
Compare
5035d29
to
0b58770
Compare
0b58770
to
7138881
Compare
7138881
to
f72a9d8
Compare
Co-authored-by: Florian Riecker- de Vries <[email protected]>
f72a9d8
to
769d970
Compare
## [4.2.0](v4.1.0...v4.2.0) (2024-11-20) ### 🐛 Bug Fixes * **admin:** fix toggle and tristate input elements not working correctly ([#278](#278)) ([c8832fd](c8832fd)), closes [myparcelnl/js-pdk#223](myparcelnl/js-pdk#223) * **orders:** export correct recipient name ([#277](#277)) ([883dcf4](883dcf4)), closes [#276](#276) * **upgrade:** always execute module installation on upgrade ([#271](#271)) ([78b3657](78b3657)) ### ✨ New Features * **backend:** add download logs action ([#275](#275)) ([7bb1349](7bb1349)), closes [myparcelnl/pdk#288](myparcelnl/pdk#288) [myparcelnl/js-pdk#221](myparcelnl/js-pdk#221) * **checkout:** show carriers only for countries they ship to ([#273](#273)) ([e13b6a2](e13b6a2)) * **deps:** upgrade @myparcel-pdk/checkout to v1.2.0 ([0b314e9](0b314e9)) * **deps:** upgrade myparcelnl/pdk to v2.47.1 ([ffe8ce4](ffe8ce4))
🎉 This PR is included in version 4.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
INT-704