@graphcommerce/magento-cart 9.0.4-canary.10 → 9.0.4-canary.11

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.4-canary.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2485](https://github.com/graphcommerce-org/graphcommerce/pull/2485) [`6533728`](https://github.com/graphcommerce-org/graphcommerce/commit/65337280c6f4291cf4354e6ed9659f03388ca8d4) - When ordering a virtual product the checkout would still reference a Track & Trace ([@paales](https://github.com/paales))
8
+
3
9
  ## 9.0.4-canary.10
4
10
 
5
11
  ## 9.0.4-canary.9
@@ -88,7 +88,9 @@ export function CartSummary(props: CartSummaryProps) {
88
88
  <Box>
89
89
  <SectionContainer
90
90
  variantLeft='h5'
91
- labelLeft={<Trans id='Confirmation + Track & trace' />}
91
+ labelLeft={
92
+ is_virtual ? <Trans id='Confirmation' /> : <Trans id='Confirmation + Track & trace' />
93
+ }
92
94
  sx={{ '& .SectionHeader-root': { marginTop: 0, paddingBottom: '8px' } }}
93
95
  />
94
96
  <Typography variant='body1'>{email || ''}</Typography>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.10",
5
+ "version": "9.0.4-canary.11",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.4-canary.10",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.10",
17
- "@graphcommerce/framer-next-pages": "^9.0.4-canary.10",
18
- "@graphcommerce/framer-scroller": "^9.0.4-canary.10",
19
- "@graphcommerce/framer-utils": "^9.0.4-canary.10",
20
- "@graphcommerce/graphql": "^9.0.4-canary.10",
21
- "@graphcommerce/image": "^9.0.4-canary.10",
22
- "@graphcommerce/magento-customer": "^9.0.4-canary.10",
23
- "@graphcommerce/magento-graphql": "^9.0.4-canary.10",
24
- "@graphcommerce/magento-store": "^9.0.4-canary.10",
25
- "@graphcommerce/next-ui": "^9.0.4-canary.10",
26
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.10",
27
- "@graphcommerce/react-hook-form": "^9.0.4-canary.10",
28
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.10",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.4-canary.11",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.11",
17
+ "@graphcommerce/framer-next-pages": "^9.0.4-canary.11",
18
+ "@graphcommerce/framer-scroller": "^9.0.4-canary.11",
19
+ "@graphcommerce/framer-utils": "^9.0.4-canary.11",
20
+ "@graphcommerce/graphql": "^9.0.4-canary.11",
21
+ "@graphcommerce/image": "^9.0.4-canary.11",
22
+ "@graphcommerce/magento-customer": "^9.0.4-canary.11",
23
+ "@graphcommerce/magento-graphql": "^9.0.4-canary.11",
24
+ "@graphcommerce/magento-store": "^9.0.4-canary.11",
25
+ "@graphcommerce/next-ui": "^9.0.4-canary.11",
26
+ "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.11",
27
+ "@graphcommerce/react-hook-form": "^9.0.4-canary.11",
28
+ "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.11",
29
29
  "@lingui/core": "^4.2.1",
30
30
  "@lingui/macro": "^4.2.1",
31
31
  "@lingui/react": "^4.2.1",