@graphcommerce/magento-product-configurable 8.1.0-canary.6 → 8.1.0-canary.8

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.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`444e446`](https://github.com/graphcommerce-org/graphcommerce/commit/444e446a218cc9da3defb940a6d5cce0229ff845) - Added clear upgrade instructions for linguiLocale
8
+ ([@paales](https://github.com/paales))
9
+
10
+ ## 8.1.0-canary.7
11
+
3
12
  ## 8.1.0-canary.6
4
13
 
5
14
  ## 8.1.0-canary.5
@@ -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.6",
5
+ "version": "8.1.0-canary.8",
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.6",
16
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.6",
17
- "@graphcommerce/graphql": "^8.1.0-canary.6",
18
- "@graphcommerce/graphql-mesh": "^8.1.0-canary.6",
19
- "@graphcommerce/image": "^8.1.0-canary.6",
20
- "@graphcommerce/lingui-next": "8.1.0-canary.6",
21
- "@graphcommerce/magento-cart": "^8.1.0-canary.6",
22
- "@graphcommerce/magento-cart-items": "^8.1.0-canary.6",
23
- "@graphcommerce/magento-category": "^8.1.0-canary.6",
24
- "@graphcommerce/magento-customer": "^8.1.0-canary.6",
25
- "@graphcommerce/magento-product": "^8.1.0-canary.6",
26
- "@graphcommerce/magento-product-simple": "^8.1.0-canary.6",
27
- "@graphcommerce/magento-store": "^8.1.0-canary.6",
28
- "@graphcommerce/next-ui": "^8.1.0-canary.6",
29
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.6",
30
- "@graphcommerce/react-hook-form": "^8.1.0-canary.6",
31
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.6",
15
+ "@graphcommerce/ecommerce-ui": "^8.1.0-canary.8",
16
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.8",
17
+ "@graphcommerce/graphql": "^8.1.0-canary.8",
18
+ "@graphcommerce/graphql-mesh": "^8.1.0-canary.8",
19
+ "@graphcommerce/image": "^8.1.0-canary.8",
20
+ "@graphcommerce/lingui-next": "8.1.0-canary.8",
21
+ "@graphcommerce/magento-cart": "^8.1.0-canary.8",
22
+ "@graphcommerce/magento-cart-items": "^8.1.0-canary.8",
23
+ "@graphcommerce/magento-category": "^8.1.0-canary.8",
24
+ "@graphcommerce/magento-customer": "^8.1.0-canary.8",
25
+ "@graphcommerce/magento-product": "^8.1.0-canary.8",
26
+ "@graphcommerce/magento-product-simple": "^8.1.0-canary.8",
27
+ "@graphcommerce/magento-store": "^8.1.0-canary.8",
28
+ "@graphcommerce/next-ui": "^8.1.0-canary.8",
29
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.8",
30
+ "@graphcommerce/react-hook-form": "^8.1.0-canary.8",
31
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.8",
32
32
  "@lingui/core": "^4.2.1",
33
33
  "@lingui/macro": "^4.2.1",
34
34
  "@lingui/react": "^4.2.1",