diff --git a/.changeset/calm-walls-wave.md b/.changeset/calm-walls-wave.md deleted file mode 100644 index 04c3c7ea3..000000000 --- a/.changeset/calm-walls-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware/api-gen": patch ---- - -Improved error messages and merging override patches. diff --git a/.changeset/six-snakes-joke.md b/.changeset/six-snakes-joke.md deleted file mode 100644 index 28e6aeb9e..000000000 --- a/.changeset/six-snakes-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/composables-next": patch ---- - -Add configuration step to README.md diff --git a/.changeset/stale-files-learn.md b/.changeset/stale-files-learn.md deleted file mode 100644 index fb5665b22..000000000 --- a/.changeset/stale-files-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/nuxt3-module": minor ---- - -Added possibility to use Nuxt config file for setting the API requests headers. Headers are added to each request SSR and CSR. diff --git a/.changeset/strange-pets-relax.md b/.changeset/strange-pets-relax.md deleted file mode 100644 index 6d608cb6e..000000000 --- a/.changeset/strange-pets-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-demo-store": patch ---- - -Add smooth scrolling on the routing change (excluding product variants) diff --git a/.changeset/tidy-bats-confess.md b/.changeset/tidy-bats-confess.md deleted file mode 100644 index b9182f7f0..000000000 --- a/.changeset/tidy-bats-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/cms-base": minor ---- - -Add smooth scrolling for listing pagination diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 1097c7a0a..67368a615 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # docs +## 1.7.9 + +### Patch Changes + +- Updated dependencies [[`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992)]: + - @shopware-pwa/composables-next@1.4.3 + ## 1.7.8 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index dac98b342..e1ff00474 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "1.7.8", + "version": "1.7.9", "description": "", "type": "module", "scripts": { diff --git a/packages/api-gen/CHANGELOG.md b/packages/api-gen/CHANGELOG.md index eaa7bbca1..fca079f86 100644 --- a/packages/api-gen/CHANGELOG.md +++ b/packages/api-gen/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware/api-gen +## 1.1.4 + +### Patch Changes + +- [#1447](https://github.com/shopware/frontends/pull/1447) [`11ea41f`](https://github.com/shopware/frontends/commit/11ea41fc00493d4997ddfcb23e2f5bf89dd2a828) Thanks [@patzick](https://github.com/patzick)! - Improved error messages and merging override patches. + ## 1.1.3 ### Patch Changes diff --git a/packages/api-gen/README.md b/packages/api-gen/README.md index 3f13bfe4a..3bce97324 100644 --- a/packages/api-gen/README.md +++ b/packages/api-gen/README.md @@ -243,9 +243,8 @@ Prepare your config file named **api-gen.config.json**: Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-gen/CHANGELOG.md) -### Latest changes: 1.1.3 +### Latest changes: 1.1.4 ### Patch Changes -- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]: - - @shopware/api-client@1.1.2 +- [#1447](https://github.com/shopware/frontends/pull/1447) [`11ea41f`](https://github.com/shopware/frontends/commit/11ea41fc00493d4997ddfcb23e2f5bf89dd2a828) Thanks [@patzick](https://github.com/patzick)! - Improved error messages and merging override patches. diff --git a/packages/api-gen/package.json b/packages/api-gen/package.json index dc1d6bbdd..46283bdcd 100644 --- a/packages/api-gen/package.json +++ b/packages/api-gen/package.json @@ -1,6 +1,6 @@ { "name": "@shopware/api-gen", - "version": "1.1.3", + "version": "1.1.4", "description": "Shopware CLI for API client generation.", "author": "Shopware", "type": "module", diff --git a/packages/cms-base/CHANGELOG.md b/packages/cms-base/CHANGELOG.md index 80212279a..d478db960 100644 --- a/packages/cms-base/CHANGELOG.md +++ b/packages/cms-base/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopware-pwa/cms-base +## 1.2.0 + +### Minor Changes + +- [#1404](https://github.com/shopware/frontends/pull/1404) [`d4482d5`](https://github.com/shopware/frontends/commit/d4482d51a65c435f27923e85223cac4e291f6c56) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add smooth scrolling for listing pagination + +### Patch Changes + +- Updated dependencies [[`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992)]: + - @shopware-pwa/composables-next@1.4.3 + ## 1.1.2 ### Patch Changes diff --git a/packages/cms-base/README.md b/packages/cms-base/README.md index 1c0799b99..3fd615ec6 100644 --- a/packages/cms-base/README.md +++ b/packages/cms-base/README.md @@ -110,10 +110,13 @@ 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.1.2 +### Latest changes: 1.2.0 + +### Minor Changes + +- [#1404](https://github.com/shopware/frontends/pull/1404) [`d4482d5`](https://github.com/shopware/frontends/commit/d4482d51a65c435f27923e85223cac4e291f6c56) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add smooth scrolling for listing pagination ### Patch Changes -- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]: - - @shopware/api-client@1.1.2 - - @shopware-pwa/composables-next@1.4.2 +- Updated dependencies [[`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992)]: + - @shopware-pwa/composables-next@1.4.3 diff --git a/packages/cms-base/package.json b/packages/cms-base/package.json index a7cbcf798..a7e188c62 100644 --- a/packages/cms-base/package.json +++ b/packages/cms-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cms-base", - "version": "1.1.2", + "version": "1.2.0", "description": "Vue CMS support for Shopware", "author": "Shopware", "repository": { diff --git a/packages/composables/CHANGELOG.md b/packages/composables/CHANGELOG.md index 30a21c095..ffc29ee61 100644 --- a/packages/composables/CHANGELOG.md +++ b/packages/composables/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware-pwa/composables-next +## 1.4.3 + +### Patch Changes + +- [#1449](https://github.com/shopware/frontends/pull/1449) [`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992) Thanks [@mkucmus](https://github.com/mkucmus)! - Add configuration step to README.md + ## 1.4.2 ### Patch Changes diff --git a/packages/composables/README.md b/packages/composables/README.md index 11fae5065..e4966694c 100644 --- a/packages/composables/README.md +++ b/packages/composables/README.md @@ -165,9 +165,8 @@ 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.4.2 +### Latest changes: 1.4.3 ### Patch Changes -- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]: - - @shopware/api-client@1.1.2 +- [#1449](https://github.com/shopware/frontends/pull/1449) [`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992) Thanks [@mkucmus](https://github.com/mkucmus)! - Add configuration step to README.md diff --git a/packages/composables/package.json b/packages/composables/package.json index 46e8bfd02..5b24311a3 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/composables-next", - "version": "1.4.2", + "version": "1.4.3", "description": "Shopware Frontends composables for Vue", "author": "Shopware", "repository": { diff --git a/packages/nuxt3-module/CHANGELOG.md b/packages/nuxt3-module/CHANGELOG.md index 2052e685f..26527c1f0 100644 --- a/packages/nuxt3-module/CHANGELOG.md +++ b/packages/nuxt3-module/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopware-pwa/nuxt3-module +## 1.1.0 + +### Minor Changes + +- [#1442](https://github.com/shopware/frontends/pull/1442) [`9669d1b`](https://github.com/shopware/frontends/commit/9669d1b39fca71461a3641840632db171f2968ed) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Added possibility to use Nuxt config file for setting the API requests headers. Headers are added to each request SSR and CSR. + +### Patch Changes + +- Updated dependencies [[`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992)]: + - @shopware-pwa/composables-next@1.4.3 + ## 1.0.8 ### Patch Changes diff --git a/packages/nuxt3-module/README.md b/packages/nuxt3-module/README.md index fb948e35e..6d45893c1 100644 --- a/packages/nuxt3-module/README.md +++ b/packages/nuxt3-module/README.md @@ -125,10 +125,13 @@ More about Nuxt configuration can be found [HERE](https://nuxt.com/docs/getting- Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/nuxt3-module/CHANGELOG.md) -### Latest changes: 1.0.8 +### Latest changes: 1.1.0 + +### Minor Changes + +- [#1442](https://github.com/shopware/frontends/pull/1442) [`9669d1b`](https://github.com/shopware/frontends/commit/9669d1b39fca71461a3641840632db171f2968ed) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Added possibility to use Nuxt config file for setting the API requests headers. Headers are added to each request SSR and CSR. ### Patch Changes -- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]: - - @shopware/api-client@1.1.2 - - @shopware-pwa/composables-next@1.4.2 +- Updated dependencies [[`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992)]: + - @shopware-pwa/composables-next@1.4.3 diff --git a/packages/nuxt3-module/package.json b/packages/nuxt3-module/package.json index 877b11356..058e935f2 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.8", + "version": "1.1.0", "description": "Nuxt 3 module for Shopware Frontends", "author": "Shopware", "repository": { diff --git a/templates/vue-demo-store/CHANGELOG.md b/templates/vue-demo-store/CHANGELOG.md index 677cb914a..35c363b3f 100644 --- a/templates/vue-demo-store/CHANGELOG.md +++ b/templates/vue-demo-store/CHANGELOG.md @@ -1,5 +1,11 @@ # vue-demo-store +## 1.3.1 + +### Patch Changes + +- [#1404](https://github.com/shopware/frontends/pull/1404) [`d4482d5`](https://github.com/shopware/frontends/commit/d4482d51a65c435f27923e85223cac4e291f6c56) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add smooth scrolling on the routing change (excluding product variants) + ## 1.3.0 ### Minor Changes diff --git a/templates/vue-demo-store/package.json b/templates/vue-demo-store/package.json index febbd3f6f..acebb8cab 100644 --- a/templates/vue-demo-store/package.json +++ b/templates/vue-demo-store/package.json @@ -1,6 +1,6 @@ { "name": "vue-demo-store", - "version": "1.3.0", + "version": "1.3.1", "private": true, "type": "module", "scripts": {