Skip to content

Commit

Permalink
Version Packages (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2023
1 parent 85c20dc commit a8ac3a4
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .changeset/polite-rabbits-smile.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/composable-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/composable-integration-hub-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-integration-hub-deployer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
19 changes: 19 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/d2c-schematics/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a8ac3a4

Please sign in to comment.