From a8ac3a4c9da2a9cf9d6905f2d49299dffbc071cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:16:28 +0100 Subject: [PATCH] Version Packages (#70) Co-authored-by: github-actions[bot] --- .changeset/polite-rabbits-smile.md | 15 --------------- packages/composable-cli/CHANGELOG.md | 18 ++++++++++++++++++ packages/composable-cli/package.json | 2 +- packages/composable-common/CHANGELOG.md | 13 +++++++++++++ packages/composable-common/package.json | 2 +- .../CHANGELOG.md | 18 ++++++++++++++++++ .../package.json | 2 +- packages/d2c-schematics/CHANGELOG.md | 19 +++++++++++++++++++ packages/d2c-schematics/package.json | 2 +- 9 files changed, 72 insertions(+), 19 deletions(-) delete mode 100644 .changeset/polite-rabbits-smile.md diff --git a/.changeset/polite-rabbits-smile.md b/.changeset/polite-rabbits-smile.md deleted file mode 100644 index 2b04fac6..00000000 --- a/.changeset/polite-rabbits-smile.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@elasticpath/composable-integration-hub-deployer": minor -"@elasticpath/composable-common": minor -"composable-cli": minor -"@elasticpath/d2c-schematics": minor ---- - -CLI user can now execute the command `ep int algolia` to run the Algolia integration setup. - -- Checks if the active store has the Aloglia integration already -- Creates and depolys the integration for the user for the active store -- Prompts the user if they want to publish a catalog after the integration is configured as it's needed to start indexing -- Waits for that new index to appear in Algolia and then applies additional confuration for facets and replicas - -This command is also used post `ep generate d2c` if the user selected the Algolia integration they are given a prompt to ask if they want to configure it now. \ No newline at end of file diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index 17cff06b..0a521235 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,23 @@ # composable-cli +## 0.7.0 + +### Minor Changes + +- 85c20dc: CLI user can now execute the command `ep int algolia` to run the Algolia integration setup. + + - Checks if the active store has the Aloglia integration already + - Creates and depolys the integration for the user for the active store + - Prompts the user if they want to publish a catalog after the integration is configured as it's needed to start indexing + - Waits for that new index to appear in Algolia and then applies additional confuration for facets and replicas + + This command is also used post `ep generate d2c` if the user selected the Algolia integration they are given a prompt to ask if they want to configure it now. + +### Patch Changes + +- Updated dependencies [85c20dc] + - @elasticpath/d2c-schematics@0.8.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 11a03ecc..b58e29bd 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.6.2", + "version": "0.7.0", "description": "Elastic Path Commerce Cloud Schematics - CLI", "repository": { "type": "git", diff --git a/packages/composable-common/CHANGELOG.md b/packages/composable-common/CHANGELOG.md index 9ccab2c8..97768daf 100644 --- a/packages/composable-common/CHANGELOG.md +++ b/packages/composable-common/CHANGELOG.md @@ -1,5 +1,18 @@ # @elasticpath/composable-common +## 0.2.0 + +### Minor Changes + +- 85c20dc: CLI user can now execute the command `ep int algolia` to run the Algolia integration setup. + + - Checks if the active store has the Aloglia integration already + - Creates and depolys the integration for the user for the active store + - Prompts the user if they want to publish a catalog after the integration is configured as it's needed to start indexing + - Waits for that new index to appear in Algolia and then applies additional confuration for facets and replicas + + This command is also used post `ep generate d2c` if the user selected the Algolia integration they are given a prompt to ask if they want to configure it now. + ## 0.1.6 ### Patch Changes diff --git a/packages/composable-common/package.json b/packages/composable-common/package.json index 864c1506..a7f7d5b6 100644 --- a/packages/composable-common/package.json +++ b/packages/composable-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/composable-common", - "version": "0.1.6", + "version": "0.2.0", "main": "./dist-cjs/index.js", "types": "./dist-types/index.d.ts", "module": "./dist-es/index.js", diff --git a/packages/composable-integration-hub-deployer/CHANGELOG.md b/packages/composable-integration-hub-deployer/CHANGELOG.md index 984d9fed..c293511d 100644 --- a/packages/composable-integration-hub-deployer/CHANGELOG.md +++ b/packages/composable-integration-hub-deployer/CHANGELOG.md @@ -1,5 +1,23 @@ # @elasticpath/composable-integration-hub-deployer +## 0.2.0 + +### Minor Changes + +- 85c20dc: CLI user can now execute the command `ep int algolia` to run the Algolia integration setup. + + - Checks if the active store has the Aloglia integration already + - Creates and depolys the integration for the user for the active store + - Prompts the user if they want to publish a catalog after the integration is configured as it's needed to start indexing + - Waits for that new index to appear in Algolia and then applies additional confuration for facets and replicas + + This command is also used post `ep generate d2c` if the user selected the Algolia integration they are given a prompt to ask if they want to configure it now. + +### Patch Changes + +- Updated dependencies [85c20dc] + - @elasticpath/composable-common@0.2.0 + ## 0.1.5 ### Patch Changes diff --git a/packages/composable-integration-hub-deployer/package.json b/packages/composable-integration-hub-deployer/package.json index 2d576e12..dece945e 100644 --- a/packages/composable-integration-hub-deployer/package.json +++ b/packages/composable-integration-hub-deployer/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/composable-integration-hub-deployer", - "version": "0.1.5", + "version": "0.2.0", "types": "./dist-types/index.d.ts", "scripts": { "build": "yarn build:types", diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index f994a80c..31d94d0d 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,24 @@ # @elasticpath/d2c-schematics +## 0.8.0 + +### Minor Changes + +- 85c20dc: CLI user can now execute the command `ep int algolia` to run the Algolia integration setup. + + - Checks if the active store has the Aloglia integration already + - Creates and depolys the integration for the user for the active store + - Prompts the user if they want to publish a catalog after the integration is configured as it's needed to start indexing + - Waits for that new index to appear in Algolia and then applies additional confuration for facets and replicas + + This command is also used post `ep generate d2c` if the user selected the Algolia integration they are given a prompt to ask if they want to configure it now. + +### Patch Changes + +- Updated dependencies [85c20dc] + - @elasticpath/composable-integration-hub-deployer@0.2.0 + - @elasticpath/composable-common@0.2.0 + ## 0.7.3 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 0b67a6f5..c6678b2e 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.7.3", + "version": "0.8.0", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git",