@graphcommerce/magento-payment-braintree 8.0.6-canary.4 → 8.0.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,19 +1,6 @@
1
1
  # Change Log
2
2
 
3
- ## 8.0.6-canary.4
4
-
5
- ## 8.0.6-canary.3
6
-
7
- ## 8.0.6-canary.2
8
-
9
- ### Patch Changes
10
-
11
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent BillingPage query from rerunning on each mutation
12
- ([@FrankHarland](https://github.com/FrankHarland))
13
-
14
- ## 8.0.6-canary.1
15
-
16
- ## 8.0.6-canary.0
3
+ ## 8.0.6
17
4
 
18
5
  ## 8.0.5
19
6
 
@@ -19,7 +19,8 @@ query BraintreeLocalPaymentsCart($cartId: String!) {
19
19
  }
20
20
  prices {
21
21
  grand_total {
22
- ...Money
22
+ currency
23
+ value
23
24
  }
24
25
  }
25
26
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-braintree",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.6-canary.4",
5
+ "version": "8.0.6",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,19 +18,19 @@
18
18
  "braintree-web": "^3.99.0"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/eslint-config-pwa": "^8.0.6-canary.4",
22
- "@graphcommerce/graphql": "^8.0.6-canary.4",
23
- "@graphcommerce/image": "^8.0.6-canary.4",
24
- "@graphcommerce/magento-cart": "^8.0.6-canary.4",
25
- "@graphcommerce/magento-cart-payment-method": "^8.0.6-canary.4",
26
- "@graphcommerce/magento-cart-shipping-address": "^8.0.6-canary.4",
27
- "@graphcommerce/magento-product": "^8.0.6-canary.4",
28
- "@graphcommerce/magento-product-configurable": "^8.0.6-canary.4",
29
- "@graphcommerce/magento-store": "^8.0.6-canary.4",
30
- "@graphcommerce/next-ui": "^8.0.6-canary.4",
31
- "@graphcommerce/prettier-config-pwa": "^8.0.6-canary.4",
32
- "@graphcommerce/react-hook-form": "^8.0.6-canary.4",
33
- "@graphcommerce/typescript-config-pwa": "^8.0.6-canary.4",
21
+ "@graphcommerce/eslint-config-pwa": "^8.0.6",
22
+ "@graphcommerce/graphql": "^8.0.6",
23
+ "@graphcommerce/image": "^8.0.6",
24
+ "@graphcommerce/magento-cart": "^8.0.6",
25
+ "@graphcommerce/magento-cart-payment-method": "^8.0.6",
26
+ "@graphcommerce/magento-cart-shipping-address": "^8.0.6",
27
+ "@graphcommerce/magento-product": "^8.0.6",
28
+ "@graphcommerce/magento-product-configurable": "^8.0.6",
29
+ "@graphcommerce/magento-store": "^8.0.6",
30
+ "@graphcommerce/next-ui": "^8.0.6",
31
+ "@graphcommerce/prettier-config-pwa": "^8.0.6",
32
+ "@graphcommerce/react-hook-form": "^8.0.6",
33
+ "@graphcommerce/typescript-config-pwa": "^8.0.6",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",