@dropins/storefront-order 3.2.0-beta.2 → 3.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @dropins/storefront-order
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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.
8
+
9
+ ### Patch Changes
10
+
11
+ - 12facdd: Internal sync: backmerge main into develop.
12
+ - 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.
13
+ - cf344b1: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
14
+ - 6554de1: Bump "@adobe-commerce/elsie" from 1.7.0 to 1.8.0-beta.1
15
+ - 2a57159: Bump adobe-commerce/elsie from 1.8.0-beta.1 to 1.8.0
16
+
17
+ ## 3.2.0-beta.3
18
+
19
+ ### Patch Changes
20
+
21
+ - 2a57159: Bump adobe-commerce/elsie from 1.8.0-beta.1 to 1.8.0
22
+
3
23
  ## 3.2.0-beta.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@dropins/storefront-order",
3
- "version": "3.2.0-beta.2",
3
+ "version": "3.2.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md"
5
5
  }