Skip to content

Commit b6b084f

Browse files
feat(changeset): version packages (#831)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7b0325 commit b6b084f

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/beige-kings-drop.md

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

.changeset/public-paws-lay.md

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

packages/blocks/checkout/checkout-billing-payment/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/blocks.checkout-billing-payment
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- b7b0325: removed incorrect condition that prevented showing payment methods if there was no specified region id
8+
39
## 0.2.0
410

511
### Minor Changes

packages/blocks/checkout/checkout-billing-payment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/blocks.checkout-billing-payment",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"license": "MIT",
66
"description": "Checkout step for selecting a payment method with cart summary preview.",

packages/integrations/mocked/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/integrations.mocked
22

3+
## 1.21.2
4+
5+
### Patch Changes
6+
7+
- 0fa9e2f: added exports for some helper methods for the `carts` module for external use (e.g. for other integrations that want to extend this one)
8+
39
## 1.21.1
410

511
### Patch Changes

packages/integrations/mocked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/integrations.mocked",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"private": false,
55
"license": "MIT",
66
"description": "Mocked integration for O2S development and testing, providing in-memory data with Prisma.",

0 commit comments

Comments
 (0)