From 5daaa850edb9b59b6a1c035447f1bf587d819578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:22:27 +0100 Subject: [PATCH] chore: update versions (#118) Co-authored-by: github-actions[bot] --- .changeset/spicy-zebras-glow.md | 5 ----- packages/composable-cli/CHANGELOG.md | 7 +++++++ packages/composable-cli/package.json | 4 ++-- packages/d2c-schematics/CHANGELOG.md | 6 ++++++ packages/d2c-schematics/package.json | 2 +- pnpm-lock.yaml | 2 +- 6 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/spicy-zebras-glow.md diff --git a/.changeset/spicy-zebras-glow.md b/.changeset/spicy-zebras-glow.md deleted file mode 100644 index 4db3cf6b..00000000 --- a/.changeset/spicy-zebras-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -updated readme to be more reflective of the current state of the d2c output diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index f8418b6b..981fe62b 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # composable-cli +## 0.8.14 + +### Patch Changes + +- Updated dependencies [b327b4d] + - @elasticpath/d2c-schematics@0.10.5 + ## 0.8.13 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 3c380d9d..44e04c9e 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.8.13", + "version": "0.8.14", "description": "Elastic Path Commerce Cloud Schematics - CLI", "repository": { "type": "git", @@ -22,7 +22,7 @@ "@angular-devkit/core": "^16.2.8", "@angular-devkit/schematics": "^16.2.8", "@elasticpath/composable-common": "workspace:^", - "@elasticpath/d2c-schematics": "^0.10.4", + "@elasticpath/d2c-schematics": "^0.10.5", "@moltin/sdk": "^25.0.2", "@trpc/client": "^10.14.1", "@types/ink": "^2.0.3", diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index 2a832b84..9f353269 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.10.5 + +### Patch Changes + +- b327b4d: updated readme to be more reflective of the current state of the d2c output + ## 0.10.4 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index c4a6253d..7b0e1f0e 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.10.4", + "version": "0.10.5", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a2d6c3a..e3165990 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -414,7 +414,7 @@ importers: specifier: workspace:^ version: link:../composable-common '@elasticpath/d2c-schematics': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../d2c-schematics/dist '@moltin/sdk': specifier: ^25.0.2