@dropins/storefront-cart 3.2.0-beta.1 → 3.2.0-beta.3
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 +25 -0
- package/package.json +5 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @dropins/storefront-cart
|
|
2
|
+
|
|
3
|
+
## 3.2.0-beta.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 967b99e: Bump adobe-commerce/elsie from 1.8.0-beta.1 to 1.8.0
|
|
8
|
+
|
|
9
|
+
## 3.2.0-beta.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8b1717f: Bump "@adobe-commerce/elsie" from 1.7.0 to 1.8.0-beta.1
|
|
14
|
+
|
|
15
|
+
## 3.2.0-beta.1
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 9bccbf3: Add `includeOutOfStockItems` flag to CartSummaryList
|
|
20
|
+
|
|
21
|
+
## 3.1.1-beta.0
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 6344765: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
|
package/package.json
CHANGED