-
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: align pickup times with API data #256
Conversation
✅ Deploy Preview for myparcel-delivery-options ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #256 +/- ##
==========================================
- Coverage 75.29% 75.27% -0.03%
==========================================
Files 342 342
Lines 7376 7369 -7
Branches 635 635
==========================================
- Hits 5554 5547 -7
Misses 1197 1197
Partials 625 625 ☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will increase total bundle size by 48.79kB (17.98%) ⬆️
|
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
6694c35
to
f7012b5
Compare
f494601
to
8e73efa
Compare
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a feature, it's a bug fix, so the commit type should be fix
. Also, the "Resolves #..." thing is for GitHub issues, when referring to a Jira ticket just put INT-xxx
in the body. This is also mentioned in the "GitHub pull request workflow" on the wiki.
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Show resolved
Hide resolved
...ews/MyParcelDeliveryOptions/Pickup/PickupLocationOpeningHours/PickupLocationOpeningHours.vue
Show resolved
Hide resolved
8d9d9a5
to
2f100f3
Compare
## [@myparcel/delivery-options-v6.4.2](v6.4.1...v6.4.2) (2024-12-03) ### 🐛 Bug Fixes * align pickup times with API data ([#256](#256)) ([70ec73b](70ec73b))
🎉 This issue has been resolved in version @myparcel/delivery-options-v6.4.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Fixed weekday ordering and mapped pickup times accurately to match API data.
INT-663