@graphcommerce/magento-search 9.0.0-canary.57 → 9.0.0-canary.58

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.58
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2328](https://github.com/graphcommerce-org/graphcommerce/pull/2328) [`ee04368`](https://github.com/graphcommerce-org/graphcommerce/commit/ee04368444f732e5541a595db6e2ef66d15add68) - Move to attributesList to get a list of filterable attributes instead of using an introspection query. `productFiltersProSectionRenderer` and `productFiltersProChipRenderer` keys now now one of `AttributeFrontendInputEnum`. ([@paales](https://github.com/paales))
8
+
3
9
  ## 9.0.0-canary.57
4
10
 
5
11
  ## 9.0.0-canary.56
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.0.0-canary.57",
5
+ "version": "9.0.0-canary.58",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,16 +12,16 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.0-canary.57",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
17
- "@graphcommerce/graphql": "^9.0.0-canary.57",
18
- "@graphcommerce/image": "^9.0.0-canary.57",
19
- "@graphcommerce/magento-product": "^9.0.0-canary.57",
20
- "@graphcommerce/magento-store": "^9.0.0-canary.57",
21
- "@graphcommerce/next-ui": "^9.0.0-canary.57",
22
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
23
- "@graphcommerce/react-hook-form": "^9.0.0-canary.57",
24
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.0-canary.58",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
17
+ "@graphcommerce/graphql": "^9.0.0-canary.58",
18
+ "@graphcommerce/image": "^9.0.0-canary.58",
19
+ "@graphcommerce/magento-product": "^9.0.0-canary.58",
20
+ "@graphcommerce/magento-store": "^9.0.0-canary.58",
21
+ "@graphcommerce/next-ui": "^9.0.0-canary.58",
22
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
23
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.58",
24
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
25
25
  "@lingui/core": "^4.2.1",
26
26
  "@lingui/macro": "^4.2.1",
27
27
  "@lingui/react": "^4.2.1",