From 87c22b1f5b43fe94c0b862fa2adc34c0bc5520e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:58:52 +0000 Subject: [PATCH] chore: release packages (#193) Co-authored-by: github-actions[bot] --- .changeset/clean-apricots-notice.md | 6 ------ .changeset/heavy-chairs-count.md | 5 ----- .changeset/purple-cups-teach.md | 6 ------ packages/composable-cli/CHANGELOG.md | 11 +++++++++++ packages/composable-cli/package.json | 2 +- packages/d2c-schematics/CHANGELOG.md | 7 +++++++ packages/d2c-schematics/package.json | 2 +- 7 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 .changeset/clean-apricots-notice.md delete mode 100644 .changeset/heavy-chairs-count.md delete mode 100644 .changeset/purple-cups-teach.md diff --git a/.changeset/clean-apricots-notice.md b/.changeset/clean-apricots-notice.md deleted file mode 100644 index f7c2f3a8..00000000 --- a/.changeset/clean-apricots-notice.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"composable-cli": patch -"@elasticpath/d2c-schematics": patch ---- - -typo in schema filename diff --git a/.changeset/heavy-chairs-count.md b/.changeset/heavy-chairs-count.md deleted file mode 100644 index 65573ecf..00000000 --- a/.changeset/heavy-chairs-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"composable-cli": patch ---- - -checking if termainl the generate command is being run in supports TTY diff --git a/.changeset/purple-cups-teach.md b/.changeset/purple-cups-teach.md deleted file mode 100644 index 88ef0207..00000000 --- a/.changeset/purple-cups-teach.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"composable-cli": patch -"@elasticpath/d2c-schematics": patch ---- - -allow user to select their output location diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index 3ac6f910..473c2418 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # composable-cli +## 0.11.15 + +### Patch Changes + +- 72284ea: typo in schema filename +- ff454c6: checking if termainl the generate command is being run in supports TTY +- 993aac6: allow user to select their output location +- Updated dependencies [72284ea] +- Updated dependencies [993aac6] + - @elasticpath/d2c-schematics@0.14.4 + ## 0.11.14 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index bcf35cbc..4f3a5f83 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.11.14", + "version": "0.11.15", "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 60e84a43..978874e2 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,12 @@ # @elasticpath/d2c-schematics +## 0.14.4 + +### Patch Changes + +- 72284ea: typo in schema filename +- 993aac6: allow user to select their output location + ## 0.14.3 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 52dbe73a..a806ef04 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.14.3", + "version": "0.14.4", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git",