diff --git a/.changeset/hip-berries-rescue.md b/.changeset/hip-berries-rescue.md deleted file mode 100644 index d62144db..00000000 --- a/.changeset/hip-berries-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": minor ---- - -Use latest react shopper hooks version and update schematics to support diff --git a/.changeset/nasty-mirrors-melt.md b/.changeset/nasty-mirrors-melt.md deleted file mode 100644 index 8d7441bb..00000000 --- a/.changeset/nasty-mirrors-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": minor ---- - -add enhanced promotions details fns to cart object diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index 978310a1..b60bedbe 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # composable-cli +## 0.12.2 + +### Patch Changes + +- Updated dependencies [6327581] + - @elasticpath/d2c-schematics@0.17.0 + ## 0.12.1 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 6c844d64..edb542ec 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.12.1", + "version": "0.12.2", "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 c8196ff7..99fb5778 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.17.0 + +### Minor Changes + +- 6327581: Use latest react shopper hooks version and update schematics to support + ## 0.16.0 ### Minor Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index bcfd5c67..1c81b73f 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.16.0", + "version": "0.17.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 248b5d5d..8e95fa7d 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/react-shopper-hooks +## 0.11.0 + +### Minor Changes + +- 36db8c0: add enhanced promotions details fns to cart object + ## 0.10.0 ### Minor Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index 61a1efec..cd1286b9 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.10.0", + "version": "0.11.0", "scripts": { "dev": "vite", "build": "tsup",