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