From 77640e6cb0e02dd42956b570fc07af28d5e8f813 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 18:43:16 +0100 Subject: [PATCH] Version Packages (#68) Co-authored-by: github-actions[bot] --- .changeset/fair-turtles-yell.md | 5 ----- packages/d2c-schematics/CHANGELOG.md | 6 ++++++ packages/d2c-schematics/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fair-turtles-yell.md diff --git a/.changeset/fair-turtles-yell.md b/.changeset/fair-turtles-yell.md deleted file mode 100644 index 28f947f3..00000000 --- a/.changeset/fair-turtles-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -package json template file typo diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index c395ebe5..f994a80c 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.7.3 + +### Patch Changes + +- 4961378: package json template file typo + ## 0.7.2 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index c5dd83ce..0b67a6f5 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.7.2", + "version": "0.7.3", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git",