@graphcommerce/magento-cart-items 9.0.4-canary.8 → 9.0.4

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,24 +1,22 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.4-canary.8
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.7
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.6
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.5
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.4
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.3
14
-
15
- ## 9.0.4-canary.2
13
+ ## 9.0.1
16
14
 
17
- ## 9.0.4-canary.1
15
+ ### Patch Changes
18
16
 
19
- ## 9.0.4-canary.0
17
+ - [#2461](https://github.com/graphcommerce-org/graphcommerce/pull/2461) [`fbe78be`](https://github.com/graphcommerce-org/graphcommerce/commit/fbe78be4e6b46745384354b6da26151c9d269b18) - Solve issue where the cart item edit form wasn't aligned in the middle ([@paales](https://github.com/paales))
20
18
 
21
- ## 9.0.1
19
+ ## 9.0.1-canary.1
22
20
 
23
21
  ### Patch Changes
24
22
 
@@ -3,9 +3,9 @@ import { useDisplayInclTax } from '@graphcommerce/magento-cart'
3
3
  import { useProductLink } from '@graphcommerce/magento-product'
4
4
  import { Money } from '@graphcommerce/magento-store'
5
5
  import {
6
+ NextLink,
6
7
  extendableComponent,
7
8
  filterNonNullableKeys,
8
- NextLink,
9
9
  responsiveVal,
10
10
  } from '@graphcommerce/next-ui'
11
11
  import type { SxProps, Theme } from '@mui/material'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-items",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.8",
5
+ "version": "9.0.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,19 +12,19 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.4-canary.8",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.8",
17
- "@graphcommerce/framer-next-pages": "^9.0.4-canary.8",
18
- "@graphcommerce/graphql": "^9.0.4-canary.8",
19
- "@graphcommerce/image": "^9.0.4-canary.8",
20
- "@graphcommerce/magento-cart": "^9.0.4-canary.8",
21
- "@graphcommerce/magento-customer": "^9.0.4-canary.8",
22
- "@graphcommerce/magento-product": "^9.0.4-canary.8",
23
- "@graphcommerce/magento-store": "^9.0.4-canary.8",
24
- "@graphcommerce/next-ui": "^9.0.4-canary.8",
25
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.8",
26
- "@graphcommerce/react-hook-form": "^9.0.4-canary.8",
27
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.8",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.4",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4",
17
+ "@graphcommerce/framer-next-pages": "^9.0.4",
18
+ "@graphcommerce/graphql": "^9.0.4",
19
+ "@graphcommerce/image": "^9.0.4",
20
+ "@graphcommerce/magento-cart": "^9.0.4",
21
+ "@graphcommerce/magento-customer": "^9.0.4",
22
+ "@graphcommerce/magento-product": "^9.0.4",
23
+ "@graphcommerce/magento-store": "^9.0.4",
24
+ "@graphcommerce/next-ui": "^9.0.4",
25
+ "@graphcommerce/prettier-config-pwa": "^9.0.4",
26
+ "@graphcommerce/react-hook-form": "^9.0.4",
27
+ "@graphcommerce/typescript-config-pwa": "^9.0.4",
28
28
  "@lingui/core": "^4.2.1",
29
29
  "@lingui/macro": "^4.2.1",
30
30
  "@lingui/react": "^4.2.1",