From b63c4377bf54ce9b703aad384d53b7d8748748a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 16:20:21 +0100 Subject: [PATCH] Version Packages (#62) Co-authored-by: github-actions[bot] --- .changeset/spotty-years-beg.md | 5 ----- .changeset/stupid-sheep-buy.md | 5 ----- packages/d2c-schematics/CHANGELOG.md | 7 +++++++ packages/d2c-schematics/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/spotty-years-beg.md delete mode 100644 .changeset/stupid-sheep-buy.md diff --git a/.changeset/spotty-years-beg.md b/.changeset/spotty-years-beg.md deleted file mode 100644 index 0a83917a..00000000 --- a/.changeset/spotty-years-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -fixed prettier formatting diff --git a/.changeset/stupid-sheep-buy.md b/.changeset/stupid-sheep-buy.md deleted file mode 100644 index 4d8f31a9..00000000 --- a/.changeset/stupid-sheep-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -Updated logos and styles to match Elastic Path rebrand. diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index 17ae317d..d8b32500 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,12 @@ # @elasticpath/d2c-schematics +## 0.7.1 + +### Patch Changes + +- 7c78031: fixed prettier formatting +- e69e421: Updated logos and styles to match Elastic Path rebrand. + ## 0.7.0 ### Minor Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index cd5aec97..13fc6b18 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.7.0", + "version": "0.7.1", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git",