@graphcommerce/magento-cart-shipping-method 8.1.0-canary.2 → 8.1.0-canary.5

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.
@@ -1,11 +1,9 @@
1
1
  fragment AvailableShippingMethod on AvailableShippingMethod {
2
2
  price_incl_tax {
3
- currency
4
- value
3
+ ...Money
5
4
  }
6
5
  price_excl_tax {
7
- currency
8
- value
6
+ ...Money
9
7
  }
10
8
  available
11
9
  carrier_code
package/CHANGELOG.md CHANGED
@@ -1,6 +1,63 @@
1
1
  # Change Log
2
2
 
3
- ## 8.1.0-canary.2
3
+ ## 8.1.0-canary.5
4
+
5
+ ## 8.0.6-canary.4
6
+
7
+ ## 8.0.6-canary.3
8
+
9
+ ## 8.0.6-canary.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders.
14
+ ([@FrankHarland](https://github.com/FrankHarland))
15
+
16
+ ## 8.0.6-canary.1
17
+
18
+ ## 8.0.6-canary.0
19
+
20
+ ## 8.0.5
21
+
22
+ ## 8.0.5-canary.10
23
+
24
+ ## 8.0.5-canary.9
25
+
26
+ ## 8.0.5-canary.8
27
+
28
+ ## 8.0.5-canary.7
29
+
30
+ ## 8.0.5-canary.6
31
+
32
+ ## 8.0.5-canary.5
33
+
34
+ ## 8.0.5-canary.4
35
+
36
+ ## 8.0.5-canary.3
37
+
38
+ ## 8.0.5-canary.2
39
+
40
+ ## 8.0.5-canary.1
41
+
42
+ ## 8.0.5-canary.0
43
+
44
+ ## 8.0.4
45
+
46
+ ## 8.0.4-canary.1
47
+
48
+ ## 8.0.4-canary.0
49
+
50
+ ## 8.0.3
51
+
52
+ ## 8.0.3-canary.6
53
+
54
+ ## 8.0.3-canary.5
55
+
56
+ ## 8.0.3-canary.4
57
+
58
+ ## 8.0.3-canary.3
59
+
60
+ ## 8.0.3-canary.2
4
61
 
5
62
  ## 8.0.3-canary.1
6
63
 
@@ -13,11 +13,9 @@ import {
13
13
  import {
14
14
  FormAutoSubmit,
15
15
  FormProvider,
16
- useFormAutoSubmit,
17
16
  useFormCompose,
18
17
  UseFormComposeOptions,
19
18
  UseFormGraphQlOptions,
20
- useFormPersist,
21
19
  useWatch,
22
20
  } from '@graphcommerce/react-hook-form'
23
21
  import { i18n } from '@lingui/core'
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": "8.1.0-canary.2",
5
+ "version": "8.1.0-canary.5",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.2",
16
- "@graphcommerce/framer-scroller": "^8.1.0-canary.2",
17
- "@graphcommerce/graphql": "^8.1.0-canary.2",
18
- "@graphcommerce/image": "^8.1.0-canary.2",
19
- "@graphcommerce/magento-cart": "^8.1.0-canary.2",
20
- "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.2",
21
- "@graphcommerce/magento-store": "^8.1.0-canary.2",
22
- "@graphcommerce/next-ui": "^8.1.0-canary.2",
23
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.2",
24
- "@graphcommerce/react-hook-form": "^8.1.0-canary.2",
25
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.2",
15
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.5",
16
+ "@graphcommerce/framer-scroller": "^8.1.0-canary.5",
17
+ "@graphcommerce/graphql": "^8.1.0-canary.5",
18
+ "@graphcommerce/image": "^8.1.0-canary.5",
19
+ "@graphcommerce/magento-cart": "^8.1.0-canary.5",
20
+ "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.5",
21
+ "@graphcommerce/magento-store": "^8.1.0-canary.5",
22
+ "@graphcommerce/next-ui": "^8.1.0-canary.5",
23
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.5",
24
+ "@graphcommerce/react-hook-form": "^8.1.0-canary.5",
25
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.5",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",