diff --git a/.changeset/clever-wolves-learn.md b/.changeset/clever-wolves-learn.md deleted file mode 100644 index 1d721836..00000000 --- a/.changeset/clever-wolves-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": patch ---- - -Remove quick view from product list pages diff --git a/.changeset/popular-zebras-applaud.md b/.changeset/popular-zebras-applaud.md deleted file mode 100644 index 55a1d768..00000000 --- a/.changeset/popular-zebras-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"composable-cli": patch ---- - -Use latest d2c schematic diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index dff62011..45a9faa5 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # composable-cli +## 0.10.2 + +### Patch Changes + +- 65e09a3: Use latest d2c schematic +- Updated dependencies [3ae082b] + - @elasticpath/d2c-schematics@0.12.2 + ## 0.10.1 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index a5011697..b88880a1 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.10.1", + "version": "0.10.2", "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": "workspace:^0.12.1", + "@elasticpath/d2c-schematics": "workspace:^0.12.2", "@moltin/sdk": "^27.0.0", "@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 4786184f..4f943109 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.12.2 + +### Patch Changes + +- 3ae082b: Remove quick view from product list pages + ## 0.12.1 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 8220f600..96b97fb2 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.12.1", + "version": "0.12.2", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 708a3ea9..1f52ea12 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -562,7 +562,7 @@ importers: specifier: workspace:^ version: link:../composable-common '@elasticpath/d2c-schematics': - specifier: workspace:^0.12.1 + specifier: workspace:^0.12.2 version: link:../d2c-schematics/dist '@moltin/sdk': specifier: ^27.0.0