@graphcommerce/algolia-search 9.0.0-canary.56 → 9.0.0-canary.57

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 +4 -4
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @graphcommerce/algolia-search
2
2
 
3
+ ## 9.0.0-canary.57
4
+
3
5
  ## 9.0.0-canary.56
4
6
 
5
7
  ## 9.0.0-canary.55
@@ -186,8 +188,7 @@
186
188
 
187
189
  ### Patch Changes
188
190
 
189
- - [#2172](https://github.com/graphcommerce-org/graphcommerce/pull/2172) [`279599e`](https://github.com/graphcommerce-org/graphcommerce/commit/279599e7a86bd96ea9e36065af3c367df9e02a63) - Updated examples in the documentation to reflect the changes made in GraphCommerce.
190
- ([@paales](https://github.com/paales))
191
+ - [#2172](https://github.com/graphcommerce-org/graphcommerce/pull/2172) [`279599e`](https://github.com/graphcommerce-org/graphcommerce/commit/279599e7a86bd96ea9e36065af3c367df9e02a63) - Updated examples in the documentation to reflect the changes made in GraphCommerce. ([@paales](https://github.com/paales))
191
192
 
192
193
  ## 8.0.0-canary.100
193
194
 
@@ -211,8 +212,7 @@
211
212
 
212
213
  ### Patch Changes
213
214
 
214
- - [#2172](https://github.com/graphcommerce-org/graphcommerce/pull/2172) [`279599e`](https://github.com/graphcommerce-org/graphcommerce/commit/279599e7a86bd96ea9e36065af3c367df9e02a63) - Updated documentation to reflect recent code changes
215
- ([@paales](https://github.com/paales))
215
+ - [#2172](https://github.com/graphcommerce-org/graphcommerce/pull/2172) [`279599e`](https://github.com/graphcommerce-org/graphcommerce/commit/279599e7a86bd96ea9e36065af3c367df9e02a63) - Updated documentation to reflect recent code changes ([@paales](https://github.com/paales))
216
216
 
217
217
  ## 8.0.0-canary.90
218
218
 
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": "9.0.0-canary.56",
5
+ "version": "9.0.0-canary.57",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,21 +12,21 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "algoliasearch": "^4.22.1",
15
+ "algoliasearch": "^4.24.0",
16
16
  "react-instantsearch-hooks-web": "^6.47.3"
17
17
  },
18
18
  "peerDependencies": {
19
- "@graphcommerce/ecommerce-ui": "^9.0.0-canary.56",
20
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.56",
21
- "@graphcommerce/graphql": "^9.0.0-canary.56",
22
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.56",
23
- "@graphcommerce/magento-product": "^9.0.0-canary.56",
24
- "@graphcommerce/magento-search": "^9.0.0-canary.56",
25
- "@graphcommerce/magento-store": "^9.0.0-canary.56",
26
- "@graphcommerce/next-config": "^9.0.0-canary.56",
27
- "@graphcommerce/next-ui": "^9.0.0-canary.56",
28
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.56",
29
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.56",
19
+ "@graphcommerce/ecommerce-ui": "^9.0.0-canary.57",
20
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
21
+ "@graphcommerce/graphql": "^9.0.0-canary.57",
22
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.57",
23
+ "@graphcommerce/magento-product": "^9.0.0-canary.57",
24
+ "@graphcommerce/magento-search": "^9.0.0-canary.57",
25
+ "@graphcommerce/magento-store": "^9.0.0-canary.57",
26
+ "@graphcommerce/next-config": "^9.0.0-canary.57",
27
+ "@graphcommerce/next-ui": "^9.0.0-canary.57",
28
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
29
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
30
30
  "@lingui/core": "^4.2.1",
31
31
  "@lingui/macro": "^4.2.1",
32
32
  "@lingui/react": "^4.2.1",