@dropins/storefront-order 3.3.0-alpha-20260415141339 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# @dropins/storefront-order
|
|
2
2
|
|
|
3
|
-
## 3.3.0
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 233a773: Add comments field for authenticated users
|
|
8
|
+
- 2d34f43: This branch adds order-level comments from the GraphQL CustomerOrder.comments field and a new OrderComments UI (component + container).
|
|
9
|
+
|
|
10
|
+
## 3.3.0-beta.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
6
13
|
|
package/package.json
CHANGED