@graphcommerce/magento-cart-payment-method 9.0.0-canary.55 → 9.0.0-canary.57

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -24
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
5
+ ## 9.0.0-canary.56
6
+
3
7
  ## 9.0.0-canary.55
4
8
 
5
9
  ## 9.0.0-canary.54
@@ -38,8 +42,7 @@
38
42
 
39
43
  ### Patch Changes
40
44
 
41
- - [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components
42
- ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
45
+ - [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
43
46
 
44
47
  ## 8.1.0-canary.37
45
48
 
@@ -83,8 +86,7 @@
83
86
 
84
87
  ### Patch Changes
85
88
 
86
- - [#2277](https://github.com/graphcommerce-org/graphcommerce/pull/2277) [`f9199f7`](https://github.com/graphcommerce-org/graphcommerce/commit/f9199f798583138a68dd641ea6637375c487f29b) - Solve issue where Braintree wouldn't place the order after successfully validating a Credit Card.
87
- ([@paales](https://github.com/paales))
89
+ - [#2277](https://github.com/graphcommerce-org/graphcommerce/pull/2277) [`f9199f7`](https://github.com/graphcommerce-org/graphcommerce/commit/f9199f798583138a68dd641ea6637375c487f29b) - Solve issue where Braintree wouldn't place the order after successfully validating a Credit Card. ([@paales](https://github.com/paales))
88
90
 
89
91
  ## 8.1.0-canary.17
90
92
 
@@ -96,8 +98,7 @@
96
98
 
97
99
  ### Patch Changes
98
100
 
99
- - [`831d7cd`](https://github.com/graphcommerce-org/graphcommerce/commit/831d7cd64a40b7b58748fd9637199b88938e75b7) - Compatibility with Magento 2.4.7
100
- ([@paales](https://github.com/paales))
101
+ - [`831d7cd`](https://github.com/graphcommerce-org/graphcommerce/commit/831d7cd64a40b7b58748fd9637199b88938e75b7) - Compatibility with Magento 2.4.7 ([@paales](https://github.com/paales))
101
102
 
102
103
  ## 8.1.0-canary.13
103
104
 
@@ -113,8 +114,7 @@
113
114
 
114
115
  ### Patch Changes
115
116
 
116
- - [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`d345474`](https://github.com/graphcommerce-org/graphcommerce/commit/d345474fb190d158629cd5fd5e68a78724fa2fb6) - Due to a cyclic dependency the actual PaymentMethodPlaceOrder button would sometimes be undefined.
117
- ([@paales](https://github.com/paales))
117
+ - [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`d345474`](https://github.com/graphcommerce-org/graphcommerce/commit/d345474fb190d158629cd5fd5e68a78724fa2fb6) - Due to a cyclic dependency the actual PaymentMethodPlaceOrder button would sometimes be undefined. ([@paales](https://github.com/paales))
118
118
 
119
119
  ## 8.1.0-canary.7
120
120
 
@@ -130,14 +130,11 @@
130
130
 
131
131
  ### Patch Changes
132
132
 
133
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Use the non resolved payment methods as a placeholder for the actual payment methods
134
- ([@FrankHarland](https://github.com/FrankHarland))
133
+ - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Use the non resolved payment methods as a placeholder for the actual payment methods ([@FrankHarland](https://github.com/FrankHarland))
135
134
 
136
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders.
137
- ([@FrankHarland](https://github.com/FrankHarland))
135
+ - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
138
136
 
139
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent BillingPage query from rerunning on each mutation
140
- ([@FrankHarland](https://github.com/FrankHarland))
137
+ - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent BillingPage query from rerunning on each mutation ([@FrankHarland](https://github.com/FrankHarland))
141
138
 
142
139
  ## 8.0.6-canary.1
143
140
 
@@ -215,8 +212,7 @@
215
212
 
216
213
  ### Patch Changes
217
214
 
218
- - [#2115](https://github.com/graphcommerce-org/graphcommerce/pull/2115) [`105a1af`](https://github.com/graphcommerce-org/graphcommerce/commit/105a1af8b820de8873e430ae398f1922d39a9110) - Disabled ripple animations on all ActionCard ‘Select’ and ‘Change’ so the rendering is more subtle during checkout.
219
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
215
+ - [#2115](https://github.com/graphcommerce-org/graphcommerce/pull/2115) [`105a1af`](https://github.com/graphcommerce-org/graphcommerce/commit/105a1af8b820de8873e430ae398f1922d39a9110) - Disabled ripple animations on all ActionCard ‘Select’ and ‘Change’ so the rendering is more subtle during checkout. ([@Jessevdpoel](https://github.com/Jessevdpoel))
220
216
 
221
217
  ## 8.0.0-canary.100
222
218
 
@@ -1549,31 +1545,31 @@
1549
1545
  All occurences of `<Trans>` and `t` need to be replaced:
1550
1546
 
1551
1547
  ```tsx
1552
- import { Trans, t } from "@lingui/macro";
1548
+ import { Trans, t } from '@lingui/macro'
1553
1549
 
1554
1550
  function MyComponent() {
1555
- const foo = "bar";
1551
+ const foo = 'bar'
1556
1552
  return (
1557
1553
  <div aria-label={t`Account ${foo}`}>
1558
1554
  <Trans>My Translation {foo}</Trans>
1559
1555
  </div>
1560
- );
1556
+ )
1561
1557
  }
1562
1558
  ```
1563
1559
 
1564
1560
  Needs to be replaced with:
1565
1561
 
1566
1562
  ```tsx
1567
- import { Trans } from "@lingui/react";
1568
- import { i18n } from "@lingui/core";
1563
+ import { Trans } from '@lingui/react'
1564
+ import { i18n } from '@lingui/core'
1569
1565
 
1570
1566
  function MyComponent() {
1571
- const foo = "bar";
1567
+ const foo = 'bar'
1572
1568
  return (
1573
1569
  <div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
1574
- <Trans key="My Translation {foo}" values={{ foo }}></Trans>
1570
+ <Trans key='My Translation {foo}' values={{ foo }}></Trans>
1575
1571
  </div>
1576
- );
1572
+ )
1577
1573
  }
1578
1574
  ```
1579
1575
 
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.0-canary.55",
5
+ "version": "9.0.0-canary.57",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.55",
16
- "@graphcommerce/framer-scroller": "^9.0.0-canary.55",
17
- "@graphcommerce/graphql": "^9.0.0-canary.55",
18
- "@graphcommerce/image": "^9.0.0-canary.55",
19
- "@graphcommerce/magento-cart": "^9.0.0-canary.55",
20
- "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.55",
21
- "@graphcommerce/magento-store": "^9.0.0-canary.55",
22
- "@graphcommerce/next-ui": "^9.0.0-canary.55",
23
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
24
- "@graphcommerce/react-hook-form": "^9.0.0-canary.55",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
16
+ "@graphcommerce/framer-scroller": "^9.0.0-canary.57",
17
+ "@graphcommerce/graphql": "^9.0.0-canary.57",
18
+ "@graphcommerce/image": "^9.0.0-canary.57",
19
+ "@graphcommerce/magento-cart": "^9.0.0-canary.57",
20
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.57",
21
+ "@graphcommerce/magento-store": "^9.0.0-canary.57",
22
+ "@graphcommerce/next-ui": "^9.0.0-canary.57",
23
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
24
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.57",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",