diff --git a/.changeset/long-pianos-allow.md b/.changeset/long-pianos-allow.md deleted file mode 100644 index 6dca94fa1..000000000 --- a/.changeset/long-pianos-allow.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@shopware-pwa/helpers-next": patch ---- - -Prevent from getting an incorrect srcset format when img url is not set. - -before when there were no urls for 400w and 800w: -`src="image1.jpg 100w, 400w, 800w"` - -now only the entry with an URL defined is returned diff --git a/.changeset/sixty-teachers-allow.md b/.changeset/sixty-teachers-allow.md deleted file mode 100644 index 2db3a5f8f..000000000 --- a/.changeset/sixty-teachers-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/composables-next": minor ---- - -New `useDefaultOrderAssociations` composable to be used or overriden separately in user project. This composable just returns default associations object. diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index baa7883c9..312cbac3a 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # docs +## 1.7.4 + +### Patch Changes + +- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128), [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b)]: + - @shopware-pwa/helpers-next@1.0.2 + - @shopware-pwa/composables-next@1.2.0 + ## 1.7.3 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index d896a2021..731b5728d 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "1.7.3", + "version": "1.7.4", "description": "", "scripts": { "dev": "vitepress", diff --git a/packages/cms-base/CHANGELOG.md b/packages/cms-base/CHANGELOG.md index 8164456d9..29039b710 100644 --- a/packages/cms-base/CHANGELOG.md +++ b/packages/cms-base/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopware-pwa/cms-base +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128), [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b)]: + - @shopware-pwa/helpers-next@1.0.2 + - @shopware-pwa/composables-next@1.2.0 + ## 1.0.3 ### Patch Changes diff --git a/packages/cms-base/README.md b/packages/cms-base/README.md index ec859f618..efdcaeabc 100644 --- a/packages/cms-base/README.md +++ b/packages/cms-base/README.md @@ -81,19 +81,10 @@ No additional packages needed to be installed. Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/cms-base/CHANGELOG.md) -### Latest changes: 1.0.3 +### Latest changes: 1.0.4 ### Patch Changes -- [#1089](https://github.com/shopware/frontends/pull/1089) [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6) Thanks [@mkucmus](https://github.com/mkucmus)! - Upgrade eslint config to flat format + lint - -- [#1148](https://github.com/shopware/frontends/pull/1148) [`7c38102`](https://github.com/shopware/frontends/commit/7c38102be299756ac1c2dd690d9ace6044f35206) Thanks [@mkucmus](https://github.com/mkucmus)! - - Change resizing mode of Shopware CDN from `crop` to `cover` mode for image of product within `SwProductCart` component - - - Make translation for tier pricing table consistent - -- [#1074](https://github.com/shopware/frontends/pull/1074) [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4) Thanks [@mkucmus](https://github.com/mkucmus)! - Removed optional chaining for translated properties - -- Updated dependencies [[`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4), [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4), [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6), [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4), [`3bde5fe`](https://github.com/shopware/frontends/commit/3bde5fe6d4a9c31d380defc05a7903cf99cb8136)]: - - @shopware-pwa/helpers-next@1.0.1 - - @shopware-pwa/composables-next@1.1.1 - - @shopware/api-client@1.0.2 +- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128), [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b)]: + - @shopware-pwa/helpers-next@1.0.2 + - @shopware-pwa/composables-next@1.2.0 diff --git a/packages/cms-base/package.json b/packages/cms-base/package.json index 2cd703c86..bae83f60a 100644 --- a/packages/cms-base/package.json +++ b/packages/cms-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cms-base", - "version": "1.0.3", + "version": "1.0.4", "description": "Vue CMS support for Shopware", "author": "Shopware", "repository": { diff --git a/packages/composables/CHANGELOG.md b/packages/composables/CHANGELOG.md index 625a22ba2..85eece9d5 100644 --- a/packages/composables/CHANGELOG.md +++ b/packages/composables/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopware-pwa/composables-next +## 1.2.0 + +### Minor Changes + +- [#1194](https://github.com/shopware/frontends/pull/1194) [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b) Thanks [@patzick](https://github.com/patzick)! - New `useDefaultOrderAssociations` composable to be used or overriden separately in user project. This composable just returns default associations object. + +### Patch Changes + +- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128)]: + - @shopware-pwa/helpers-next@1.0.2 + ## 1.1.1 ### Patch Changes diff --git a/packages/composables/README.md b/packages/composables/README.md index 2c655dd87..732b8b654 100644 --- a/packages/composables/README.md +++ b/packages/composables/README.md @@ -151,16 +151,13 @@ All composable functions are fully typed with TypeScript and they are registed g Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/composables/CHANGELOG.md) -### Latest changes: 1.1.1 +### Latest changes: 1.2.0 -### Patch Changes - -- [#1074](https://github.com/shopware/frontends/pull/1074) [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4) Thanks [@mkucmus](https://github.com/mkucmus)! - `useOrderDetails` - Load shipping address for the order details. Ivoking a `loadOrderDetails` method now will fetch also a `shippingOrderAddress` association. +### Minor Changes -- [#1089](https://github.com/shopware/frontends/pull/1089) [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6) Thanks [@mkucmus](https://github.com/mkucmus)! - Migrate eslint config to flat format +- [#1194](https://github.com/shopware/frontends/pull/1194) [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b) Thanks [@patzick](https://github.com/patzick)! - New `useDefaultOrderAssociations` composable to be used or overriden separately in user project. This composable just returns default associations object. -- [#1099](https://github.com/shopware/frontends/pull/1099) [`3bde5fe`](https://github.com/shopware/frontends/commit/3bde5fe6d4a9c31d380defc05a7903cf99cb8136) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - `useCart` - Fixed adding promotion code +### Patch Changes -- Updated dependencies [[`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4), [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6), [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4)]: - - @shopware-pwa/helpers-next@1.0.1 - - @shopware/api-client@1.0.2 +- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128)]: + - @shopware-pwa/helpers-next@1.0.2 diff --git a/packages/composables/package.json b/packages/composables/package.json index 3e4a9b612..93bbe0274 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/composables-next", - "version": "1.1.1", + "version": "1.2.0", "description": "Shopware Frontends composables for Vue", "author": "Shopware", "repository": { diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 824d2a169..957c89224 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopware-pwa/helpers-next +## 1.0.2 + +### Patch Changes + +- [#1191](https://github.com/shopware/frontends/pull/1191) [`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128) Thanks [@mkucmus](https://github.com/mkucmus)! - Prevent from getting an incorrect srcset format when img url is not set. + + before when there were no urls for 400w and 800w: + `src="image1.jpg 100w, 400w, 800w"` + + now only the entry with an URL defined is returned + ## 1.0.1 ### Patch Changes diff --git a/packages/helpers/README.md b/packages/helpers/README.md index bd63eaed4..7a26e97c2 100644 --- a/packages/helpers/README.md +++ b/packages/helpers/README.md @@ -36,10 +36,13 @@ export default defineConfig({ Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/helpers/CHANGELOG.md) -### Latest changes: 1.0.1 +### Latest changes: 1.0.2 ### Patch Changes -- [#1074](https://github.com/shopware/frontends/pull/1074) [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4) Thanks [@mkucmus](https://github.com/mkucmus)! - Removed optional chaining for translated properties. Expecting a different argument type for the `getLanguageName` and `getShippingMethodDeliveryTime` methods. +- [#1191](https://github.com/shopware/frontends/pull/1191) [`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128) Thanks [@mkucmus](https://github.com/mkucmus)! - Prevent from getting an incorrect srcset format when img url is not set. -- [#1089](https://github.com/shopware/frontends/pull/1089) [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6) Thanks [@mkucmus](https://github.com/mkucmus)! - Migrate eslint config to flat format + before when there were no urls for 400w and 800w: + `src="image1.jpg 100w, 400w, 800w"` + + now only the entry with an URL defined is returned diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 56a117b56..b827995a2 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/helpers-next", - "version": "1.0.1", + "version": "1.0.2", "description": "Shopware helpers for accessing API data", "author": "Shopware", "type": "module", diff --git a/packages/nuxt3-module/CHANGELOG.md b/packages/nuxt3-module/CHANGELOG.md index 35a641597..6f56a13eb 100644 --- a/packages/nuxt3-module/CHANGELOG.md +++ b/packages/nuxt3-module/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopware-pwa/nuxt3-module +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128), [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b)]: + - @shopware-pwa/helpers-next@1.0.2 + - @shopware-pwa/composables-next@1.2.0 + ## 1.0.3 ### Patch Changes diff --git a/packages/nuxt3-module/README.md b/packages/nuxt3-module/README.md index bad0803b2..f8e43259a 100644 --- a/packages/nuxt3-module/README.md +++ b/packages/nuxt3-module/README.md @@ -99,13 +99,10 @@ Internally, the module uses [API Client](https://npmjs.com/package/@shopware-pwa Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/nuxt3-module/CHANGELOG.md) -### Latest changes: 1.0.3 +### Latest changes: 1.0.4 ### Patch Changes -- [#1089](https://github.com/shopware/frontends/pull/1089) [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6) Thanks [@mkucmus](https://github.com/mkucmus)! - Migrate eslint config to flat format - -- Updated dependencies [[`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4), [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4), [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6), [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4), [`3bde5fe`](https://github.com/shopware/frontends/commit/3bde5fe6d4a9c31d380defc05a7903cf99cb8136)]: - - @shopware-pwa/helpers-next@1.0.1 - - @shopware-pwa/composables-next@1.1.1 - - @shopware/api-client@1.0.2 +- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128), [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b)]: + - @shopware-pwa/helpers-next@1.0.2 + - @shopware-pwa/composables-next@1.2.0 diff --git a/packages/nuxt3-module/package.json b/packages/nuxt3-module/package.json index 667a07186..2845692fe 100644 --- a/packages/nuxt3-module/package.json +++ b/packages/nuxt3-module/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/nuxt3-module", - "version": "1.0.3", + "version": "1.0.4", "description": "Nuxt 3 module for Shopware Frontends", "author": "Shopware", "repository": {