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/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/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/nuxt3-module/CHANGELOG.md b/packages/nuxt3-module/CHANGELOG.md index 2052e685f..1676de651 100644 --- a/packages/nuxt3-module/CHANGELOG.md +++ b/packages/nuxt3-module/CHANGELOG.md @@ -1,5 +1,11 @@ # @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. + ## 1.0.8 ### Patch Changes diff --git a/packages/nuxt3-module/README.md b/packages/nuxt3-module/README.md index fb948e35e..515b654fa 100644 --- a/packages/nuxt3-module/README.md +++ b/packages/nuxt3-module/README.md @@ -125,10 +125,8 @@ 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 -### Patch Changes +### Minor Changes -- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]: - - @shopware/api-client@1.1.2 - - @shopware-pwa/composables-next@1.4.2 +- [#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. 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": {