@graphcommerce/magento-payment-braintree 8.0.5-canary.8 → 8.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2188](https://github.com/graphcommerce-org/graphcommerce/pull/2188) [`eec7498`](https://github.com/graphcommerce-org/graphcommerce/commit/eec7498213f34f0f850123b577b77bf678e3c80b) - Braintree Credit Card: Hosted payment fields now have proper styling and all focus/blur and error states are correctly handled.
8
+ ([@paales](https://github.com/paales))
9
+
10
+ ## 8.0.5-canary.10
11
+
12
+ ## 8.0.5-canary.9
13
+
3
14
  ## 8.0.5-canary.8
4
15
 
5
16
  ## 8.0.5-canary.7
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.5-canary.8",
5
+ "version": "8.0.5",
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.5-canary.8",
22
- "@graphcommerce/graphql": "^8.0.5-canary.8",
23
- "@graphcommerce/image": "^8.0.5-canary.8",
24
- "@graphcommerce/magento-cart": "^8.0.5-canary.8",
25
- "@graphcommerce/magento-cart-payment-method": "^8.0.5-canary.8",
26
- "@graphcommerce/magento-cart-shipping-address": "^8.0.5-canary.8",
27
- "@graphcommerce/magento-product": "^8.0.5-canary.8",
28
- "@graphcommerce/magento-product-configurable": "^8.0.5-canary.8",
29
- "@graphcommerce/magento-store": "^8.0.5-canary.8",
30
- "@graphcommerce/next-ui": "^8.0.5-canary.8",
31
- "@graphcommerce/prettier-config-pwa": "^8.0.5-canary.8",
32
- "@graphcommerce/react-hook-form": "^8.0.5-canary.8",
33
- "@graphcommerce/typescript-config-pwa": "^8.0.5-canary.8",
21
+ "@graphcommerce/eslint-config-pwa": "^8.0.5",
22
+ "@graphcommerce/graphql": "^8.0.5",
23
+ "@graphcommerce/image": "^8.0.5",
24
+ "@graphcommerce/magento-cart": "^8.0.5",
25
+ "@graphcommerce/magento-cart-payment-method": "^8.0.5",
26
+ "@graphcommerce/magento-cart-shipping-address": "^8.0.5",
27
+ "@graphcommerce/magento-product": "^8.0.5",
28
+ "@graphcommerce/magento-product-configurable": "^8.0.5",
29
+ "@graphcommerce/magento-store": "^8.0.5",
30
+ "@graphcommerce/next-ui": "^8.0.5",
31
+ "@graphcommerce/prettier-config-pwa": "^8.0.5",
32
+ "@graphcommerce/react-hook-form": "^8.0.5",
33
+ "@graphcommerce/typescript-config-pwa": "^8.0.5",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",