@graphcommerce/algolia-search 9.0.0-canary.83 → 9.0.0-canary.84

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 (3) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/README.md +1 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @graphcommerce/algolia-search
2
2
 
3
+ ## 9.0.0-canary.84
4
+
3
5
  ## 9.0.0-canary.83
4
6
 
5
7
  ## 9.0.0-canary.82
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ❗️❗️ NOT SUPPORTED: Does not work with productFiltersPro and does not work with
4
4
  ProductListLayout/\* components. No further development will be done. Please use
5
- [@graphcommerce/algolia-mesh](../algolia-mesh/README.md) ❗️❗️
5
+ [@graphcommerce/algolia-products](../algolia-products/README.md) ❗️❗️
6
6
 
7
7
  Implementation of Algolia Instant Search inside Graphcommerce. Add client or
8
8
  server side product, category and pages search to your project!
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.83",
5
+ "version": "9.0.0-canary.84",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -16,17 +16,17 @@
16
16
  "react-instantsearch-hooks-web": "^6.47.3"
17
17
  },
18
18
  "peerDependencies": {
19
- "@graphcommerce/ecommerce-ui": "^9.0.0-canary.83",
20
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.83",
21
- "@graphcommerce/graphql": "^9.0.0-canary.83",
22
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.83",
23
- "@graphcommerce/magento-product": "^9.0.0-canary.83",
24
- "@graphcommerce/magento-search": "^9.0.0-canary.83",
25
- "@graphcommerce/magento-store": "^9.0.0-canary.83",
26
- "@graphcommerce/next-config": "^9.0.0-canary.83",
27
- "@graphcommerce/next-ui": "^9.0.0-canary.83",
28
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.83",
29
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.83",
19
+ "@graphcommerce/ecommerce-ui": "^9.0.0-canary.84",
20
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.84",
21
+ "@graphcommerce/graphql": "^9.0.0-canary.84",
22
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.84",
23
+ "@graphcommerce/magento-product": "^9.0.0-canary.84",
24
+ "@graphcommerce/magento-search": "^9.0.0-canary.84",
25
+ "@graphcommerce/magento-store": "^9.0.0-canary.84",
26
+ "@graphcommerce/next-config": "^9.0.0-canary.84",
27
+ "@graphcommerce/next-ui": "^9.0.0-canary.84",
28
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.84",
29
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.84",
30
30
  "@lingui/core": "^4.2.1",
31
31
  "@lingui/macro": "^4.2.1",
32
32
  "@lingui/react": "^4.2.1",