@graphcommerce/magento-product-configurable 8.1.0-canary.7 → 8.1.0-canary.9
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,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.1.0-canary.9
|
|
4
|
+
|
|
5
|
+
## 8.1.0-canary.8
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`444e446`](https://github.com/graphcommerce-org/graphcommerce/commit/444e446a218cc9da3defb940a6d5cce0229ff845) - Added clear upgrade instructions for linguiLocale
|
|
10
|
+
([@paales](https://github.com/paales))
|
|
11
|
+
|
|
3
12
|
## 8.1.0-canary.7
|
|
4
13
|
|
|
5
14
|
## 8.1.0-canary.6
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import { normalizeLocale } from '@graphcommerce/lingui-next'
|
|
2
1
|
import { AddToCartItemSelector, useFormAddProductsToCart } from '@graphcommerce/magento-product'
|
|
3
|
-
import {
|
|
4
|
-
filterNonNullableKeys,
|
|
5
|
-
ActionCardListProps,
|
|
6
|
-
useStorefrontConfig,
|
|
7
|
-
useLocale,
|
|
8
|
-
} from '@graphcommerce/next-ui'
|
|
2
|
+
import { filterNonNullableKeys, ActionCardListProps, useLocale } from '@graphcommerce/next-ui'
|
|
9
3
|
import { i18n } from '@lingui/core'
|
|
10
4
|
import { Box, SxProps, Theme } from '@mui/material'
|
|
11
|
-
import { useRouter } from 'next/router'
|
|
12
5
|
import React, { useEffect, useMemo } from 'react'
|
|
13
6
|
import { ConfigurableOptionsFragment } from '../../graphql/ConfigurableOptions.gql'
|
|
14
7
|
import { useConfigurableOptionsSelection } from '../../hooks'
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-product-configurable",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.1.0-canary.
|
|
5
|
+
"version": "8.1.0-canary.9",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^8.1.0-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.
|
|
17
|
-
"@graphcommerce/graphql": "^8.1.0-canary.
|
|
18
|
-
"@graphcommerce/graphql-mesh": "^8.1.0-canary.
|
|
19
|
-
"@graphcommerce/image": "^8.1.0-canary.
|
|
20
|
-
"@graphcommerce/lingui-next": "8.1.0-canary.
|
|
21
|
-
"@graphcommerce/magento-cart": "^8.1.0-canary.
|
|
22
|
-
"@graphcommerce/magento-cart-items": "^8.1.0-canary.
|
|
23
|
-
"@graphcommerce/magento-category": "^8.1.0-canary.
|
|
24
|
-
"@graphcommerce/magento-customer": "^8.1.0-canary.
|
|
25
|
-
"@graphcommerce/magento-product": "^8.1.0-canary.
|
|
26
|
-
"@graphcommerce/magento-product-simple": "^8.1.0-canary.
|
|
27
|
-
"@graphcommerce/magento-store": "^8.1.0-canary.
|
|
28
|
-
"@graphcommerce/next-ui": "^8.1.0-canary.
|
|
29
|
-
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.
|
|
30
|
-
"@graphcommerce/react-hook-form": "^8.1.0-canary.
|
|
31
|
-
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^8.1.0-canary.9",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.9",
|
|
17
|
+
"@graphcommerce/graphql": "^8.1.0-canary.9",
|
|
18
|
+
"@graphcommerce/graphql-mesh": "^8.1.0-canary.9",
|
|
19
|
+
"@graphcommerce/image": "^8.1.0-canary.9",
|
|
20
|
+
"@graphcommerce/lingui-next": "8.1.0-canary.9",
|
|
21
|
+
"@graphcommerce/magento-cart": "^8.1.0-canary.9",
|
|
22
|
+
"@graphcommerce/magento-cart-items": "^8.1.0-canary.9",
|
|
23
|
+
"@graphcommerce/magento-category": "^8.1.0-canary.9",
|
|
24
|
+
"@graphcommerce/magento-customer": "^8.1.0-canary.9",
|
|
25
|
+
"@graphcommerce/magento-product": "^8.1.0-canary.9",
|
|
26
|
+
"@graphcommerce/magento-product-simple": "^8.1.0-canary.9",
|
|
27
|
+
"@graphcommerce/magento-store": "^8.1.0-canary.9",
|
|
28
|
+
"@graphcommerce/next-ui": "^8.1.0-canary.9",
|
|
29
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.9",
|
|
30
|
+
"@graphcommerce/react-hook-form": "^8.1.0-canary.9",
|
|
31
|
+
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.9",
|
|
32
32
|
"@lingui/core": "^4.2.1",
|
|
33
33
|
"@lingui/macro": "^4.2.1",
|
|
34
34
|
"@lingui/react": "^4.2.1",
|