diff --git a/.changeset/hip-nails-watch.md b/.changeset/hip-nails-watch.md deleted file mode 100644 index f2df2de3..00000000 --- a/.changeset/hip-nails-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -home page featured products components that pulls from all products in catalog diff --git a/.changeset/khaki-shoes-listen.md b/.changeset/khaki-shoes-listen.md deleted file mode 100644 index 528bbc33..00000000 --- a/.changeset/khaki-shoes-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -Error message handling for no catalog for epcc store diff --git a/.changeset/loud-toys-kiss.md b/.changeset/loud-toys-kiss.md deleted file mode 100644 index e08a21b9..00000000 --- a/.changeset/loud-toys-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -home creates the featured products now by default diff --git a/.changeset/serious-badgers-brake.md b/.changeset/serious-badgers-brake.md deleted file mode 100644 index e88cfd54..00000000 --- a/.changeset/serious-badgers-brake.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"composable-cli": minor ---- - -Composable cli now has a more complete set of commands - -- READ_ME has clear descirption on how to use the CLI -- CLI now supports help functionality with examples -- There are 7 new base commands - see the cli help for more information - - login - - logout - - feedback - - config - - store - - generate - - insights - diff --git a/.changeset/smooth-wolves-brake.md b/.changeset/smooth-wolves-brake.md deleted file mode 100644 index 0c643400..00000000 --- a/.changeset/smooth-wolves-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -Added mock pages for shipping, FAQ, terms and about us diff --git a/.changeset/stupid-turkeys-decide.md b/.changeset/stupid-turkeys-decide.md deleted file mode 100644 index 100b982b..00000000 --- a/.changeset/stupid-turkeys-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -us-east image location added to next config to allow images from that domain by default diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index fdb2dc9b..50b433fc 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,31 @@ # composable-cli +## 0.6.0 + +### Minor Changes + +- d0fadcb: Composable cli now has a more complete set of commands + + - READ_ME has clear descirption on how to use the CLI + - CLI now supports help functionality with examples + - There are 7 new base commands - see the cli help for more information + - login + - logout + - feedback + - config + - store + - generate + - insights + +### Patch Changes + +- Updated dependencies [d0fadcb] +- Updated dependencies [d0fadcb] +- Updated dependencies [d0fadcb] +- Updated dependencies [d0fadcb] +- Updated dependencies [d0fadcb] + - @elasticpath/d2c-schematics@0.6.4 + ## 0.5.4 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 83bc90b9..d3f89d6c 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.5.4", + "version": "0.6.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 da5644c3..a1266b42 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,15 @@ # @elasticpath/d2c-schematics +## 0.6.4 + +### Patch Changes + +- d0fadcb: home page featured products components that pulls from all products in catalog +- d0fadcb: Error message handling for no catalog for epcc store +- d0fadcb: home creates the featured products now by default +- d0fadcb: Added mock pages for shipping, FAQ, terms and about us +- d0fadcb: us-east image location added to next config to allow images from that domain by default + ## 0.6.3 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 40025ece..baec0543 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.6.3", + "version": "0.6.4", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git",