diff --git a/.changeset/six-bikes-sit.md b/.changeset/six-bikes-sit.md deleted file mode 100644 index 74a95ca6d..000000000 --- a/.changeset/six-bikes-sit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@shopware-pwa/nuxt3-module": major -"@shopware-pwa/composables-next": major -"@shopware-pwa/cms-base": major ---- - -Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible. diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 36a0477f9..5f76e961f 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # docs +## 1.6.2 + +### Patch Changes + +- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]: + - @shopware-pwa/composables-next@1.0.0 + ## 1.6.1 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index 9ec0cd748..a6300ea2f 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "1.6.1", + "version": "1.6.2", "description": "", "scripts": { "dev": "vitepress", diff --git a/packages/cms-base/CHANGELOG.md b/packages/cms-base/CHANGELOG.md index 18af4b5c3..b3f5bec45 100644 --- a/packages/cms-base/CHANGELOG.md +++ b/packages/cms-base/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopware-pwa/cms-base +## 1.0.0 + +### Major Changes + +- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible. + +### Patch Changes + +- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]: + - @shopware-pwa/composables-next@1.0.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/cms-base/README.md b/packages/cms-base/README.md index 0a084d873..395f034b2 100644 --- a/packages/cms-base/README.md +++ b/packages/cms-base/README.md @@ -81,13 +81,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: 0.9.1 +### Latest changes: 1.0.0 -### Patch Changes +### Major Changes + +- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible. -- [#460](https://github.com/shopware/frontends/pull/460) [`729d03a5`](https://github.com/shopware/frontends/commit/729d03a5d5555a67d420cdb0c89a0cb4ce907831) Thanks [@mkucmus](https://github.com/mkucmus)! - Apply visibility and css classes for CMS layout +### Patch Changes -- Updated dependencies [[`729d03a5`](https://github.com/shopware/frontends/commit/729d03a5d5555a67d420cdb0c89a0cb4ce907831), [`c3aa09ee`](https://github.com/shopware/frontends/commit/c3aa09ee9e73c23b79bf9c1b3e5e63d7d39f1550), [`0e031efe`](https://github.com/shopware/frontends/commit/0e031efe7a3c0249a5e883c85ec87542ab07a4c0)]: - - @shopware-pwa/helpers-next@0.5.1 - - @shopware-pwa/composables-next@0.14.1 - - @shopware-pwa/api-client@0.7.0 +- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]: + - @shopware-pwa/composables-next@1.0.0 diff --git a/packages/cms-base/package.json b/packages/cms-base/package.json index d16d3668b..ed8c79a51 100644 --- a/packages/cms-base/package.json +++ b/packages/cms-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cms-base", - "version": "0.9.1", + "version": "1.0.0", "description": "Vue CMS support for Shopware", "author": "Shopware", "repository": { diff --git a/packages/composables/CHANGELOG.md b/packages/composables/CHANGELOG.md index 463d1beb6..1b6147a3a 100644 --- a/packages/composables/CHANGELOG.md +++ b/packages/composables/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware-pwa/composables-next +## 1.0.0 + +### Major Changes + +- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible. + ## 0.14.1 ### Patch Changes diff --git a/packages/composables/README.md b/packages/composables/README.md index 937500682..0f0d553f3 100644 --- a/packages/composables/README.md +++ b/packages/composables/README.md @@ -137,18 +137,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: 0.14.1 +### Latest changes: 1.0.0 -### Patch Changes +### Major Changes -- [#462](https://github.com/shopware/frontends/pull/462) [`c3aa09ee`](https://github.com/shopware/frontends/commit/c3aa09ee9e73c23b79bf9c1b3e5e63d7d39f1550) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: - - - Changed dependency _@vueuse/core_ from **^10.5.0** to **^10.6.1** - -- [#467](https://github.com/shopware/frontends/pull/467) [`0e031efe`](https://github.com/shopware/frontends/commit/0e031efe7a3c0249a5e883c85ec87542ab07a4c0) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: - - - Changed dependency _scule_ from **^1.0.0** to **^1.1.0** - -- Updated dependencies [[`729d03a5`](https://github.com/shopware/frontends/commit/729d03a5d5555a67d420cdb0c89a0cb4ce907831)]: - - @shopware-pwa/helpers-next@0.5.1 - - @shopware-pwa/api-client@0.7.0 +- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible. diff --git a/packages/composables/package.json b/packages/composables/package.json index 676f3e16e..810b21246 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/composables-next", - "version": "0.14.1", + "version": "1.0.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 26ecb1650..b1e78db27 100644 --- a/packages/nuxt3-module/CHANGELOG.md +++ b/packages/nuxt3-module/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopware-pwa/nuxt3-module +## 1.0.0 + +### Major Changes + +- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible. + +### Patch Changes + +- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]: + - @shopware-pwa/composables-next@1.0.0 + ## 0.5.6 ### Patch Changes diff --git a/packages/nuxt3-module/README.md b/packages/nuxt3-module/README.md index 354e9c1fa..75150de7e 100644 --- a/packages/nuxt3-module/README.md +++ b/packages/nuxt3-module/README.md @@ -93,12 +93,13 @@ 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.6 +### Latest changes: 1.0.0 -### Patch Changes +### Major Changes + +- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible. -- [#458](https://github.com/shopware/frontends/pull/458) [`135ca37d`](https://github.com/shopware/frontends/commit/135ca37d9c911cf47d75705006af2879ab7800a8) Thanks [@danielroe](https://github.com/danielroe)! - This improves performance slightly when developing; we can avoid loading the entire barrel file at `#app` by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951. +### Patch Changes -- Updated dependencies [[`c3aa09ee`](https://github.com/shopware/frontends/commit/c3aa09ee9e73c23b79bf9c1b3e5e63d7d39f1550), [`0e031efe`](https://github.com/shopware/frontends/commit/0e031efe7a3c0249a5e883c85ec87542ab07a4c0)]: - - @shopware-pwa/composables-next@0.14.1 - - @shopware-pwa/api-client@0.7.0 +- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]: + - @shopware-pwa/composables-next@1.0.0 diff --git a/packages/nuxt3-module/package.json b/packages/nuxt3-module/package.json index f18d10075..e7aea5fdb 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.6", + "version": "1.0.0", "description": "Nuxt 3 module for Shopware Frontends", "author": "Shopware", "repository": {