From d3bede7c2d2621b366e8094ad84ee755de6c2cb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:08:28 +0100 Subject: [PATCH] chore: release packages (#232) Co-authored-by: github-actions[bot] --- .changeset/lucky-needles-switch.md | 6 ------ packages/composable-cli/CHANGELOG.md | 11 +++++++++++ packages/composable-cli/package.json | 2 +- packages/d2c-schematics/CHANGELOG.md | 6 ++++++ packages/d2c-schematics/package.json | 2 +- 5 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 .changeset/lucky-needles-switch.md diff --git a/.changeset/lucky-needles-switch.md b/.changeset/lucky-needles-switch.md deleted file mode 100644 index 695cfd00..00000000 --- a/.changeset/lucky-needles-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"composable-cli": minor -"@elasticpath/d2c-schematics": minor ---- - -Add Klevu product details page support diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index 113903c2..d2501f8b 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # composable-cli +## 0.13.0 + +### Minor Changes + +- 9bc676f: Add Klevu product details page support + +### Patch Changes + +- Updated dependencies [9bc676f] + - @elasticpath/d2c-schematics@0.21.0 + ## 0.12.6 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 633bd90f..f944a678 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.12.6", + "version": "0.13.0", "description": "Elastic Path Commerce Cloud Schematics - CLI", "repository": { "type": "git", diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index c368703a..b6b5a896 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.21.0 + +### Minor Changes + +- 9bc676f: Add Klevu product details page support + ## 0.20.0 ### Minor Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 7c273a86..488167b2 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.20.0", + "version": "0.21.0", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git",