From 07a08914ba1f4b8fa051226241b14c9662a203af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Jan 2025 15:24:14 +0000 Subject: [PATCH] chore: release --- .changeset/chatty-seas-exercise.md | 5 ----- .changeset/witty-rivers-sparkle.md | 5 ----- packages/nuxt-module/CHANGELOG.md | 6 ++++++ packages/nuxt-module/README.md | 14 ++------------ packages/nuxt-module/package.json | 2 +- templates/vue-demo-store/CHANGELOG.md | 6 ++++++ templates/vue-demo-store/package.json | 2 +- 7 files changed, 16 insertions(+), 24 deletions(-) delete mode 100644 .changeset/chatty-seas-exercise.md delete mode 100644 .changeset/witty-rivers-sparkle.md diff --git a/.changeset/chatty-seas-exercise.md b/.changeset/chatty-seas-exercise.md deleted file mode 100644 index 7905ae530..000000000 --- a/.changeset/chatty-seas-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-demo-store": minor ---- - -Added possibility to edit personal info on the checkout process diff --git a/.changeset/witty-rivers-sparkle.md b/.changeset/witty-rivers-sparkle.md deleted file mode 100644 index c52afa89f..000000000 --- a/.changeset/witty-rivers-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware/nuxt-module": patch ---- - -Read private shopware config only in SSR context. diff --git a/packages/nuxt-module/CHANGELOG.md b/packages/nuxt-module/CHANGELOG.md index 44ee712c7..d943a063e 100644 --- a/packages/nuxt-module/CHANGELOG.md +++ b/packages/nuxt-module/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware/nuxt-module +## 1.3.1 + +### Patch Changes + +- [#1628](https://github.com/shopware/frontends/pull/1628) [`a22588f`](https://github.com/shopware/frontends/commit/a22588f12393309d356c5d2f1a16526591f4e3d5) Thanks [@mkucmus](https://github.com/mkucmus)! - Read private shopware config only in SSR context. + ## 1.3.0 ### Minor Changes diff --git a/packages/nuxt-module/README.md b/packages/nuxt-module/README.md index 36bea226d..6f66d34bf 100644 --- a/packages/nuxt-module/README.md +++ b/packages/nuxt-module/README.md @@ -125,18 +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/nuxt-module/CHANGELOG.md) -### Latest changes: 1.3.0 - -### Minor Changes - -- [#1602](https://github.com/shopware/frontends/pull/1602) [`bb7d1cb`](https://github.com/shopware/frontends/commit/bb7d1cbc4204ff1d48f77416f94f550bc235e5ed) Thanks [@patzick](https://github.com/patzick)! - Package `@shopware-pwa/nuxt3-module` is deprecated. Use [@shopware/nuxt-module](https://www.npmjs.com/package/@shopware/nuxt-module) instead. - -- [#1602](https://github.com/shopware/frontends/pull/1602) [`bb7d1cb`](https://github.com/shopware/frontends/commit/bb7d1cbc4204ff1d48f77416f94f550bc235e5ed) Thanks [@patzick](https://github.com/patzick)! - Switch from `@shopware-pwa/helpers-next` to `@shopware/helpers` package. - -- [#1602](https://github.com/shopware/frontends/pull/1602) [`bb7d1cb`](https://github.com/shopware/frontends/commit/bb7d1cbc4204ff1d48f77416f94f550bc235e5ed) Thanks [@patzick](https://github.com/patzick)! - Switch from `@shopware-pwa/cms-base` to `@shopware/cms-base-layer` package. +### Latest changes: 1.3.1 ### Patch Changes -- Updated dependencies [[`bb7d1cb`](https://github.com/shopware/frontends/commit/bb7d1cbc4204ff1d48f77416f94f550bc235e5ed), [`bb7d1cb`](https://github.com/shopware/frontends/commit/bb7d1cbc4204ff1d48f77416f94f550bc235e5ed)]: - - @shopware/composables@1.8.0 - - @shopware/helpers@1.4.0 +- [#1628](https://github.com/shopware/frontends/pull/1628) [`a22588f`](https://github.com/shopware/frontends/commit/a22588f12393309d356c5d2f1a16526591f4e3d5) Thanks [@mkucmus](https://github.com/mkucmus)! - Read private shopware config only in SSR context. diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index 529a9127f..78d5cd804 100644 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -1,6 +1,6 @@ { "name": "@shopware/nuxt-module", - "version": "1.3.0", + "version": "1.3.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 dbfb178aa..1c9a67b99 100644 --- a/templates/vue-demo-store/CHANGELOG.md +++ b/templates/vue-demo-store/CHANGELOG.md @@ -1,5 +1,11 @@ # vue-demo-store +## 1.8.0 + +### Minor Changes + +- [#1640](https://github.com/shopware/frontends/pull/1640) [`b30b046`](https://github.com/shopware/frontends/commit/b30b04646e77be86e2851c046f9dcb3a4c393042) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Added possibility to edit personal info on the checkout process + ## 1.7.0 ### Minor Changes diff --git a/templates/vue-demo-store/package.json b/templates/vue-demo-store/package.json index ff33f3ee3..bd4d86bc3 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.7.0", + "version": "1.8.0", "private": true, "type": "module", "scripts": {