From 0c3225006e95196150cfa2a1723e00571c9f5da7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:54:22 +0100 Subject: [PATCH] chore: release packages (#208) Co-authored-by: github-actions[bot] --- .changeset/cuddly-camels-swim.md | 5 ----- .changeset/great-pumas-obey.md | 5 ----- packages/composable-cli/CHANGELOG.md | 7 +++++++ packages/composable-cli/package.json | 2 +- packages/d2c-schematics/CHANGELOG.md | 6 ++++++ packages/d2c-schematics/package.json | 2 +- packages/react-shopper-hooks/CHANGELOG.md | 6 ++++++ packages/react-shopper-hooks/package.json | 2 +- 8 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 .changeset/cuddly-camels-swim.md delete mode 100644 .changeset/great-pumas-obey.md diff --git a/.changeset/cuddly-camels-swim.md b/.changeset/cuddly-camels-swim.md deleted file mode 100644 index 76d4071c..00000000 --- a/.changeset/cuddly-camels-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": minor ---- - -remove empty object on cart clear diff --git a/.changeset/great-pumas-obey.md b/.changeset/great-pumas-obey.md deleted file mode 100644 index 4cfc47b8..00000000 --- a/.changeset/great-pumas-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": minor ---- - -- adds a hook that gives back the main image and other files associated with the products returned \ No newline at end of file diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index f6ec693d..978310a1 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # composable-cli +## 0.12.1 + +### Patch Changes + +- Updated dependencies [091eebd] + - @elasticpath/d2c-schematics@0.16.0 + ## 0.12.0 ### Minor Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 3b86b1e4..6c844d64 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.12.0", + "version": "0.12.1", "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 a84f0944..c8196ff7 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.16.0 + +### Minor Changes + +- 091eebd: remove empty object on cart clear + ## 0.15.0 ### Minor Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 2d92b73c..bcfd5c67 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.15.0", + "version": "0.16.0", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git", diff --git a/packages/react-shopper-hooks/CHANGELOG.md b/packages/react-shopper-hooks/CHANGELOG.md index cb12dabd..248b5d5d 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/react-shopper-hooks +## 0.10.0 + +### Minor Changes + +- 091eebd: - adds a hook that gives back the main image and other files associated with the products returned + ## 0.9.0 ### Minor Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index 4f525a4e..b985a66d 100644 --- a/packages/react-shopper-hooks/package.json +++ b/packages/react-shopper-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/react-shopper-hooks", - "version": "0.9.0", + "version": "0.10.0", "scripts": { "dev": "vite", "build": "tsup",