@graphcommerce/magento-payment-braintree 6.0.0-canary.54 → 6.0.1-canary.0

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 +16 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.1-canary.0
4
+
5
+ ## 6.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - [#1766](https://github.com/graphcommerce-org/graphcommerce/pull/1766) [`e34169ee2`](https://github.com/graphcommerce-org/graphcommerce/commit/e34169ee2e0fdc052ff589ceca0bc67557584c1f) - Upgraded to Next.js 13
10
+
11
+ - NextLink integrates the next/link functionality with @mui/material's Link and ButtonBase (and all it's derivatives) components.
12
+ - NextLink automatically adds `target="_blank"` when the href is external.
13
+ - NextLink makes all relative href absolute. `href="my-page"` will be rendered as `href="/my-page"`. ([@paales](https://github.com/paales))
14
+
15
+ ### Patch Changes
16
+
17
+ - [#1841](https://github.com/graphcommerce-org/graphcommerce/pull/1841) [`1ff022c4b`](https://github.com/graphcommerce-org/graphcommerce/commit/1ff022c4bd8ad1d9fa8c1760076f003af06ce421) - PaymentMethodUpdated is now @injectable to allow for easier customisation. ([@paales](https://github.com/paales))
18
+
3
19
  ## 6.0.0-canary.54
4
20
 
5
21
  ## 6.0.0-canary.53
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": "6.0.0-canary.54",
5
+ "version": "6.0.1-canary.0",
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": "6.0.0-canary.54",
16
- "@graphcommerce/magento-cart-shipping-address": "6.0.0-canary.54",
17
- "@graphcommerce/magento-product": "6.0.0-canary.54",
18
- "@graphcommerce/magento-product-configurable": "6.0.0-canary.54",
19
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.54",
20
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.54",
15
+ "@graphcommerce/eslint-config-pwa": "6.0.1-canary.0",
16
+ "@graphcommerce/magento-cart-shipping-address": "6.0.1-canary.0",
17
+ "@graphcommerce/magento-product": "6.0.1-canary.0",
18
+ "@graphcommerce/magento-product-configurable": "6.0.1-canary.0",
19
+ "@graphcommerce/prettier-config-pwa": "6.0.1-canary.0",
20
+ "@graphcommerce/typescript-config-pwa": "6.0.1-canary.0",
21
21
  "@types/braintree-web": "^3.75.20"
22
22
  },
23
23
  "dependencies": {
24
- "@graphcommerce/graphql": "6.0.0-canary.54",
25
- "@graphcommerce/image": "6.0.0-canary.54",
26
- "@graphcommerce/magento-cart": "6.0.0-canary.54",
27
- "@graphcommerce/magento-cart-payment-method": "6.0.0-canary.54",
28
- "@graphcommerce/magento-store": "6.0.0-canary.54",
29
- "@graphcommerce/next-ui": "6.0.0-canary.54",
30
- "@graphcommerce/react-hook-form": "6.0.0-canary.54",
24
+ "@graphcommerce/graphql": "6.0.1-canary.0",
25
+ "@graphcommerce/image": "6.0.1-canary.0",
26
+ "@graphcommerce/magento-cart": "6.0.1-canary.0",
27
+ "@graphcommerce/magento-cart-payment-method": "6.0.1-canary.0",
28
+ "@graphcommerce/magento-store": "6.0.1-canary.0",
29
+ "@graphcommerce/next-ui": "6.0.1-canary.0",
30
+ "@graphcommerce/react-hook-form": "6.0.1-canary.0",
31
31
  "braintree-web": "^3.92.0"
32
32
  },
33
33
  "peerDependencies": {