@graphcommerce/magento-cart-payment-method 9.0.0-canary.56 → 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 +18 -24
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
3
5
  ## 9.0.0-canary.56
4
6
 
5
7
  ## 9.0.0-canary.55
@@ -40,8 +42,7 @@
40
42
 
41
43
  ### Patch Changes
42
44
 
43
- - [#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
44
- ([@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))
45
46
 
46
47
  ## 8.1.0-canary.37
47
48
 
@@ -85,8 +86,7 @@
85
86
 
86
87
  ### Patch Changes
87
88
 
88
- - [#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.
89
- ([@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))
90
90
 
91
91
  ## 8.1.0-canary.17
92
92
 
@@ -98,8 +98,7 @@
98
98
 
99
99
  ### Patch Changes
100
100
 
101
- - [`831d7cd`](https://github.com/graphcommerce-org/graphcommerce/commit/831d7cd64a40b7b58748fd9637199b88938e75b7) - Compatibility with Magento 2.4.7
102
- ([@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))
103
102
 
104
103
  ## 8.1.0-canary.13
105
104
 
@@ -115,8 +114,7 @@
115
114
 
116
115
  ### Patch Changes
117
116
 
118
- - [#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.
119
- ([@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))
120
118
 
121
119
  ## 8.1.0-canary.7
122
120
 
@@ -132,14 +130,11 @@
132
130
 
133
131
  ### Patch Changes
134
132
 
135
- - [#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
136
- ([@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))
137
134
 
138
- - [#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.
139
- ([@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))
140
136
 
141
- - [#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
142
- ([@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))
143
138
 
144
139
  ## 8.0.6-canary.1
145
140
 
@@ -217,8 +212,7 @@
217
212
 
218
213
  ### Patch Changes
219
214
 
220
- - [#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.
221
- ([@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))
222
216
 
223
217
  ## 8.0.0-canary.100
224
218
 
@@ -1551,31 +1545,31 @@
1551
1545
  All occurences of `<Trans>` and `t` need to be replaced:
1552
1546
 
1553
1547
  ```tsx
1554
- import { Trans, t } from "@lingui/macro";
1548
+ import { Trans, t } from '@lingui/macro'
1555
1549
 
1556
1550
  function MyComponent() {
1557
- const foo = "bar";
1551
+ const foo = 'bar'
1558
1552
  return (
1559
1553
  <div aria-label={t`Account ${foo}`}>
1560
1554
  <Trans>My Translation {foo}</Trans>
1561
1555
  </div>
1562
- );
1556
+ )
1563
1557
  }
1564
1558
  ```
1565
1559
 
1566
1560
  Needs to be replaced with:
1567
1561
 
1568
1562
  ```tsx
1569
- import { Trans } from "@lingui/react";
1570
- import { i18n } from "@lingui/core";
1563
+ import { Trans } from '@lingui/react'
1564
+ import { i18n } from '@lingui/core'
1571
1565
 
1572
1566
  function MyComponent() {
1573
- const foo = "bar";
1567
+ const foo = 'bar'
1574
1568
  return (
1575
1569
  <div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
1576
- <Trans key="My Translation {foo}" values={{ foo }}></Trans>
1570
+ <Trans key='My Translation {foo}' values={{ foo }}></Trans>
1577
1571
  </div>
1578
- );
1572
+ )
1579
1573
  }
1580
1574
  ```
1581
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.56",
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.56",
16
- "@graphcommerce/framer-scroller": "^9.0.0-canary.56",
17
- "@graphcommerce/graphql": "^9.0.0-canary.56",
18
- "@graphcommerce/image": "^9.0.0-canary.56",
19
- "@graphcommerce/magento-cart": "^9.0.0-canary.56",
20
- "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.56",
21
- "@graphcommerce/magento-store": "^9.0.0-canary.56",
22
- "@graphcommerce/next-ui": "^9.0.0-canary.56",
23
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.56",
24
- "@graphcommerce/react-hook-form": "^9.0.0-canary.56",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.56",
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",