@graphcommerce/magento-cart-payment-method 9.0.4-canary.8 → 9.0.4
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 +12 -12
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.4
|
|
3
|
+
## 9.0.4
|
|
4
4
|
|
|
5
|
-
## 9.0.
|
|
5
|
+
## 9.0.3
|
|
6
6
|
|
|
7
|
-
## 9.0.
|
|
7
|
+
## 9.0.3-canary.0
|
|
8
8
|
|
|
9
|
-
## 9.0.
|
|
10
|
-
|
|
11
|
-
## 9.0.4-canary.4
|
|
12
|
-
|
|
13
|
-
## 9.0.4-canary.3
|
|
9
|
+
## 9.0.2
|
|
14
10
|
|
|
15
|
-
|
|
11
|
+
### Patch Changes
|
|
16
12
|
|
|
17
|
-
|
|
13
|
+
- [`7d5e75e`](https://github.com/graphcommerce-org/graphcommerce/commit/7d5e75ebfe93194237b8f6b6511d2bd1549d121e) - Solve issue where the Component prop would we forwarded tot the DOM element of the PaymentMethodActionCard ([@paales](https://github.com/paales))
|
|
18
14
|
|
|
19
|
-
|
|
15
|
+
- [`058b7bf`](https://github.com/graphcommerce-org/graphcommerce/commit/058b7bf64be29e1bc3d16551abcc1cd55b5413bd) - Support Magento 2.4.7 placeOrder.errors field to handle possible errors while placing the order. An `assertOrderPlaced` method was created to assert a valid placed order. ([@paales](https://github.com/paales))
|
|
20
16
|
|
|
21
|
-
## 9.0.2
|
|
17
|
+
## 9.0.2-canary.0
|
|
22
18
|
|
|
23
19
|
### Patch Changes
|
|
24
20
|
|
|
@@ -26,6 +22,10 @@
|
|
|
26
22
|
|
|
27
23
|
- [`058b7bf`](https://github.com/graphcommerce-org/graphcommerce/commit/058b7bf64be29e1bc3d16551abcc1cd55b5413bd) - Support Magento 2.4.7 placeOrder.errors field to handle possible errors while placing the order. An `assertOrderPlaced` method was created to assert a valid placed order. ([@paales](https://github.com/paales))
|
|
28
24
|
|
|
25
|
+
## 9.0.1
|
|
26
|
+
|
|
27
|
+
## 9.0.1-canary.1
|
|
28
|
+
|
|
29
29
|
## 9.0.0
|
|
30
30
|
|
|
31
31
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-payment-method",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.4
|
|
5
|
+
"version": "9.0.4",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.4
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.4
|
|
17
|
-
"@graphcommerce/framer-scroller": "^9.0.4
|
|
18
|
-
"@graphcommerce/graphql": "^9.0.4
|
|
19
|
-
"@graphcommerce/image": "^9.0.4
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.4
|
|
21
|
-
"@graphcommerce/magento-cart-shipping-address": "^9.0.4
|
|
22
|
-
"@graphcommerce/magento-store": "^9.0.4
|
|
23
|
-
"@graphcommerce/next-ui": "^9.0.4
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.4
|
|
25
|
-
"@graphcommerce/react-hook-form": "^9.0.4
|
|
26
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.4
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.4",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.4",
|
|
17
|
+
"@graphcommerce/framer-scroller": "^9.0.4",
|
|
18
|
+
"@graphcommerce/graphql": "^9.0.4",
|
|
19
|
+
"@graphcommerce/image": "^9.0.4",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.4",
|
|
21
|
+
"@graphcommerce/magento-cart-shipping-address": "^9.0.4",
|
|
22
|
+
"@graphcommerce/magento-store": "^9.0.4",
|
|
23
|
+
"@graphcommerce/next-ui": "^9.0.4",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4",
|
|
25
|
+
"@graphcommerce/react-hook-form": "^9.0.4",
|
|
26
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4",
|
|
27
27
|
"@lingui/core": "^4.2.1",
|
|
28
28
|
"@lingui/macro": "^4.2.1",
|
|
29
29
|
"@lingui/react": "^4.2.1",
|