@graphcommerce/magento-cart-items 9.0.4-canary.0 → 9.0.4-canary.10
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 +15 -9
- package/components/CartItem/CartItem.tsx +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.4-canary.
|
|
3
|
+
## 9.0.4-canary.10
|
|
4
4
|
|
|
5
|
-
## 9.0.
|
|
5
|
+
## 9.0.4-canary.9
|
|
6
6
|
|
|
7
|
-
## 9.0.
|
|
7
|
+
## 9.0.4-canary.8
|
|
8
8
|
|
|
9
|
-
## 9.0.
|
|
9
|
+
## 9.0.4-canary.7
|
|
10
10
|
|
|
11
|
-
## 9.0.
|
|
11
|
+
## 9.0.4-canary.6
|
|
12
12
|
|
|
13
|
-
## 9.0.
|
|
13
|
+
## 9.0.4-canary.5
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## 9.0.4-canary.4
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
## 9.0.4-canary.3
|
|
18
|
+
|
|
19
|
+
## 9.0.4-canary.2
|
|
18
20
|
|
|
19
|
-
## 9.0.
|
|
21
|
+
## 9.0.4-canary.1
|
|
22
|
+
|
|
23
|
+
## 9.0.4-canary.0
|
|
24
|
+
|
|
25
|
+
## 9.0.1
|
|
20
26
|
|
|
21
27
|
### Patch Changes
|
|
22
28
|
|
|
@@ -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,
|
|
7
6
|
extendableComponent,
|
|
8
7
|
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.
|
|
5
|
+
"version": "9.0.4-canary.10",
|
|
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.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^9.0.4-canary.
|
|
18
|
-
"@graphcommerce/graphql": "^9.0.4-canary.
|
|
19
|
-
"@graphcommerce/image": "^9.0.4-canary.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.4-canary.
|
|
21
|
-
"@graphcommerce/magento-customer": "^9.0.4-canary.
|
|
22
|
-
"@graphcommerce/magento-product": "^9.0.4-canary.
|
|
23
|
-
"@graphcommerce/magento-store": "^9.0.4-canary.
|
|
24
|
-
"@graphcommerce/next-ui": "^9.0.4-canary.
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.
|
|
26
|
-
"@graphcommerce/react-hook-form": "^9.0.4-canary.
|
|
27
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.
|
|
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/graphql": "^9.0.4-canary.10",
|
|
19
|
+
"@graphcommerce/image": "^9.0.4-canary.10",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.4-canary.10",
|
|
21
|
+
"@graphcommerce/magento-customer": "^9.0.4-canary.10",
|
|
22
|
+
"@graphcommerce/magento-product": "^9.0.4-canary.10",
|
|
23
|
+
"@graphcommerce/magento-store": "^9.0.4-canary.10",
|
|
24
|
+
"@graphcommerce/next-ui": "^9.0.4-canary.10",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.10",
|
|
26
|
+
"@graphcommerce/react-hook-form": "^9.0.4-canary.10",
|
|
27
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.10",
|
|
28
28
|
"@lingui/core": "^4.2.1",
|
|
29
29
|
"@lingui/macro": "^4.2.1",
|
|
30
30
|
"@lingui/react": "^4.2.1",
|