Skip to content

Commit 8520aaf

Browse files
chore: release packages (#417)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1242005 commit 8520aaf

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/witty-seas-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/shopper-accounts-authentication/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# shopper-accounts-authentication
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1242005]
8+
- @epcc-sdk/sdks-shopper@0.0.30
9+
310
## 0.1.2
411

512
### Patch Changes

examples/shopper-accounts-authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopper-accounts-authentication",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/sdks/shopper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @epcc-sdk/sdks-shopper
22

3+
## 0.0.30
4+
5+
### Patch Changes
6+
7+
- 1242005: Add a storage key option so getCartId can support multiple carts
8+
39
## 0.0.29
410

511
### Patch Changes

packages/sdks/shopper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epcc-sdk/sdks-shopper",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)