@dropins/storefront-order 3.2.0-beta.1 → 3.2.0-beta.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +5 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,24 @@
1
+ # @dropins/storefront-order
2
+
3
+ ## 3.2.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6554de1: Bump "@adobe-commerce/elsie" from 1.7.0 to 1.8.0-beta.1
8
+
9
+ ## 3.2.0-beta.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 5284e7f: Fix order cancellation flow by creating separate CUSTOMER_ORDER_FRAGMENT without token field. This prevents authenticated orders from incorrectly using the guest cancellation flow while maintaining backward compatibility for fragment extensions.
14
+
15
+ ## 3.2.0-beta.0
16
+
17
+ ### Minor Changes
18
+
19
+ - b4b4251: Enable GraphQL fragment extension for the CustomerOrder type by exporting GUEST_ORDER_FRAGMENT, allowing merchants to extend order queries with custom fields via overrideGQLOperations.
20
+
21
+ ### Patch Changes
22
+
23
+ - 12facdd: Internal sync: backmerge main into develop.
24
+ - cf344b1: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
package/package.json CHANGED
@@ -1 +1,5 @@
1
- {"name": "@dropins/storefront-order", "version": "3.2.0-beta.1", "@dropins/tools": "~1.7.0", "license": "SEE LICENSE IN LICENSE.md"}
1
+ {
2
+ "name": "@dropins/storefront-order",
3
+ "version": "3.2.0-beta.2",
4
+ "license": "SEE LICENSE IN LICENSE.md"
5
+ }