@graphcommerce/magento-cart-items 9.0.4-canary.9 → 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,26 +1,22 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.4-canary.9
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.8
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.7
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.6
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.5
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.4
14
-
15
- ## 9.0.4-canary.3
16
-
17
- ## 9.0.4-canary.2
13
+ ## 9.0.1
18
14
 
19
- ## 9.0.4-canary.1
15
+ ### Patch Changes
20
16
 
21
- ## 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))
22
18
 
23
- ## 9.0.1
19
+ ## 9.0.1-canary.1
24
20
 
25
21
  ### Patch Changes
26
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.9",
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.9",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.9",
17
- "@graphcommerce/framer-next-pages": "^9.0.4-canary.9",
18
- "@graphcommerce/graphql": "^9.0.4-canary.9",
19
- "@graphcommerce/image": "^9.0.4-canary.9",
20
- "@graphcommerce/magento-cart": "^9.0.4-canary.9",
21
- "@graphcommerce/magento-customer": "^9.0.4-canary.9",
22
- "@graphcommerce/magento-product": "^9.0.4-canary.9",
23
- "@graphcommerce/magento-store": "^9.0.4-canary.9",
24
- "@graphcommerce/next-ui": "^9.0.4-canary.9",
25
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.9",
26
- "@graphcommerce/react-hook-form": "^9.0.4-canary.9",
27
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.9",
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",