From 0df2d7d1d8761f257849a622bbfd6f75ad66a034 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:46:19 +0200 Subject: [PATCH] chore: next version release (#356) chore: release --- .changeset/dirty-buttons-clap.md | 5 ----- .changeset/gentle-bulldogs-warn.md | 5 ----- .changeset/nine-ladybugs-hunt.md | 5 ----- .changeset/silly-pans-flash.md | 5 ----- .changeset/smooth-tips-complain.md | 5 ----- apps/docs/CHANGELOG.md | 7 +++++++ apps/docs/package.json | 2 +- packages/api-client-next/CHANGELOG.md | 6 ++++++ packages/api-client-next/README.md | 9 +++------ packages/api-client-next/package.json | 2 +- packages/cms-base/CHANGELOG.md | 9 +++++++++ packages/cms-base/README.md | 12 ++++-------- packages/cms-base/package.json | 2 +- packages/composables/CHANGELOG.md | 10 ++++++++++ packages/composables/README.md | 12 +++++------- packages/composables/package.json | 2 +- packages/nuxt3-module/CHANGELOG.md | 7 +++++++ packages/nuxt3-module/README.md | 15 +++------------ packages/nuxt3-module/package.json | 2 +- templates/vue-demo-store/CHANGELOG.md | 13 +++++++++++++ templates/vue-demo-store/package.json | 2 +- 21 files changed, 73 insertions(+), 64 deletions(-) delete mode 100644 .changeset/dirty-buttons-clap.md delete mode 100644 .changeset/gentle-bulldogs-warn.md delete mode 100644 .changeset/nine-ladybugs-hunt.md delete mode 100644 .changeset/silly-pans-flash.md delete mode 100644 .changeset/smooth-tips-complain.md diff --git a/.changeset/dirty-buttons-clap.md b/.changeset/dirty-buttons-clap.md deleted file mode 100644 index 27c8e8cb1..000000000 --- a/.changeset/dirty-buttons-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/cms-base": patch ---- - -Add prefix to the media link diff --git a/.changeset/gentle-bulldogs-warn.md b/.changeset/gentle-bulldogs-warn.md deleted file mode 100644 index 557d0af6a..000000000 --- a/.changeset/gentle-bulldogs-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/composables-next": patch ---- - -Fix link building for a cms image element diff --git a/.changeset/nine-ladybugs-hunt.md b/.changeset/nine-ladybugs-hunt.md deleted file mode 100644 index 922bb14ae..000000000 --- a/.changeset/nine-ladybugs-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/composables-next": minor ---- - -Add `setCountry` method for `useSessionContext` composable diff --git a/.changeset/silly-pans-flash.md b/.changeset/silly-pans-flash.md deleted file mode 100644 index da12dadc6..000000000 --- a/.changeset/silly-pans-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-demo-store": minor ---- - -Move `LayoutBreadcrumbs` component from the layout to the lower-level components diff --git a/.changeset/smooth-tips-complain.md b/.changeset/smooth-tips-complain.md deleted file mode 100644 index be441edfe..000000000 --- a/.changeset/smooth-tips-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware/api-client": minor ---- - -Add `setCurrentCountry` for changing context countryId diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index ab2d810e5..4cde532c7 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # docs +## 1.5.8 + +### Patch Changes + +- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]: + - @shopware-pwa/composables-next@0.13.0 + ## 1.5.7 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index 9a6312449..9f3fad736 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "1.5.7", + "version": "1.5.8", "description": "", "scripts": { "dev": "vitepress", diff --git a/packages/api-client-next/CHANGELOG.md b/packages/api-client-next/CHANGELOG.md index 98955394e..ad9844566 100644 --- a/packages/api-client-next/CHANGELOG.md +++ b/packages/api-client-next/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware/api-client +## 0.3.0 + +### Minor Changes + +- [#330](https://github.com/shopware/frontends/pull/330) [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `setCurrentCountry` for changing context countryId + ## 0.2.1 ### Patch Changes diff --git a/packages/api-client-next/README.md b/packages/api-client-next/README.md index b0fd32229..aa21d8e21 100644 --- a/packages/api-client-next/README.md +++ b/packages/api-client-next/README.md @@ -146,11 +146,8 @@ try { Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client-next/CHANGELOG.md) -### Latest changes: 0.2.1 +### Latest changes: 0.3.0 -### Patch Changes +### Minor Changes -- [#339](https://github.com/shopware/frontends/pull/339) [`b2fe2bc`](https://github.com/shopware/frontends/commit/b2fe2bc84bc4f3381bc16b9216a935f3c317b0d4) Thanks [@patzick](https://github.com/patzick)! - Query param arrays. This fixes the way how query params are serialized. Previously, array query params were serialized as `?ids=1&ids=2`, now they are serialized as `?ids[]=1&ids[]=2`. This is the proper way of serialization in the Shopware API. - The definition of the endpoints hasn't changed, so you don't need to change anything in your code. - -- [#320](https://github.com/shopware/frontends/pull/320) [`8e499e3`](https://github.com/shopware/frontends/commit/8e499e35b3a1a7dc4d1382f8f99b8fc3426e4ac9) Thanks [@mkucmus](https://github.com/mkucmus)! - Prevent setting "null" or "undefined" as token on session init +- [#330](https://github.com/shopware/frontends/pull/330) [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `setCurrentCountry` for changing context countryId diff --git a/packages/api-client-next/package.json b/packages/api-client-next/package.json index afaabbae6..bec10596a 100644 --- a/packages/api-client-next/package.json +++ b/packages/api-client-next/package.json @@ -1,6 +1,6 @@ { "name": "@shopware/api-client", - "version": "0.2.1", + "version": "0.3.0", "description": "Shopware client for API connection.", "author": "Shopware", "repository": { diff --git a/packages/cms-base/CHANGELOG.md b/packages/cms-base/CHANGELOG.md index 5b27f6ab5..0a67f19a8 100644 --- a/packages/cms-base/CHANGELOG.md +++ b/packages/cms-base/CHANGELOG.md @@ -1,5 +1,14 @@ # @shopware-pwa/cms-base +## 0.8.2 + +### Patch Changes + +- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add prefix to the media link + +- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]: + - @shopware-pwa/composables-next@0.13.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/cms-base/README.md b/packages/cms-base/README.md index 4fc8e16f9..6aba56545 100644 --- a/packages/cms-base/README.md +++ b/packages/cms-base/README.md @@ -81,15 +81,11 @@ 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: 0.8.1 +### Latest changes: 0.8.2 ### Patch Changes -- [#349](https://github.com/shopware/frontends/pull/349) [`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: +- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add prefix to the media link - - Changed dependency _@nuxt/kit_ from **^3.6.3** to **^3.6.5** - -- Updated dependencies [[`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b)]: - - @shopware-pwa/composables-next@0.12.1 - - @shopware-pwa/api-client@0.5.2 - - @shopware-pwa/helpers-next@0.3.2 +- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]: + - @shopware-pwa/composables-next@0.13.0 diff --git a/packages/cms-base/package.json b/packages/cms-base/package.json index 9e0913635..049144f44 100644 --- a/packages/cms-base/package.json +++ b/packages/cms-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cms-base", - "version": "0.8.1", + "version": "0.8.2", "description": "Vue CMS support for Shopware", "author": "Shopware", "repository": { diff --git a/packages/composables/CHANGELOG.md b/packages/composables/CHANGELOG.md index 35e339803..30c7a203a 100644 --- a/packages/composables/CHANGELOG.md +++ b/packages/composables/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopware-pwa/composables-next +## 0.13.0 + +### Minor Changes + +- [#330](https://github.com/shopware/frontends/pull/330) [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `setCountry` method for `useSessionContext` composable + +### Patch Changes + +- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Fix link building for a cms image element + ## 0.12.1 ### Patch Changes diff --git a/packages/composables/README.md b/packages/composables/README.md index 8f74a515e..f45670b8c 100644 --- a/packages/composables/README.md +++ b/packages/composables/README.md @@ -137,14 +137,12 @@ 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: 0.12.1 +### Latest changes: 0.13.0 -### Patch Changes +### Minor Changes -- [#349](https://github.com/shopware/frontends/pull/349) [`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: +- [#330](https://github.com/shopware/frontends/pull/330) [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `setCountry` method for `useSessionContext` composable - - Changed dependency _@vueuse/core_ from **^10.2.1** to **^10.3.0** +### Patch Changes -- Updated dependencies []: - - @shopware-pwa/api-client@0.5.2 - - @shopware-pwa/helpers-next@0.3.2 +- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Fix link building for a cms image element diff --git a/packages/composables/package.json b/packages/composables/package.json index c3ed2fd1a..cec363527 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/composables-next", - "version": "0.12.1", + "version": "0.13.0", "description": "Shopware Frontends composables for Vue", "author": "Shopware", "repository": { diff --git a/packages/nuxt3-module/CHANGELOG.md b/packages/nuxt3-module/CHANGELOG.md index 44ab5672d..3cbcf7ca3 100644 --- a/packages/nuxt3-module/CHANGELOG.md +++ b/packages/nuxt3-module/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopware-pwa/nuxt3-module +## 0.5.1 + +### Patch Changes + +- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]: + - @shopware-pwa/composables-next@0.13.0 + ## 0.5.0 ### Minor Changes diff --git a/packages/nuxt3-module/README.md b/packages/nuxt3-module/README.md index 64100b7a9..e2dfc5b8f 100644 --- a/packages/nuxt3-module/README.md +++ b/packages/nuxt3-module/README.md @@ -93,18 +93,9 @@ 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: 0.5.0 - -### Minor Changes - -- [#325](https://github.com/shopware/frontends/pull/325) [`faf28ca`](https://github.com/shopware/frontends/commit/faf28ca3f150b22d567b1f9e94b75e156c5d0aaa) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add private `shopwareEndpoint` config for SSR instance creation +### Latest changes: 0.5.1 ### Patch Changes -- [#349](https://github.com/shopware/frontends/pull/349) [`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: - - - Changed dependency _@nuxt/kit_ from **^3.6.3** to **^3.6.5** - -- Updated dependencies [[`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b)]: - - @shopware-pwa/composables-next@0.12.1 - - @shopware-pwa/api-client@0.5.2 +- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]: + - @shopware-pwa/composables-next@0.13.0 diff --git a/packages/nuxt3-module/package.json b/packages/nuxt3-module/package.json index 5265edfae..592214338 100644 --- a/packages/nuxt3-module/package.json +++ b/packages/nuxt3-module/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/nuxt3-module", - "version": "0.5.0", + "version": "0.5.1", "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 c639e9f78..d85b96126 100644 --- a/templates/vue-demo-store/CHANGELOG.md +++ b/templates/vue-demo-store/CHANGELOG.md @@ -1,5 +1,18 @@ # vue-demo-store +## 0.14.0 + +### Minor Changes + +- [#361](https://github.com/shopware/frontends/pull/361) [`bc0d8d4`](https://github.com/shopware/frontends/commit/bc0d8d4d567b835c1c3b2a1c9124e4961276b492) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Move `LayoutBreadcrumbs` component from the layout to the lower-level components + +### Patch Changes + +- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]: + - @shopware-pwa/cms-base@0.8.2 + - @shopware-pwa/composables-next@0.13.0 + - @shopware-pwa/nuxt3-module@0.5.1 + ## 0.13.0 ### Minor Changes diff --git a/templates/vue-demo-store/package.json b/templates/vue-demo-store/package.json index 40d46dce5..06d586210 100644 --- a/templates/vue-demo-store/package.json +++ b/templates/vue-demo-store/package.json @@ -1,6 +1,6 @@ { "name": "vue-demo-store", - "version": "0.13.0", + "version": "0.14.0", "private": true, "scripts": { "dev": "nuxt dev",