@graphcommerce/magento-store 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 -22
  2. package/package.json +8 -8
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
@@ -44,8 +48,7 @@
44
48
 
45
49
  ### Minor Changes
46
50
 
47
- - [#2301](https://github.com/graphcommerce-org/graphcommerce/pull/2301) [`47bb47b`](https://github.com/graphcommerce-org/graphcommerce/commit/47bb47bac4b3689a6859afbc587274d813e0b072) - Implement confirm email functionality
48
- ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
51
+ - [#2301](https://github.com/graphcommerce-org/graphcommerce/pull/2301) [`47bb47b`](https://github.com/graphcommerce-org/graphcommerce/commit/47bb47bac4b3689a6859afbc587274d813e0b072) - Implement confirm email functionality ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
49
52
 
50
53
  ## 8.1.0-canary.34
51
54
 
@@ -177,8 +180,7 @@
177
180
 
178
181
  ### Patch Changes
179
182
 
180
- - [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`61f90af`](https://github.com/graphcommerce-org/graphcommerce/commit/61f90afc8bc229b2cd4793f724509783af138deb) - redirectOrNotFound would log the incorrect request URL
181
- ([@paales](https://github.com/paales))
183
+ - [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`61f90af`](https://github.com/graphcommerce-org/graphcommerce/commit/61f90afc8bc229b2cd4793f724509783af138deb) - redirectOrNotFound would log the incorrect request URL ([@paales](https://github.com/paales))
182
184
 
183
185
  ## 8.0.1-canary.4
184
186
 
@@ -192,18 +194,15 @@
192
194
 
193
195
  ### Patch Changes
194
196
 
195
- - [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`61f90af`](https://github.com/graphcommerce-org/graphcommerce/commit/61f90afc8bc229b2cd4793f724509783af138deb) - redirectOrNotFound would log the incorrect request URL
196
- ([@paales](https://github.com/paales))
197
+ - [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`61f90af`](https://github.com/graphcommerce-org/graphcommerce/commit/61f90afc8bc229b2cd4793f724509783af138deb) - redirectOrNotFound would log the incorrect request URL ([@paales](https://github.com/paales))
197
198
 
198
199
  ## 8.0.0
199
200
 
200
201
  ### Patch Changes
201
202
 
202
- - [#2067](https://github.com/graphcommerce-org/graphcommerce/pull/2067) [`3406794`](https://github.com/graphcommerce-org/graphcommerce/commit/340679434e0ff1033c8158ef03a091e06e20e6a9) - Prevent HandleRedirect errors by filtering out empty URL values from the candidates array.
203
- ([@carlocarels90](https://github.com/carlocarels90))
203
+ - [#2067](https://github.com/graphcommerce-org/graphcommerce/pull/2067) [`3406794`](https://github.com/graphcommerce-org/graphcommerce/commit/340679434e0ff1033c8158ef03a091e06e20e6a9) - Prevent HandleRedirect errors by filtering out empty URL values from the candidates array. ([@carlocarels90](https://github.com/carlocarels90))
204
204
 
205
- - [#2140](https://github.com/graphcommerce-org/graphcommerce/pull/2140) [`b34d85c`](https://github.com/graphcommerce-org/graphcommerce/commit/b34d85c8c5403c6f49b506b714ee314b8344fd99) - Solve incorrect redirect when locale has own domain
206
- ([@hnsr](https://github.com/hnsr))
205
+ - [#2140](https://github.com/graphcommerce-org/graphcommerce/pull/2140) [`b34d85c`](https://github.com/graphcommerce-org/graphcommerce/commit/b34d85c8c5403c6f49b506b714ee314b8344fd99) - Solve incorrect redirect when locale has own domain ([@hnsr](https://github.com/hnsr))
207
206
 
208
207
  ## 8.0.0-canary.100
209
208
 
@@ -247,8 +246,7 @@
247
246
 
248
247
  ### Patch Changes
249
248
 
250
- - [#2140](https://github.com/graphcommerce-org/graphcommerce/pull/2140) [`b34d85c`](https://github.com/graphcommerce-org/graphcommerce/commit/b34d85c8c5403c6f49b506b714ee314b8344fd99) - Fix incorrect redirect when locale has own domain
251
- ([@hnsr](https://github.com/hnsr))
249
+ - [#2140](https://github.com/graphcommerce-org/graphcommerce/pull/2140) [`b34d85c`](https://github.com/graphcommerce-org/graphcommerce/commit/b34d85c8c5403c6f49b506b714ee314b8344fd99) - Fix incorrect redirect when locale has own domain ([@hnsr](https://github.com/hnsr))
252
250
 
253
251
  ## 8.0.0-canary.80
254
252
 
@@ -1393,31 +1391,31 @@
1393
1391
  All occurences of `<Trans>` and `t` need to be replaced:
1394
1392
 
1395
1393
  ```tsx
1396
- import { Trans, t } from "@lingui/macro";
1394
+ import { Trans, t } from '@lingui/macro'
1397
1395
 
1398
1396
  function MyComponent() {
1399
- const foo = "bar";
1397
+ const foo = 'bar'
1400
1398
  return (
1401
1399
  <div aria-label={t`Account ${foo}`}>
1402
1400
  <Trans>My Translation {foo}</Trans>
1403
1401
  </div>
1404
- );
1402
+ )
1405
1403
  }
1406
1404
  ```
1407
1405
 
1408
1406
  Needs to be replaced with:
1409
1407
 
1410
1408
  ```tsx
1411
- import { Trans } from "@lingui/react";
1412
- import { i18n } from "@lingui/core";
1409
+ import { Trans } from '@lingui/react'
1410
+ import { i18n } from '@lingui/core'
1413
1411
 
1414
1412
  function MyComponent() {
1415
- const foo = "bar";
1413
+ const foo = 'bar'
1416
1414
  return (
1417
1415
  <div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
1418
- <Trans key="My Translation {foo}" values={{ foo }}></Trans>
1416
+ <Trans key='My Translation {foo}' values={{ foo }}></Trans>
1419
1417
  </div>
1420
- );
1418
+ )
1421
1419
  }
1422
1420
  ```
1423
1421
 
@@ -1554,11 +1552,11 @@
1554
1552
  defaultProps: {
1555
1553
  round: true,
1556
1554
  formatOptions: {
1557
- style: "decimal",
1555
+ style: 'decimal',
1558
1556
  },
1559
1557
  },
1560
1558
  },
1561
- });
1559
+ })
1562
1560
  ```
1563
1561
 
1564
1562
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-store",
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,13 +12,13 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.55",
16
- "@graphcommerce/graphql": "^9.0.0-canary.55",
17
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.55",
18
- "@graphcommerce/image": "^9.0.0-canary.55",
19
- "@graphcommerce/next-ui": "^9.0.0-canary.55",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
16
+ "@graphcommerce/graphql": "^9.0.0-canary.57",
17
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.57",
18
+ "@graphcommerce/image": "^9.0.0-canary.57",
19
+ "@graphcommerce/next-ui": "^9.0.0-canary.57",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
22
22
  "@lingui/core": "^4.2.1",
23
23
  "@lingui/macro": "^4.2.1",
24
24
  "@lingui/react": "^4.2.1",