@graphcommerce/magento-store 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 -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.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
@@ -46,8 +50,7 @@
46
50
 
47
51
  ### Minor Changes
48
52
 
49
- - [#2301](https://github.com/graphcommerce-org/graphcommerce/pull/2301) [`47bb47b`](https://github.com/graphcommerce-org/graphcommerce/commit/47bb47bac4b3689a6859afbc587274d813e0b072) - Implement confirm email functionality
50
- ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
53
+ - [#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))
51
54
 
52
55
  ## 8.1.0-canary.34
53
56
 
@@ -179,8 +182,7 @@
179
182
 
180
183
  ### Patch Changes
181
184
 
182
- - [#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
183
- ([@paales](https://github.com/paales))
185
+ - [#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))
184
186
 
185
187
  ## 8.0.1-canary.4
186
188
 
@@ -194,18 +196,15 @@
194
196
 
195
197
  ### Patch Changes
196
198
 
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
198
- ([@paales](https://github.com/paales))
199
+ - [#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))
199
200
 
200
201
  ## 8.0.0
201
202
 
202
203
  ### Patch Changes
203
204
 
204
- - [#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.
205
- ([@carlocarels90](https://github.com/carlocarels90))
205
+ - [#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))
206
206
 
207
- - [#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
208
- ([@hnsr](https://github.com/hnsr))
207
+ - [#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))
209
208
 
210
209
  ## 8.0.0-canary.100
211
210
 
@@ -249,8 +248,7 @@
249
248
 
250
249
  ### Patch Changes
251
250
 
252
- - [#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
253
- ([@hnsr](https://github.com/hnsr))
251
+ - [#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))
254
252
 
255
253
  ## 8.0.0-canary.80
256
254
 
@@ -1395,31 +1393,31 @@
1395
1393
  All occurences of `<Trans>` and `t` need to be replaced:
1396
1394
 
1397
1395
  ```tsx
1398
- import { Trans, t } from "@lingui/macro";
1396
+ import { Trans, t } from '@lingui/macro'
1399
1397
 
1400
1398
  function MyComponent() {
1401
- const foo = "bar";
1399
+ const foo = 'bar'
1402
1400
  return (
1403
1401
  <div aria-label={t`Account ${foo}`}>
1404
1402
  <Trans>My Translation {foo}</Trans>
1405
1403
  </div>
1406
- );
1404
+ )
1407
1405
  }
1408
1406
  ```
1409
1407
 
1410
1408
  Needs to be replaced with:
1411
1409
 
1412
1410
  ```tsx
1413
- import { Trans } from "@lingui/react";
1414
- import { i18n } from "@lingui/core";
1411
+ import { Trans } from '@lingui/react'
1412
+ import { i18n } from '@lingui/core'
1415
1413
 
1416
1414
  function MyComponent() {
1417
- const foo = "bar";
1415
+ const foo = 'bar'
1418
1416
  return (
1419
1417
  <div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
1420
- <Trans key="My Translation {foo}" values={{ foo }}></Trans>
1418
+ <Trans key='My Translation {foo}' values={{ foo }}></Trans>
1421
1419
  </div>
1422
- );
1420
+ )
1423
1421
  }
1424
1422
  ```
1425
1423
 
@@ -1556,11 +1554,11 @@
1556
1554
  defaultProps: {
1557
1555
  round: true,
1558
1556
  formatOptions: {
1559
- style: "decimal",
1557
+ style: 'decimal',
1560
1558
  },
1561
1559
  },
1562
1560
  },
1563
- });
1561
+ })
1564
1562
  ```
1565
1563
 
1566
1564
  ### 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.56",
5
+ "version": "9.0.0-canary.58",
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.56",
16
- "@graphcommerce/graphql": "^9.0.0-canary.56",
17
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.56",
18
- "@graphcommerce/image": "^9.0.0-canary.56",
19
- "@graphcommerce/next-ui": "^9.0.0-canary.56",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.56",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.56",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
16
+ "@graphcommerce/graphql": "^9.0.0-canary.58",
17
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.58",
18
+ "@graphcommerce/image": "^9.0.0-canary.58",
19
+ "@graphcommerce/next-ui": "^9.0.0-canary.58",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
22
22
  "@lingui/core": "^4.2.1",
23
23
  "@lingui/macro": "^4.2.1",
24
24
  "@lingui/react": "^4.2.1",