@graphcommerce/magento-payment-braintree 7.0.1-canary.0 → 7.0.1-canary.10

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 +20 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.0.1-canary.10
4
+
5
+ ## 7.0.1-canary.9
6
+
7
+ ## 7.0.1-canary.8
8
+
9
+ ## 7.0.1-canary.7
10
+
11
+ ## 7.0.1-canary.6
12
+
13
+ ## 7.0.1-canary.5
14
+
15
+ ## 7.0.1-canary.4
16
+
17
+ ## 7.0.1-canary.3
18
+
19
+ ## 7.0.1-canary.2
20
+
21
+ ## 7.0.1-canary.1
22
+
3
23
  ## 7.0.1-canary.0
4
24
 
5
25
  ### Patch Changes
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": "7.0.1-canary.0",
5
+ "version": "7.0.1-canary.10",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,22 +12,22 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "7.0.1-canary.0",
16
- "@graphcommerce/magento-cart-shipping-address": "7.0.1-canary.0",
17
- "@graphcommerce/magento-product": "7.0.1-canary.0",
18
- "@graphcommerce/magento-product-configurable": "7.0.1-canary.0",
19
- "@graphcommerce/prettier-config-pwa": "7.0.1-canary.0",
20
- "@graphcommerce/typescript-config-pwa": "7.0.1-canary.0",
15
+ "@graphcommerce/eslint-config-pwa": "7.0.1-canary.10",
16
+ "@graphcommerce/magento-cart-shipping-address": "7.0.1-canary.10",
17
+ "@graphcommerce/magento-product": "7.0.1-canary.10",
18
+ "@graphcommerce/magento-product-configurable": "7.0.1-canary.10",
19
+ "@graphcommerce/prettier-config-pwa": "7.0.1-canary.10",
20
+ "@graphcommerce/typescript-config-pwa": "7.0.1-canary.10",
21
21
  "@types/braintree-web": "^3.96.4"
22
22
  },
23
23
  "dependencies": {
24
- "@graphcommerce/graphql": "7.0.1-canary.0",
25
- "@graphcommerce/image": "7.0.1-canary.0",
26
- "@graphcommerce/magento-cart": "7.0.1-canary.0",
27
- "@graphcommerce/magento-cart-payment-method": "7.0.1-canary.0",
28
- "@graphcommerce/magento-store": "7.0.1-canary.0",
29
- "@graphcommerce/next-ui": "7.0.1-canary.0",
30
- "@graphcommerce/react-hook-form": "7.0.1-canary.0",
24
+ "@graphcommerce/graphql": "7.0.1-canary.10",
25
+ "@graphcommerce/image": "7.0.1-canary.10",
26
+ "@graphcommerce/magento-cart": "7.0.1-canary.10",
27
+ "@graphcommerce/magento-cart-payment-method": "7.0.1-canary.10",
28
+ "@graphcommerce/magento-store": "7.0.1-canary.10",
29
+ "@graphcommerce/next-ui": "7.0.1-canary.10",
30
+ "@graphcommerce/react-hook-form": "7.0.1-canary.10",
31
31
  "braintree-web": "^3.95.0-beta-3ds.1"
32
32
  },
33
33
  "peerDependencies": {