@graphcommerce/magento-search 9.1.0-canary.22 → 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,11 @@
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) [`78b8640`](https://github.com/graphcommerce-org/graphcommerce/commit/78b86401fc5410ffb3b001bc7c79049496a54ae7) - Solve issue where the category sidebar navigation would show a Clear button while it wasn't clearable. ([@paales](https://github.com/paales))
8
+
3
9
  ## 9.1.0-canary.22
4
10
 
5
11
  ### Patch Changes
@@ -155,6 +155,7 @@ export function ProductFiltersProCategorySectionSearch(
155
155
  return (
156
156
  <ProductFiltersProCategoryAccordion
157
157
  categoryTree={categoryTree}
158
+ clearable
158
159
  {...props}
159
160
  onChange={async (item) => {
160
161
  form.setValue('filters', {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-search",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.22",
5
+ "version": "9.1.0-canary.23",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.22",
16
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.22",
17
- "@graphcommerce/framer-utils": "^9.1.0-canary.22",
18
- "@graphcommerce/graphql": "^9.1.0-canary.22",
19
- "@graphcommerce/image": "^9.1.0-canary.22",
20
- "@graphcommerce/magento-product": "^9.1.0-canary.22",
21
- "@graphcommerce/magento-store": "^9.1.0-canary.22",
22
- "@graphcommerce/next-ui": "^9.1.0-canary.22",
23
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.22",
24
- "@graphcommerce/react-hook-form": "^9.1.0-canary.22",
25
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.22",
15
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.23",
16
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.23",
17
+ "@graphcommerce/framer-utils": "^9.1.0-canary.23",
18
+ "@graphcommerce/graphql": "^9.1.0-canary.23",
19
+ "@graphcommerce/image": "^9.1.0-canary.23",
20
+ "@graphcommerce/magento-product": "^9.1.0-canary.23",
21
+ "@graphcommerce/magento-store": "^9.1.0-canary.23",
22
+ "@graphcommerce/next-ui": "^9.1.0-canary.23",
23
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.23",
24
+ "@graphcommerce/react-hook-form": "^9.1.0-canary.23",
25
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.23",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",