From 7f76bc8a587bf58e27cf409c58ef3b3542235337 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:59:01 +0000 Subject: [PATCH] chore: update versions (#136) Co-authored-by: github-actions[bot] --- .changeset/quiet-bobcats-impress.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/quiet-bobcats-impress.md diff --git a/.changeset/quiet-bobcats-impress.md b/.changeset/quiet-bobcats-impress.md deleted file mode 100644 index 3a2a316e..00000000 --- a/.changeset/quiet-bobcats-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -Using latest hooks diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index 3926cb67..4786184f 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.12.1 + +### Patch Changes + +- 2636765: Using latest hooks + ## 0.12.0 ### Minor Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index e7907683..8220f600 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.12.0", + "version": "0.12.1", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git",