@graphcommerce/magento-cart-coupon 9.1.0-canary.47 → 9.1.0-canary.48

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.
@@ -44,7 +44,6 @@ export function ApplyCouponForm(props: ApplyCouponFormProps) {
44
44
  rules={{ required: required.couponCode }}
45
45
  control={control}
46
46
  helperText={formState.errors.couponCode?.message}
47
- disabled={formState.isSubmitting}
48
47
  showValid
49
48
  />
50
49
  <FormControl>
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.48
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2532](https://github.com/graphcommerce-org/graphcommerce/pull/2532) [`4913aee`](https://github.com/graphcommerce-org/graphcommerce/commit/4913aeeae7c9237edc13361b72619e1d1f429198) - Resolve issue where a 400 error occurred due to missing coupon code data in the request. The coupon input field was being disabled before form submission, preventing the code from being included in the request payload ([@joshdavenport](https://github.com/joshdavenport))
8
+
3
9
  ## 9.1.0-canary.47
4
10
 
5
11
  ## 9.1.0-canary.46
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-coupon",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.47",
5
+ "version": "9.1.0-canary.48",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,16 +12,16 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.47",
16
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.47",
17
- "@graphcommerce/graphql": "^9.1.0-canary.47",
18
- "@graphcommerce/image": "^9.1.0-canary.47",
19
- "@graphcommerce/magento-cart": "^9.1.0-canary.47",
20
- "@graphcommerce/magento-store": "^9.1.0-canary.47",
21
- "@graphcommerce/next-ui": "^9.1.0-canary.47",
22
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.47",
23
- "@graphcommerce/react-hook-form": "^9.1.0-canary.47",
24
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.47",
15
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.48",
16
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.48",
17
+ "@graphcommerce/graphql": "^9.1.0-canary.48",
18
+ "@graphcommerce/image": "^9.1.0-canary.48",
19
+ "@graphcommerce/magento-cart": "^9.1.0-canary.48",
20
+ "@graphcommerce/magento-store": "^9.1.0-canary.48",
21
+ "@graphcommerce/next-ui": "^9.1.0-canary.48",
22
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.48",
23
+ "@graphcommerce/react-hook-form": "^9.1.0-canary.48",
24
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.48",
25
25
  "@lingui/core": "^4.2.1",
26
26
  "@lingui/macro": "^4.2.1",
27
27
  "@lingui/react": "^4.2.1",