@graphcommerce/magento-category 9.1.0-canary.21 → 9.1.0-canary.23

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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2521](https://github.com/graphcommerce-org/graphcommerce/pull/2521) [`8b7cf3c`](https://github.com/graphcommerce-org/graphcommerce/commit/8b7cf3c58dfafd65497469023607c16c3260cfe7) - Solve issue where productListRenderer was passed as a DOM element, causing react warnings. ([@paales](https://github.com/paales))
8
+
9
+ ## 9.1.0-canary.22
10
+
3
11
  ## 9.1.0-canary.21
4
12
 
5
13
  ## 9.1.0-canary.20
@@ -22,7 +22,14 @@ export type CategoryDescriptionProps = StateProps & {
22
22
  }
23
23
 
24
24
  export function CategoryDescription(props: CategoryDescriptionProps) {
25
- const { category, sx = [], textAlignSm = 'center', textAlignMd = 'center', ...divProps } = props
25
+ const {
26
+ category,
27
+ sx = [],
28
+ textAlignSm = 'center',
29
+ textAlignMd = 'center',
30
+ productListRenderer,
31
+ ...divProps
32
+ } = props
26
33
  const { description } = category
27
34
 
28
35
  const classes = withState({ textAlignSm, textAlignMd })
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-category",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.21",
5
+ "version": "9.1.0-canary.23",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,14 +12,14 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.21",
16
- "@graphcommerce/framer-scroller": "^9.1.0-canary.21",
17
- "@graphcommerce/graphql": "^9.1.0-canary.21",
18
- "@graphcommerce/image": "^9.1.0-canary.21",
19
- "@graphcommerce/magento-store": "^9.1.0-canary.21",
20
- "@graphcommerce/next-ui": "^9.1.0-canary.21",
21
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.21",
22
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.21",
15
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.23",
16
+ "@graphcommerce/framer-scroller": "^9.1.0-canary.23",
17
+ "@graphcommerce/graphql": "^9.1.0-canary.23",
18
+ "@graphcommerce/image": "^9.1.0-canary.23",
19
+ "@graphcommerce/magento-store": "^9.1.0-canary.23",
20
+ "@graphcommerce/next-ui": "^9.1.0-canary.23",
21
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.23",
22
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.23",
23
23
  "@lingui/core": "^4.2.1",
24
24
  "@lingui/macro": "^4.2.1",
25
25
  "@lingui/react": "^4.2.1",