@graphcommerce/magento-cart-shipping-method 3.0.6 → 3.0.9

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 CHANGED
@@ -1,5 +1,44 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @graphcommerce/magento-cart@4.2.5
9
+ - @graphcommerce/magento-cart-shipping-address@3.0.8
10
+
11
+ ## 3.0.8
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1379](https://github.com/graphcommerce-org/graphcommerce/pull/1379) [`b8d04130a`](https://github.com/graphcommerce-org/graphcommerce/commit/b8d04130a1b1cb8fc85308939235140288744465) Thanks [@paales](https://github.com/paales)! - Removed unused trigger: onChange for useForm handler
16
+
17
+ - Updated dependencies [[`3c801f45c`](https://github.com/graphcommerce-org/graphcommerce/commit/3c801f45c7df55131acf30ae2fe0d2344830d480), [`b8d04130a`](https://github.com/graphcommerce-org/graphcommerce/commit/b8d04130a1b1cb8fc85308939235140288744465), [`3192fab82`](https://github.com/graphcommerce-org/graphcommerce/commit/3192fab82560e2211dfcacadc3b0b305260527d8), [`104abd14e`](https://github.com/graphcommerce-org/graphcommerce/commit/104abd14e1585ef0d8de77937d25156b8fa1e201), [`0e425e85e`](https://github.com/graphcommerce-org/graphcommerce/commit/0e425e85ee8fed280349317ee0440c7bceea5823), [`2a125b1f9`](https://github.com/graphcommerce-org/graphcommerce/commit/2a125b1f98bb9272d96c3577f21d6c984caad892), [`8a354d1cd`](https://github.com/graphcommerce-org/graphcommerce/commit/8a354d1cd4757497ddfc9b1969a0addbc8ff616b)]:
18
+ - @graphcommerce/next-ui@4.6.0
19
+ - @graphcommerce/magento-cart@4.2.4
20
+ - @graphcommerce/react-hook-form@3.1.0
21
+ - @graphcommerce/image@3.1.4
22
+ - @graphcommerce/framer-scroller@2.1.5
23
+ - @graphcommerce/magento-cart-shipping-address@3.0.7
24
+ - @graphcommerce/magento-store@4.1.6
25
+
26
+ ## 3.0.7
27
+
28
+ ### Patch Changes
29
+
30
+ - [#1378](https://github.com/graphcommerce-org/graphcommerce/pull/1378) [`b610a6e40`](https://github.com/graphcommerce-org/graphcommerce/commit/b610a6e4049e8c9e8b5d2aeff31b8e1bfc24abe5) Thanks [@paales](https://github.com/paales)! - Pin all versions internally so we can’t end up in an unfixable state for the user
31
+
32
+ - Updated dependencies [[`b610a6e40`](https://github.com/graphcommerce-org/graphcommerce/commit/b610a6e4049e8c9e8b5d2aeff31b8e1bfc24abe5), [`22ff9df16`](https://github.com/graphcommerce-org/graphcommerce/commit/22ff9df1677742ae8e07d9b7e5b12fbb487580dc)]:
33
+ - @graphcommerce/framer-scroller@2.1.4
34
+ - @graphcommerce/graphql@3.0.7
35
+ - @graphcommerce/image@3.1.3
36
+ - @graphcommerce/magento-cart@4.2.3
37
+ - @graphcommerce/magento-cart-shipping-address@3.0.6
38
+ - @graphcommerce/magento-store@4.1.5
39
+ - @graphcommerce/next-ui@4.5.1
40
+ - @graphcommerce/react-hook-form@3.0.7
41
+
3
42
  ## 3.0.6
4
43
 
5
44
  ### Patch Changes
@@ -54,7 +54,6 @@ export function ShippingMethodForm(props: ShippingMethodFormProps) {
54
54
  ShippingMethodFormMutationVariables & { carrierMethod?: string }
55
55
  >(ShippingMethodFormDocument, {
56
56
  defaultValues: { carrierMethod, carrier, method },
57
- mode: 'onChange',
58
57
  })
59
58
 
60
59
  const { handleSubmit, control, setValue, register, required, error } = form
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-shipping-method",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.6",
5
+ "version": "3.0.9",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,27 +12,27 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.1.3",
15
+ "@graphcommerce/eslint-config-pwa": "^4.1.4",
16
16
  "@graphcommerce/prettier-config-pwa": "^4.0.5",
17
17
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
18
18
  "@playwright/test": "^1.20.1",
19
19
  "type-fest": "2.12.1"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/framer-scroller": "^2.1.3",
23
- "@graphcommerce/graphql": "^3.0.6",
24
- "@graphcommerce/image": "^3.1.2",
25
- "@graphcommerce/magento-cart": "^4.2.2",
26
- "@graphcommerce/magento-cart-shipping-address": "^3.0.5",
27
- "@graphcommerce/magento-store": "^4.1.4",
28
- "@graphcommerce/next-ui": "^4.5.0",
29
- "@graphcommerce/react-hook-form": "^3.0.6"
22
+ "@graphcommerce/framer-scroller": "2.1.5",
23
+ "@graphcommerce/graphql": "3.0.7",
24
+ "@graphcommerce/image": "3.1.4",
25
+ "@graphcommerce/magento-cart": "4.2.5",
26
+ "@graphcommerce/magento-cart-shipping-address": "3.0.8",
27
+ "@graphcommerce/magento-store": "4.1.6",
28
+ "@graphcommerce/next-ui": "4.6.0",
29
+ "@graphcommerce/react-hook-form": "3.1.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@lingui/macro": "^3.13.2",
33
- "@mui/material": "^5.4.1",
33
+ "@mui/material": "5.5.3",
34
34
  "framer-motion": "^6.2.4",
35
- "next": "^12.0.10",
35
+ "next": "12.1.2",
36
36
  "react": "^17.0.2",
37
37
  "react-dom": "^17.0.2"
38
38
  }