@graphcommerce/magento-payment-braintree 5.2.0-canary.1 → 5.2.0-canary.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 5.2.0-canary.11
|
4
|
+
|
5
|
+
## 5.2.0-canary.10
|
6
|
+
|
7
|
+
## 5.2.0-canary.9
|
8
|
+
|
9
|
+
## 5.2.0-canary.8
|
10
|
+
|
11
|
+
## 5.2.0-canary.7
|
12
|
+
|
13
|
+
## 5.2.0-canary.6
|
14
|
+
|
15
|
+
## 5.2.0-canary.5
|
16
|
+
|
17
|
+
## 5.2.0-canary.4
|
18
|
+
|
19
|
+
## 5.2.0-canary.3
|
20
|
+
|
21
|
+
### Minor Changes
|
22
|
+
|
23
|
+
- [#1766](https://github.com/graphcommerce-org/graphcommerce/pull/1766) [`e34169ee2`](https://github.com/graphcommerce-org/graphcommerce/commit/e34169ee2e0fdc052ff589ceca0bc67557584c1f) - Upgraded to Next.js 13
|
24
|
+
|
25
|
+
- NextLink integrates the next/link functionality with @mui/material's Link and ButtonBase (and all it's derivatives) components.
|
26
|
+
- NextLink automatically adds `target="_blank"` when the href is external.
|
27
|
+
- NextLink makes all relative href absolute. `href="my-page"` will be rendered as `href="/my-page"`.
|
28
|
+
|
29
|
+
Upgrade instructions: https://www.graphcommerce.org/docs/framework/links#upgrading-from-nextjs-12 ([@paales](https://github.com/paales))
|
30
|
+
|
31
|
+
## 5.2.0-canary.2
|
32
|
+
|
3
33
|
## 5.2.0-canary.1
|
4
34
|
|
5
35
|
## 5.2.0-canary.0
|
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": "5.2.0-canary.
|
5
|
+
"version": "5.2.0-canary.11",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,30 +12,30 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "5.2.0-canary.
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "5.2.0-canary.
|
17
|
-
"@graphcommerce/magento-product": "5.2.0-canary.
|
18
|
-
"@graphcommerce/magento-product-configurable": "5.2.0-canary.
|
19
|
-
"@graphcommerce/prettier-config-pwa": "5.2.0-canary.
|
20
|
-
"@graphcommerce/typescript-config-pwa": "5.2.0-canary.
|
15
|
+
"@graphcommerce/eslint-config-pwa": "5.2.0-canary.11",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "5.2.0-canary.11",
|
17
|
+
"@graphcommerce/magento-product": "5.2.0-canary.11",
|
18
|
+
"@graphcommerce/magento-product-configurable": "5.2.0-canary.11",
|
19
|
+
"@graphcommerce/prettier-config-pwa": "5.2.0-canary.11",
|
20
|
+
"@graphcommerce/typescript-config-pwa": "5.2.0-canary.11",
|
21
21
|
"@types/braintree-web": "^3.75.20"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@graphcommerce/graphql": "5.2.0-canary.
|
25
|
-
"@graphcommerce/image": "5.2.0-canary.
|
26
|
-
"@graphcommerce/magento-cart": "5.2.0-canary.
|
27
|
-
"@graphcommerce/magento-cart-payment-method": "5.2.0-canary.
|
28
|
-
"@graphcommerce/magento-store": "5.2.0-canary.
|
29
|
-
"@graphcommerce/next-ui": "5.2.0-canary.
|
30
|
-
"@graphcommerce/react-hook-form": "5.2.0-canary.
|
31
|
-
"braintree-web": "^3.88.
|
24
|
+
"@graphcommerce/graphql": "5.2.0-canary.11",
|
25
|
+
"@graphcommerce/image": "5.2.0-canary.11",
|
26
|
+
"@graphcommerce/magento-cart": "5.2.0-canary.11",
|
27
|
+
"@graphcommerce/magento-cart-payment-method": "5.2.0-canary.11",
|
28
|
+
"@graphcommerce/magento-store": "5.2.0-canary.11",
|
29
|
+
"@graphcommerce/next-ui": "5.2.0-canary.11",
|
30
|
+
"@graphcommerce/react-hook-form": "5.2.0-canary.11",
|
31
|
+
"braintree-web": "^3.88.6"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|
34
34
|
"@lingui/core": "^3.13.2",
|
35
35
|
"@lingui/react": "^3.13.2",
|
36
36
|
"@mui/material": "^5.10.16",
|
37
37
|
"framer-motion": "^7.0.0",
|
38
|
-
"next": "^
|
38
|
+
"next": "^13.1.1",
|
39
39
|
"react": "^18.2.0",
|
40
40
|
"react-dom": "^18.2.0"
|
41
41
|
}
|