Skip to content

Commit

Permalink
Remove unused ShippingPriceInfo.vue component
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Mar 4, 2021
1 parent aeef756 commit e836018
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion packages/core/docs/changelog/5561.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
description: 'Added \'ShippingPriceInfo.vue\' and \'CartPreview.vue\' components to \'components/Checkout\' directory asking for integration-specific implementation.',
description: 'Added \'CartPreview.vue\' components to \'components/Checkout\' directory asking for integration-specific implementation.',
link: 'https://github.com/vuestorefront/vue-storefront/pull/5561',
isBreaking: false,
author: 'Filip Sobol',
Expand Down
1 change: 0 additions & 1 deletion packages/core/docs/migrate/2.3.0-rc.1/commercetools.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ For more information about the new version, please refer to the [Overview](./ove
## Changes

In this release we made changes to the following files:
- added new component `components/Checkout/ShippingPriceInfo.vue`,
- added new components `pages/Checkout/Billing.vue`,
- added new helper `helpers/Checkout/getShippingMethodPrice.ts`,
- added new middleware `middleware/is-authenticated.js`,
Expand Down
1 change: 0 additions & 1 deletion packages/core/docs/migrate/2.3.0-rc.1/integrators.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,4 @@ We added and updated multiple UI elements. Please refer to the [UI section](./ov
Notable changes are:
- renamed `components/checkout` directory in core theme to `components/Checkout` (note the capital `C`). Please update your imports,
- new integration-specific component `components/Checkout/CartPreview.vue` (previously implemented as `components/checkout/CartPreview.vue` in the core theme),
- new integration-specific component `components/Checkout/ShippingPriceInfo.vue`,
- new integration-specific middleware `middleware/is-authenticated.js`.
1 change: 0 additions & 1 deletion packages/core/docs/migrate/2.3.0-rc.1/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ We added and updated multiple UI elements:
- updated translations in `theme/lang`,
- added new component `components/Notification.vue`,
- added new component `components/SearchResults.vue`,
- added new, integration-specific component `components/Checkout/ShippingPriceInfo.vue`,
- added new, integration-specific middleware `middleware/is-authenticated.js`,
- added new integration-specific component `components/Checkout/CartPreview.vue` (previously implemented as `components/checkout/CartPreview.vue` in the core theme).
- added new `useUiNotification` in `composables/useUiNotification/index.ts` (exported in `composables/index.ts`).

This file was deleted.

0 comments on commit e836018

Please sign in to comment.