Skip to content

Commit

Permalink
chore: release packages (#285)
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 Feb 4, 2025
1 parent 597d5a2 commit 4250f2d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-pumas-love.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-shopper-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @elasticpath/react-shopper-hooks

## 0.14.7

### Patch Changes

- Updated dependencies [597d5a2]
- @elasticpath/shopper-common@0.5.1

## 0.14.6

### Patch 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.14.6",
"version": "0.14.7",
"scripts": {
"dev": "vite",
"build": "tsup",
Expand Down
6 changes: 6 additions & 0 deletions packages/shopper-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elasticpath/shopper-common

## 0.5.1

### Patch Changes

- 597d5a2: Added support for non-image file types to product interfaces and response processing.

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit 4250f2d

Please sign in to comment.