@graphcommerce/algolia-search 10.0.0-canary.68 → 10.0.0-canary.72

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
  # @graphcommerce/algolia-search
2
2
 
3
+ ## 10.0.0-canary.72
4
+
5
+ ## 10.0.0-canary.71
6
+
7
+ ## 10.0.0-canary.70
8
+
9
+ ## 10.0.0-canary.69
10
+
3
11
  ## 10.0.0-canary.68
4
12
 
5
13
  ## 10.0.0-canary.67
@@ -15,7 +15,8 @@ const parts = ['menu', 'item'] as const
15
15
  const { classes } = extendableComponent(name, parts)
16
16
 
17
17
  export interface RefinementFilterChipProps
18
- extends Omit<UseRefinementListProps, 'transformItems'>,
18
+ extends
19
+ Omit<UseRefinementListProps, 'transformItems'>,
19
20
  Omit<UseClearRefinementsProps, 'transformItems'> {
20
21
  transformItems?: UseClearRefinementsProps['transformItems']
21
22
  title: string
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/algolia-search",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.0-canary.68",
5
+ "version": "10.0.0-canary.72",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "algoliasearch": "^4.25.2"
15
+ "algoliasearch": "^4.25.3"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/ecommerce-ui": "^10.0.0-canary.68",
19
- "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.68",
20
- "@graphcommerce/graphql": "^10.0.0-canary.68",
21
- "@graphcommerce/graphql-mesh": "^10.0.0-canary.68",
22
- "@graphcommerce/magento-product": "^10.0.0-canary.68",
23
- "@graphcommerce/magento-search": "^10.0.0-canary.68",
24
- "@graphcommerce/magento-store": "^10.0.0-canary.68",
25
- "@graphcommerce/next-config": "^10.0.0-canary.68",
26
- "@graphcommerce/next-ui": "^10.0.0-canary.68",
27
- "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.68",
28
- "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.68",
18
+ "@graphcommerce/ecommerce-ui": "^10.0.0-canary.72",
19
+ "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.72",
20
+ "@graphcommerce/graphql": "^10.0.0-canary.72",
21
+ "@graphcommerce/graphql-mesh": "^10.0.0-canary.72",
22
+ "@graphcommerce/magento-product": "^10.0.0-canary.72",
23
+ "@graphcommerce/magento-search": "^10.0.0-canary.72",
24
+ "@graphcommerce/magento-store": "^10.0.0-canary.72",
25
+ "@graphcommerce/next-config": "^10.0.0-canary.72",
26
+ "@graphcommerce/next-ui": "^10.0.0-canary.72",
27
+ "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.72",
28
+ "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.72",
29
29
  "@lingui/core": "^5",
30
30
  "@lingui/macro": "^5",
31
31
  "@lingui/react": "^5",