@graphcommerce/magento-payment-included 9.0.0 → 9.0.1-canary.1
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 +2 -56
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.1-canary.1
|
|
4
|
+
|
|
3
5
|
## 9.0.0
|
|
4
6
|
|
|
5
7
|
### Patch Changes
|
|
@@ -12,62 +14,6 @@
|
|
|
12
14
|
|
|
13
15
|
- [#2296](https://github.com/graphcommerce-org/graphcommerce/pull/2296) [`e7aab8f`](https://github.com/graphcommerce-org/graphcommerce/commit/e7aab8f51f6c5e4d5133b025e7e6ea6301818f23) - Fixed the Place order button not working (in dev mode) for certain payment methods. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
14
16
|
|
|
15
|
-
## 9.0.0-canary.118
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.117
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.116
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.115
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.114
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.113
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.112
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.111
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.110
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.109
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.108
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.107
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.106
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.105
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.104
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.103
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.80
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`86ecf9a`](https://github.com/graphcommerce-org/graphcommerce/commit/86ecf9a1bb4c48ceabd4944d81483bcd5b990350) - Payment method will now throw an error in onComplete to handle obscure errors ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.60
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
56
|
-
|
|
57
|
-
- [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
|
|
58
|
-
|
|
59
|
-
## 8.1.0-canary.40
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- [#2296](https://github.com/graphcommerce-org/graphcommerce/pull/2296) [`e7aab8f`](https://github.com/graphcommerce-org/graphcommerce/commit/e7aab8f51f6c5e4d5133b025e7e6ea6301818f23) - Fixed Place order button not working (in dev mode) for certain payment methods ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
64
|
-
|
|
65
|
-
## 8.0.6-canary.2
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`0767bc4`](https://github.com/graphcommerce-org/graphcommerce/commit/0767bc40f7b596209f24ca4e745ff0441f3275c9) - Upgrade input components to no longer use muiRegister, which improves INP scores ([@FrankHarland](https://github.com/FrankHarland))
|
|
70
|
-
|
|
71
17
|
## 5.1.0
|
|
72
18
|
|
|
73
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-payment-included",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.
|
|
5
|
+
"version": "9.0.1-canary.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.
|
|
18
|
-
"@graphcommerce/image": "^9.0.
|
|
19
|
-
"@graphcommerce/magento-cart": "^9.0.
|
|
20
|
-
"@graphcommerce/magento-cart-payment-method": "^9.0.
|
|
21
|
-
"@graphcommerce/magento-cart-shipping-address": "^9.0.
|
|
22
|
-
"@graphcommerce/magento-product": "^9.0.
|
|
23
|
-
"@graphcommerce/magento-product-configurable": "^9.0.
|
|
24
|
-
"@graphcommerce/magento-store": "^9.0.
|
|
25
|
-
"@graphcommerce/next-ui": "^9.0.
|
|
26
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
|
27
|
-
"@graphcommerce/react-hook-form": "^9.0.
|
|
28
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.1-canary.1",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.1-canary.1",
|
|
18
|
+
"@graphcommerce/image": "^9.0.1-canary.1",
|
|
19
|
+
"@graphcommerce/magento-cart": "^9.0.1-canary.1",
|
|
20
|
+
"@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.1",
|
|
21
|
+
"@graphcommerce/magento-cart-shipping-address": "^9.0.1-canary.1",
|
|
22
|
+
"@graphcommerce/magento-product": "^9.0.1-canary.1",
|
|
23
|
+
"@graphcommerce/magento-product-configurable": "^9.0.1-canary.1",
|
|
24
|
+
"@graphcommerce/magento-store": "^9.0.1-canary.1",
|
|
25
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.1",
|
|
26
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
|
|
27
|
+
"@graphcommerce/react-hook-form": "^9.0.1-canary.1",
|
|
28
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
|
|
29
29
|
"@lingui/core": "^4.2.1",
|
|
30
30
|
"@lingui/macro": "^4.2.1",
|
|
31
31
|
"@lingui/react": "^4.2.1",
|