Skip to content

Commit 6673150

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

File tree

23 files changed

+144
-26
lines changed

23 files changed

+144
-26
lines changed

.changeset/clever-ravens-follow.md

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

apps/frontend/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @o2s/frontend
22

3+
## 1.19.0
4+
5+
### Minor Changes
6+
7+
- 1dbf967: Add CartStorage utility for org-scoped cart management in localStorage. Replace direct localStorage calls and cartIdLocalStorageKey prop with centralized Utils.CartStorage across all blocks and app components.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1dbf967]
12+
- @o2s/blocks.checkout-shipping-address@0.3.0
13+
- @o2s/blocks.checkout-billing-payment@0.3.0
14+
- @o2s/blocks.checkout-company-data@0.3.0
15+
- @o2s/blocks.recommended-products@0.6.0
16+
- @o2s/blocks.checkout-summary@0.3.0
17+
- @o2s/blocks.product-details@0.5.0
18+
- @o2s/blocks.product-list@0.6.0
19+
- @o2s/blocks.cart@0.3.0
20+
- @o2s/utils.frontend@0.6.0
21+
- @o2s/ui@1.15.0
22+
323
## 1.18.3
424

525
### Patch Changes

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/frontend",
3-
"version": "1.18.3",
3+
"version": "1.19.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

packages/blocks/checkout/cart/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @o2s/blocks.cart
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 1dbf967: Add CartStorage utility for org-scoped cart management in localStorage. Replace direct localStorage calls and cartIdLocalStorageKey prop with centralized Utils.CartStorage across all blocks and app components.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1dbf967]
12+
- @o2s/utils.frontend@0.6.0
13+
- @o2s/ui@1.15.0
14+
315
## 0.2.2
416

517
### Patch Changes

packages/blocks/checkout/cart/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.cart",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": false,
55
"license": "MIT",
66
"description": "Shopping cart block with item management, quantity controls and order summary.",

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

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 1dbf967: Add CartStorage utility for org-scoped cart management in localStorage. Replace direct localStorage calls and cartIdLocalStorageKey prop with centralized Utils.CartStorage across all blocks and app components.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1dbf967]
12+
- @o2s/utils.frontend@0.6.0
13+
- @o2s/ui@1.15.0
14+
315
## 0.2.3
416

517
### Patch 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.3",
3+
"version": "0.3.0",
44
"private": false,
55
"license": "MIT",
66
"description": "Checkout step for selecting a payment method with cart summary preview.",

packages/blocks/checkout/checkout-company-data/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @o2s/blocks.checkout-company-data
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 1dbf967: Add CartStorage utility for org-scoped cart management in localStorage. Replace direct localStorage calls and cartIdLocalStorageKey prop with centralized Utils.CartStorage across all blocks and app components.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1dbf967]
12+
- @o2s/utils.frontend@0.6.0
13+
- @o2s/ui@1.15.0
14+
315
## 0.2.2
416

517
### Patch Changes

packages/blocks/checkout/checkout-company-data/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-company-data",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": false,
55
"license": "MIT",
66
"description": "Checkout step for company details, tax ID, billing address, order notes, and cart summary preview.",

packages/blocks/checkout/checkout-shipping-address/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @o2s/blocks.checkout-shipping-address
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 1dbf967: Add CartStorage utility for org-scoped cart management in localStorage. Replace direct localStorage calls and cartIdLocalStorageKey prop with centralized Utils.CartStorage across all blocks and app components.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1dbf967]
12+
- @o2s/utils.frontend@0.6.0
13+
- @o2s/ui@1.15.0
14+
315
## 0.2.2
416

517
### Patch Changes

0 commit comments

Comments
 (0)