Skip to content

Commit

Permalink
chore: release packages (#205)
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 May 1, 2024
1 parent e8f102e commit dfc34e6
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 35 deletions.
9 changes: 0 additions & 9 deletions .changeset/calm-hotels-move.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-bulldogs-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-dolphins-agree.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rich-planets-work.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# composable-cli

## 0.12.0

### Minor Changes

- f890d84: Bump moltin version and fix it

### Patch Changes

- Updated dependencies [f890d84]
- Updated dependencies [f890d84]
- @elasticpath/d2c-schematics@0.15.0
- @elasticpath/composable-common@0.5.0

## 0.11.17

### 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.11.17",
"version": "0.12.0",
"description": "Elastic Path Commerce Cloud Schematics - CLI",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/composable-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elasticpath/composable-common

## 0.5.0

### Minor Changes

- f890d84: Bump moltin version and fix it

## 0.4.0

### Minor 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.4.0",
"version": "0.5.0",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/composable-integration-hub-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @elasticpath/composable-integration-hub-deployer

## 0.3.4

### Patch Changes

- Updated dependencies [f890d84]
- @elasticpath/composable-common@0.5.0

## 0.3.3

### 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.3.3",
"version": "0.3.4",
"types": "./dist-types/index.d.ts",
"scripts": {
"build": "pnpm build:types",
Expand Down
13 changes: 13 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @elasticpath/d2c-schematics

## 0.15.0

### Minor Changes

- f890d84: Use latest shopper hooks in schematics
- f890d84: Bump moltin version and fix it

### Patch Changes

- Updated dependencies [f890d84]
- @elasticpath/composable-common@0.5.0
- @elasticpath/composable-integration-hub-deployer@0.3.4

## 0.14.6

### 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.14.6",
"version": "0.15.0",
"description": "D2C Storefront Schematics for Elastic Path Commerce Cloud",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/react-shopper-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @elasticpath/react-shopper-hooks

## 0.9.0

### Minor Changes

- e8f102e: - add product list example
- add product now takes optional params
- remove params for use delete cart query
- allow select query function
- make add product include params dynamic
- f890d84: Bump and fix moltin sdk dependency
- f890d84: Bump moltin version and fix it

### Patch Changes

- Updated dependencies [f890d84]
- Updated dependencies [f890d84]
- @elasticpath/shopper-common@0.3.0

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-shopper-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/react-shopper-hooks",
"version": "0.8.0",
"version": "0.9.0",
"scripts": {
"dev": "vite",
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/shopper-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @elasticpath/shopper-common

## 0.3.0

### Minor Changes

- f890d84: Bump and fix moltin sdk dependency
- f890d84: Bump moltin version and fix it

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shopper-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/shopper-common",
"version": "0.2.2",
"version": "0.3.0",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit dfc34e6

Please sign in to comment.