diff --git a/.changeset/curvy-rabbits-provide.md b/.changeset/curvy-rabbits-provide.md deleted file mode 100644 index 77dc495e3..000000000 --- a/.changeset/curvy-rabbits-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/composables-next": patch ---- - -Fixed initial listing suring search diff --git a/.changeset/famous-forks-unite.md b/.changeset/famous-forks-unite.md deleted file mode 100644 index 821e259c4..000000000 --- a/.changeset/famous-forks-unite.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"eslint-config-shopware": patch -"@shopware/api-client": patch -"vue-demo-store": patch -"vue-vite-blank": patch -"@shopware-pwa/nuxt3-module": patch -"@shopware-pwa/composables-next": patch -"@shopware-pwa/vue3-plugin": patch -"vue-blank": patch -"@shopware-pwa/cms-base": patch -"@shopware/api-gen": patch -"shopware-astro": patch -"@shopware-pwa/typer": patch -"docs": patch ---- - -bump dependencies diff --git a/.changeset/four-months-nail.md b/.changeset/four-months-nail.md deleted file mode 100644 index ba44f44ac..000000000 --- a/.changeset/four-months-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"vue-demo-store": patch -"docs": patch ---- - -Set default locale from accept-language header in SSR diff --git a/.changeset/nine-drinks-sort.md b/.changeset/nine-drinks-sort.md deleted file mode 100644 index e3f97a3ed..000000000 --- a/.changeset/nine-drinks-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/types": patch ---- - -improved CustomerGroup typing diff --git a/.changeset/ninety-stingrays-destroy.md b/.changeset/ninety-stingrays-destroy.md deleted file mode 100644 index 4091aa55d..000000000 --- a/.changeset/ninety-stingrays-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/cms-base": minor ---- - -CmsElementText has now proper support for colors and align, when set in admin panel diff --git a/.changeset/orange-buses-bake.md b/.changeset/orange-buses-bake.md deleted file mode 100644 index b7a68a0d4..000000000 --- a/.changeset/orange-buses-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-demo-store": minor ---- - -Add state to the address forms diff --git a/.changeset/strong-geese-hope.md b/.changeset/strong-geese-hope.md deleted file mode 100644 index 63ef31173..000000000 --- a/.changeset/strong-geese-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-demo-store": patch ---- - -custom registration page diff --git a/.changeset/tame-toys-grab.md b/.changeset/tame-toys-grab.md deleted file mode 100644 index 9c2c50bc4..000000000 --- a/.changeset/tame-toys-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/composables-next": minor ---- - -Use function constructor instead of init method to set config for price displaying diff --git a/.changeset/twelve-oranges-enjoy.md b/.changeset/twelve-oranges-enjoy.md deleted file mode 100644 index ef6a7131a..000000000 --- a/.changeset/twelve-oranges-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-demo-store": minor ---- - -Moved UnoCSS config into separate file, enabled preflight for styles reset diff --git a/.changeset/yellow-shrimps-explain.md b/.changeset/yellow-shrimps-explain.md deleted file mode 100644 index 318100c9b..000000000 --- a/.changeset/yellow-shrimps-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/api-client": patch ---- - -Change getContextCountryEndpoint request type to POST diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 982c6538e..bf545e81e 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,18 @@ # docs +## 1.5.5 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- [#284](https://github.com/shopware/frontends/pull/284) [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5) Thanks [@mkucmus](https://github.com/mkucmus)! - Set default locale from accept-language header in SSR + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5), [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/api-client@0.5.1 + - @shopware-pwa/helpers-next@0.3.1 + ## 1.5.4 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index cabcd18c6..ea9e459c2 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "1.5.4", + "version": "1.5.5", "description": "", "scripts": { "dev": "vitepress", diff --git a/packages/api-client-next/CHANGELOG.md b/packages/api-client-next/CHANGELOG.md index 166f650b5..8b169527a 100644 --- a/packages/api-client-next/CHANGELOG.md +++ b/packages/api-client-next/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware/api-client +## 0.0.4 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + ## 0.0.3 ### Patch Changes diff --git a/packages/api-client-next/README.md b/packages/api-client-next/README.md index 865f3e154..619b9f828 100644 --- a/packages/api-client-next/README.md +++ b/packages/api-client-next/README.md @@ -12,8 +12,8 @@ Documentation specific for this package: [api-client](https://frontends.shopware Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client-next/CHANGELOG.md) -### Latest changes: 0.0.3 +### Latest changes: 0.0.4 ### Patch Changes -- [#290](https://github.com/shopware/frontends/pull/290) [`9562a8a`](https://github.com/shopware/frontends/commit/9562a8add35751093d766017abba474f0ad578f8) Thanks [@patzick](https://github.com/patzick)! - ship api-types with package +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies diff --git a/packages/api-client-next/package.json b/packages/api-client-next/package.json index cd8da5f0b..b1c7ac209 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.0.3", + "version": "0.0.4", "description": "Shopware client for API connection.", "author": "Shopware", "repository": { diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index f1163f884..183c5ae5e 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,14 @@ # @shopware-pwa/api-client +## 0.5.1 + +### Patch Changes + +- [#270](https://github.com/shopware/frontends/pull/270) [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Change getContextCountryEndpoint request type to POST + +- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]: + - @shopware-pwa/types@0.5.5 + ## 0.5.0 ### Minor Changes diff --git a/packages/api-client/README.md b/packages/api-client/README.md index c2146e900..ba5a9ca20 100644 --- a/packages/api-client/README.md +++ b/packages/api-client/README.md @@ -12,15 +12,11 @@ Documentation specific for this package: [api-client](https://frontends.shopware Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client/CHANGELOG.md) -### Latest changes: 0.5.0 - -### Minor Changes - -- [#230](https://github.com/shopware/frontends/pull/230) [`d1e07d6`](https://github.com/shopware/frontends/commit/d1e07d6f73135cb742807aba78f1271943d47beb) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add redirectUrl to the contextService +### Latest changes: 0.5.1 ### Patch Changes -- [#243](https://github.com/shopware/frontends/pull/243) [`d5f0bcc`](https://github.com/shopware/frontends/commit/d5f0bcc18cb581a48185cb8622d0e0d9b7fea23f) Thanks [@patzick](https://github.com/patzick)! - bump dependencies +- [#270](https://github.com/shopware/frontends/pull/270) [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Change getContextCountryEndpoint request type to POST -- Updated dependencies [[`e359aa2`](https://github.com/shopware/frontends/commit/e359aa28c9c9c7fb2521be3ebd5b847c855e4d24), [`5bb88e9`](https://github.com/shopware/frontends/commit/5bb88e9f4422141de916b704f13e9ecce9b8f2f2)]: - - @shopware-pwa/types@0.5.4 +- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]: + - @shopware-pwa/types@0.5.5 diff --git a/packages/api-client/package.json b/packages/api-client/package.json index bcd08b897..96356d6de 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/api-client", - "version": "0.5.0", + "version": "0.5.1", "description": "Shopware Store API client", "author": "Shopware", "repository": { diff --git a/packages/api-gen/CHANGELOG.md b/packages/api-gen/CHANGELOG.md index 70c30fd72..3423c2cd7 100644 --- a/packages/api-gen/CHANGELOG.md +++ b/packages/api-gen/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware/api-gen +## 0.0.4 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + ## 0.0.3 ### Patch Changes diff --git a/packages/api-gen/README.md b/packages/api-gen/README.md index 893f18006..4b7ea7b16 100644 --- a/packages/api-gen/README.md +++ b/packages/api-gen/README.md @@ -12,8 +12,8 @@ Documentation specific for this package: [api-gen](https://frontends.shopware.co Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-gen/CHANGELOG.md) -### Latest changes: 0.0.3 +### Latest changes: 0.0.4 ### Patch Changes -- [#292](https://github.com/shopware/frontends/pull/292) [`b68ca7f`](https://github.com/shopware/frontends/commit/b68ca7fbd51d22f4be84a228ca107972e07bfa32) Thanks [@patzick](https://github.com/patzick)! - fixed cli building, prettier is not inlined into bundle +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies diff --git a/packages/api-gen/package.json b/packages/api-gen/package.json index f41e43824..632045dbf 100644 --- a/packages/api-gen/package.json +++ b/packages/api-gen/package.json @@ -1,6 +1,6 @@ { "name": "@shopware/api-gen", - "version": "0.0.3", + "version": "0.0.4", "description": "Shopware CLI for API client generation.", "author": "Shopware", "repository": { diff --git a/packages/cms-base/CHANGELOG.md b/packages/cms-base/CHANGELOG.md index a66e72226..fff11caa0 100644 --- a/packages/cms-base/CHANGELOG.md +++ b/packages/cms-base/CHANGELOG.md @@ -1,5 +1,20 @@ # @shopware-pwa/cms-base +## 0.7.0 + +### Minor Changes + +- [#283](https://github.com/shopware/frontends/pull/283) [`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd) Thanks [@BrocksiNet](https://github.com/BrocksiNet)! - CmsElementText has now proper support for colors and align, when set in admin panel + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5), [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/api-client@0.5.1 + - @shopware-pwa/helpers-next@0.3.1 + ## 0.6.1 ### Patch Changes diff --git a/packages/cms-base/README.md b/packages/cms-base/README.md index 9e7f142f3..53a3ebce2 100644 --- a/packages/cms-base/README.md +++ b/packages/cms-base/README.md @@ -81,9 +81,17 @@ 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.6.1 +### Latest changes: 0.7.0 + +### Minor Changes + +- [#283](https://github.com/shopware/frontends/pull/283) [`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd) Thanks [@BrocksiNet](https://github.com/BrocksiNet)! - CmsElementText has now proper support for colors and align, when set in admin panel ### Patch Changes -- Updated dependencies [[`558c9d0`](https://github.com/shopware/frontends/commit/558c9d0f2127776a0542e8d1d95734cb5d4c7e75)]: - - @shopware-pwa/composables-next@0.10.0 +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5), [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/api-client@0.5.1 + - @shopware-pwa/helpers-next@0.3.1 diff --git a/packages/cms-base/package.json b/packages/cms-base/package.json index 76068574a..c3b4dccfb 100644 --- a/packages/cms-base/package.json +++ b/packages/cms-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cms-base", - "version": "0.6.1", + "version": "0.7.0", "description": "Vue CMS support for Shopware", "author": "Shopware", "repository": { diff --git a/packages/composables/CHANGELOG.md b/packages/composables/CHANGELOG.md index db2729ad5..6abc6ce1e 100644 --- a/packages/composables/CHANGELOG.md +++ b/packages/composables/CHANGELOG.md @@ -1,5 +1,21 @@ # @shopware-pwa/composables-next +## 0.11.0 + +### Minor Changes + +- [#284](https://github.com/shopware/frontends/pull/284) [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5) Thanks [@mkucmus](https://github.com/mkucmus)! - Use function constructor instead of init method to set config for price displaying + +### Patch Changes + +- [#283](https://github.com/shopware/frontends/pull/283) [`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd) Thanks [@BrocksiNet](https://github.com/BrocksiNet)! - Fixed initial listing suring search + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/api-client@0.5.1 + - @shopware-pwa/helpers-next@0.3.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/composables/README.md b/packages/composables/README.md index 9aa389605..1b5d45167 100644 --- a/packages/composables/README.md +++ b/packages/composables/README.md @@ -137,8 +137,18 @@ 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.10.0 +### Latest changes: 0.11.0 ### Minor Changes -- [#281](https://github.com/shopware/frontends/pull/281) [`558c9d0`](https://github.com/shopware/frontends/commit/558c9d0f2127776a0542e8d1d95734cb5d4c7e75) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Remove refreshing cart from create order function +- [#284](https://github.com/shopware/frontends/pull/284) [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5) Thanks [@mkucmus](https://github.com/mkucmus)! - Use function constructor instead of init method to set config for price displaying + +### Patch Changes + +- [#283](https://github.com/shopware/frontends/pull/283) [`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd) Thanks [@BrocksiNet](https://github.com/BrocksiNet)! - Fixed initial listing suring search + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/api-client@0.5.1 + - @shopware-pwa/helpers-next@0.3.1 diff --git a/packages/composables/package.json b/packages/composables/package.json index f17f7f0ff..d2c8d17af 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/composables-next", - "version": "0.10.0", + "version": "0.11.0", "description": "Shopware Frontends composables for Vue", "author": "Shopware", "repository": { diff --git a/packages/eslint-config-shopware/CHANGELOG.md b/packages/eslint-config-shopware/CHANGELOG.md index bce3f6f48..b8080058a 100644 --- a/packages/eslint-config-shopware/CHANGELOG.md +++ b/packages/eslint-config-shopware/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-shopware +## 0.0.3 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + ## 0.0.2 ### Patch Changes diff --git a/packages/eslint-config-shopware/package.json b/packages/eslint-config-shopware/package.json index ad0db91b0..29fb69751 100644 --- a/packages/eslint-config-shopware/package.json +++ b/packages/eslint-config-shopware/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-shopware", - "version": "0.0.2", + "version": "0.0.3", "private": true, "main": "index.js", "license": "MIT", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 7c122a109..4784e2387 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopware-pwa/helpers-next +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]: + - @shopware-pwa/types@0.5.5 + ## 0.3.0 ### Minor Changes diff --git a/packages/helpers/README.md b/packages/helpers/README.md index 77028360e..cf0cda156 100644 --- a/packages/helpers/README.md +++ b/packages/helpers/README.md @@ -12,15 +12,9 @@ Documentation specific for this package: [helpers](https://frontends.shopware.co Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/helpers/CHANGELOG.md) -### Latest changes: 0.3.0 - -### Minor Changes - -- [#230](https://github.com/shopware/frontends/pull/230) [`d1e07d6`](https://github.com/shopware/frontends/commit/d1e07d6f73135cb742807aba78f1271943d47beb) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add internationalization helpers with mocks data +### Latest changes: 0.3.1 ### Patch Changes -- [#243](https://github.com/shopware/frontends/pull/243) [`d5f0bcc`](https://github.com/shopware/frontends/commit/d5f0bcc18cb581a48185cb8622d0e0d9b7fea23f) Thanks [@patzick](https://github.com/patzick)! - bump dependencies - -- Updated dependencies [[`e359aa2`](https://github.com/shopware/frontends/commit/e359aa28c9c9c7fb2521be3ebd5b847c855e4d24), [`5bb88e9`](https://github.com/shopware/frontends/commit/5bb88e9f4422141de916b704f13e9ecce9b8f2f2)]: - - @shopware-pwa/types@0.5.4 +- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]: + - @shopware-pwa/types@0.5.5 diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 20cecc3af..3ce1efd1d 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/helpers-next", - "version": "0.3.0", + "version": "0.3.1", "description": "Shopware helpers for accessing API data", "author": "Shopware", "repository": { diff --git a/packages/nuxt3-module/CHANGELOG.md b/packages/nuxt3-module/CHANGELOG.md index 1874a2774..ab2543120 100644 --- a/packages/nuxt3-module/CHANGELOG.md +++ b/packages/nuxt3-module/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopware-pwa/nuxt3-module +## 0.3.7 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5), [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/api-client@0.5.1 + ## 0.3.6 ### Patch Changes diff --git a/packages/nuxt3-module/README.md b/packages/nuxt3-module/README.md index 534be58fa..f2e3f3f98 100644 --- a/packages/nuxt3-module/README.md +++ b/packages/nuxt3-module/README.md @@ -93,9 +93,12 @@ 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.3.6 +### Latest changes: 0.3.7 ### Patch Changes -- Updated dependencies [[`558c9d0`](https://github.com/shopware/frontends/commit/558c9d0f2127776a0542e8d1d95734cb5d4c7e75)]: - - @shopware-pwa/composables-next@0.10.0 +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5), [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/api-client@0.5.1 diff --git a/packages/nuxt3-module/package.json b/packages/nuxt3-module/package.json index a9b0b3565..e04ee3ab7 100644 --- a/packages/nuxt3-module/package.json +++ b/packages/nuxt3-module/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/nuxt3-module", - "version": "0.3.6", + "version": "0.3.7", "description": "Nuxt 3 module for Shopware Frontends", "author": "Shopware", "repository": { diff --git a/packages/typer/CHANGELOG.md b/packages/typer/CHANGELOG.md index e7dff87c2..0fb598a14 100644 --- a/packages/typer/CHANGELOG.md +++ b/packages/typer/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware-pwa/typer +## 0.1.6 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + ## 0.1.5 ### Patch Changes diff --git a/packages/typer/README.md b/packages/typer/README.md index 95c6fd9a7..33cb027df 100644 --- a/packages/typer/README.md +++ b/packages/typer/README.md @@ -106,8 +106,8 @@ Paths for type resolver and codebase are configured during plugin registration. Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/typer/CHANGELOG.md) -### Latest changes: 0.1.5 +### Latest changes: 0.1.6 ### Patch Changes -- [#243](https://github.com/shopware/frontends/pull/243) [`d5f0bcc`](https://github.com/shopware/frontends/commit/d5f0bcc18cb581a48185cb8622d0e0d9b7fea23f) Thanks [@patzick](https://github.com/patzick)! - bump dependencies +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies diff --git a/packages/typer/package.json b/packages/typer/package.json index 4c4bf55ac..b0b7da3d2 100644 --- a/packages/typer/package.json +++ b/packages/typer/package.json @@ -1,7 +1,7 @@ { "name": "@shopware-pwa/typer", "private": true, - "version": "0.1.5", + "version": "0.1.6", "description": "Generate documentation from types", "author": "Shopware", "repository": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 989b77831..bacd268ed 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware-pwa/types +## 0.5.5 + +### Patch Changes + +- [#263](https://github.com/shopware/frontends/pull/263) [`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4) Thanks [@mkucmus](https://github.com/mkucmus)! - improved CustomerGroup typing + ## 0.5.4 ### Patch Changes diff --git a/packages/types/README.md b/packages/types/README.md index 6f1eac5b6..c1f0d4253 100644 --- a/packages/types/README.md +++ b/packages/types/README.md @@ -12,10 +12,8 @@ Documentation specific for this package: [types](https://frontends.shopware.com/ Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/types/CHANGELOG.md) -### Latest changes: 0.5.4 +### Latest changes: 0.5.5 ### Patch Changes -- [#212](https://github.com/shopware/frontends/pull/212) [`e359aa2`](https://github.com/shopware/frontends/commit/e359aa28c9c9c7fb2521be3ebd5b847c855e4d24) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add translated property to the DeliveryTime type. Fix updateAt type - -- [#256](https://github.com/shopware/frontends/pull/256) [`5bb88e9`](https://github.com/shopware/frontends/commit/5bb88e9f4422141de916b704f13e9ecce9b8f2f2) Thanks [@mkucmus](https://github.com/mkucmus)! - Proper type for order line item entity +- [#263](https://github.com/shopware/frontends/pull/263) [`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4) Thanks [@mkucmus](https://github.com/mkucmus)! - improved CustomerGroup typing diff --git a/packages/types/package.json b/packages/types/package.json index 64cc4bd51..bbfe05c4d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/types", - "version": "0.5.4", + "version": "0.5.5", "description": "Showare Store API Types", "author": "Shopware", "repository": { diff --git a/packages/vue3-plugin/CHANGELOG.md b/packages/vue3-plugin/CHANGELOG.md index 1bd3fce76..29cffdc32 100644 --- a/packages/vue3-plugin/CHANGELOG.md +++ b/packages/vue3-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopware-pwa/vue3-plugin +## 0.1.34 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5), [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/api-client@0.5.1 + ## 0.1.33 ### Patch Changes diff --git a/packages/vue3-plugin/package.json b/packages/vue3-plugin/package.json index 536ebfd00..7cd7ac42d 100644 --- a/packages/vue3-plugin/package.json +++ b/packages/vue3-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/vue3-plugin", - "version": "0.1.33", + "version": "0.1.34", "description": "Shopware Fromends Vue3 plugin", "author": "Shopware", "repository": { diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index ca5ca559f..871877882 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # shopware-astro +## 0.0.3 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5), [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/api-client@0.5.1 + ## 0.0.2 ### Patch Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index b8db6f541..823d49250 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -2,7 +2,7 @@ "name": "shopware-astro", "private": true, "type": "module", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/templates/vue-blank/CHANGELOG.md b/templates/vue-blank/CHANGELOG.md index e4265ec93..5bbb2d49d 100644 --- a/templates/vue-blank/CHANGELOG.md +++ b/templates/vue-blank/CHANGELOG.md @@ -1,5 +1,11 @@ # vue-blank +## 0.0.8 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + ## 0.0.7 ### Patch Changes diff --git a/templates/vue-blank/package.json b/templates/vue-blank/package.json index 568df8fe4..8b1bd4137 100644 --- a/templates/vue-blank/package.json +++ b/templates/vue-blank/package.json @@ -1,6 +1,6 @@ { "name": "vue-blank", - "version": "0.0.7", + "version": "0.0.8", "private": true, "scripts": { "build": "nuxt build", diff --git a/templates/vue-demo-store/CHANGELOG.md b/templates/vue-demo-store/CHANGELOG.md index ec58f6e3b..b4229e92d 100644 --- a/templates/vue-demo-store/CHANGELOG.md +++ b/templates/vue-demo-store/CHANGELOG.md @@ -1,5 +1,27 @@ # vue-demo-store +## 0.11.0 + +### Minor Changes + +- [#270](https://github.com/shopware/frontends/pull/270) [`14d97c5`](https://github.com/shopware/frontends/commit/14d97c5942adf5a49163625b2740d95bc5772689) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add state to the address forms + +- [#283](https://github.com/shopware/frontends/pull/283) [`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd) Thanks [@BrocksiNet](https://github.com/BrocksiNet)! - Moved UnoCSS config into separate file, enabled preflight for styles reset + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- [#284](https://github.com/shopware/frontends/pull/284) [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5) Thanks [@mkucmus](https://github.com/mkucmus)! - Set default locale from accept-language header in SSR + +- [#263](https://github.com/shopware/frontends/pull/263) [`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4) Thanks [@mkucmus](https://github.com/mkucmus)! - custom registration page + +- Updated dependencies [[`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4), [`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd)]: + - @shopware-pwa/nuxt3-module@0.3.7 + - @shopware-pwa/cms-base@0.7.0 + - @shopware-pwa/types@0.5.5 + - @shopware-pwa/helpers-next@0.3.1 + ## 0.10.0 ### Minor Changes diff --git a/templates/vue-demo-store/package.json b/templates/vue-demo-store/package.json index 4c1505fed..e3356ba07 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.10.0", + "version": "0.11.0", "private": true, "scripts": { "dev": "nuxi dev", diff --git a/templates/vue-vite-blank/CHANGELOG.md b/templates/vue-vite-blank/CHANGELOG.md index 1f5fedfef..3c1a627a5 100644 --- a/templates/vue-vite-blank/CHANGELOG.md +++ b/templates/vue-vite-blank/CHANGELOG.md @@ -1,5 +1,15 @@ # vue-vite-blank +## 0.0.9 + +### Patch Changes + +- [#295](https://github.com/shopware/frontends/pull/295) [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49) Thanks [@patzick](https://github.com/patzick)! - bump dependencies + +- Updated dependencies [[`e6a52ec`](https://github.com/shopware/frontends/commit/e6a52ec4b7c28627c55cbd8ca15b8458cedf53bd), [`23a0a53`](https://github.com/shopware/frontends/commit/23a0a532410990c0075ea7fff622949ccdecfd49), [`bb48e13`](https://github.com/shopware/frontends/commit/bb48e131570a2db4b7431c842e54ad67d9384cd5)]: + - @shopware-pwa/composables-next@0.11.0 + - @shopware-pwa/vue3-plugin@0.1.34 + ## 0.0.8 ### Patch Changes diff --git a/templates/vue-vite-blank/package.json b/templates/vue-vite-blank/package.json index ab06551d5..f2aa3bc2d 100644 --- a/templates/vue-vite-blank/package.json +++ b/templates/vue-vite-blank/package.json @@ -1,7 +1,7 @@ { "name": "vue-vite-blank", "private": true, - "version": "0.0.8", + "version": "0.0.9", "type": "module", "scripts": { "dev": "vite",