From 5e0c6a48de23ce86ceef657d4c5e82dce61f0def Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 19:30:57 +0000 Subject: [PATCH] chore: release --- .changeset/lazy-phones-build.md | 5 ----- packages/cms-base/CHANGELOG.md | 6 ++++++ packages/cms-base/README.md | 21 ++------------------- packages/cms-base/package.json | 2 +- 4 files changed, 9 insertions(+), 25 deletions(-) delete mode 100644 .changeset/lazy-phones-build.md diff --git a/.changeset/lazy-phones-build.md b/.changeset/lazy-phones-build.md deleted file mode 100644 index 02f7b5422..000000000 --- a/.changeset/lazy-phones-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopware-pwa/cms-base": patch ---- - -Display "from price" label correctly for Product price component. diff --git a/packages/cms-base/CHANGELOG.md b/packages/cms-base/CHANGELOG.md index 503369993..a64b0420b 100644 --- a/packages/cms-base/CHANGELOG.md +++ b/packages/cms-base/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopware-pwa/cms-base +## 1.2.1 + +### Patch Changes + +- [#1535](https://github.com/shopware/frontends/pull/1535) [`289ff97`](https://github.com/shopware/frontends/commit/289ff9763247a94d4555524d1500073af9038a36) Thanks [@mkucmus](https://github.com/mkucmus)! - Display "from price" label correctly for Product price component. + ## 1.2.0 ### Minor Changes diff --git a/packages/cms-base/README.md b/packages/cms-base/README.md index be045bdea..05e71cb56 100644 --- a/packages/cms-base/README.md +++ b/packages/cms-base/README.md @@ -132,25 +132,8 @@ 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: 1.2.0 - -### Minor Changes - -- [#1501](https://github.com/shopware/frontends/pull/1501) [`9c84519`](https://github.com/shopware/frontends/commit/9c8451922459c910f3d87e73b8c58ac8d5030f8e) Thanks [@mkucmus](https://github.com/mkucmus)! - Ability to overwrite internal components - - For example: - - `SwSharedPrice.vue` is used for multiple times to display a price. Create a component with the same name to make `cms-base` start using your component internally. - - *** - - ⚠️ Internal components aren't part of public API so the related changes won't be published in the changelog. Try to overwrite and track the changes on your responsibility. - -- [#1404](https://github.com/shopware/frontends/pull/1404) [`d4482d5`](https://github.com/shopware/frontends/commit/d4482d51a65c435f27923e85223cac4e291f6c56) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add smooth scrolling for listing pagination +### Latest changes: 1.2.1 ### Patch Changes -- Updated dependencies [[`a87bbcf`](https://github.com/shopware/frontends/commit/a87bbcfa3f5aa440265b1e8f0fc72a204863befc), [`2c337b5`](https://github.com/shopware/frontends/commit/2c337b5555495e5cc75f17f1c7f50cc25dfe7c1e), [`13c83be`](https://github.com/shopware/frontends/commit/13c83bec53a6aaba49941b9bf869629eadeb4515), [`13c83be`](https://github.com/shopware/frontends/commit/13c83bec53a6aaba49941b9bf869629eadeb4515), [`8ba9702`](https://github.com/shopware/frontends/commit/8ba9702657d1dc31cc653728788830fa38bb4992), [`a03a492`](https://github.com/shopware/frontends/commit/a03a492f18ebff84606e47f5239330454c9f3039)]: - - @shopware/api-client@1.2.0 - - @shopware-pwa/composables-next@1.5.0 - - @shopware-pwa/helpers-next@1.2.0 +- [#1535](https://github.com/shopware/frontends/pull/1535) [`289ff97`](https://github.com/shopware/frontends/commit/289ff9763247a94d4555524d1500073af9038a36) Thanks [@mkucmus](https://github.com/mkucmus)! - Display "from price" label correctly for Product price component. diff --git a/packages/cms-base/package.json b/packages/cms-base/package.json index b5f49e8b3..ee9ec8bb7 100644 --- a/packages/cms-base/package.json +++ b/packages/cms-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cms-base", - "version": "1.2.0", + "version": "1.2.1", "description": "Vue CMS support for Shopware", "author": "Shopware", "repository": {