@graphcommerce/magento-cart-payment-method 9.0.0-canary.56 → 9.0.0-canary.58

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