Skip to content

Commit

Permalink
feat: added changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilowicz committed Dec 31, 2024
1 parent 50b2b08 commit 5169ed5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-swans-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vue-demo-store": minor
---

Removed order details from `AccountOrder` component and moved it to the new order details page `pages/account/order/details/[id].vue`
5 changes: 5 additions & 0 deletions .changeset/unlucky-owls-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shopware-pwa/composables-next": patch
---

useCustomerOrders - Set current page based on the orders endpoint response
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const { getErrorsCodes } = useCartNotification();
const { pushSuccess, pushError } = useNotifications();
const { t } = useI18n();
const {
loadOrderDetails,
order,
hasDocuments,
documents,
Expand Down
1 change: 0 additions & 1 deletion templates/vue-demo-store/pages/account/order/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const {
currentPage,
limit,
} = useCustomerOrders();
const { t } = useI18n();
const route = useRoute();
const router = useRouter();
Expand Down

0 comments on commit 5169ed5

Please sign in to comment.