@graphcommerce/algolia-search 9.0.0-canary.56 → 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.
- package/CHANGELOG.md +6 -4
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @graphcommerce/algolia-search
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.58
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.57
|
|
6
|
+
|
|
3
7
|
## 9.0.0-canary.56
|
|
4
8
|
|
|
5
9
|
## 9.0.0-canary.55
|
|
@@ -186,8 +190,7 @@
|
|
|
186
190
|
|
|
187
191
|
### Patch Changes
|
|
188
192
|
|
|
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))
|
|
193
|
+
- [#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
194
|
|
|
192
195
|
## 8.0.0-canary.100
|
|
193
196
|
|
|
@@ -211,8 +214,7 @@
|
|
|
211
214
|
|
|
212
215
|
### Patch Changes
|
|
213
216
|
|
|
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))
|
|
217
|
+
- [#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
218
|
|
|
217
219
|
## 8.0.0-canary.90
|
|
218
220
|
|
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.
|
|
5
|
+
"version": "9.0.0-canary.58",
|
|
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.
|
|
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.
|
|
20
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
21
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
|
22
|
-
"@graphcommerce/graphql-mesh": "^9.0.0-canary.
|
|
23
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
|
24
|
-
"@graphcommerce/magento-search": "^9.0.0-canary.
|
|
25
|
-
"@graphcommerce/magento-store": "^9.0.0-canary.
|
|
26
|
-
"@graphcommerce/next-config": "^9.0.0-canary.
|
|
27
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
|
28
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
29
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
19
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.58",
|
|
20
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
|
|
21
|
+
"@graphcommerce/graphql": "^9.0.0-canary.58",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "^9.0.0-canary.58",
|
|
23
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.58",
|
|
24
|
+
"@graphcommerce/magento-search": "^9.0.0-canary.58",
|
|
25
|
+
"@graphcommerce/magento-store": "^9.0.0-canary.58",
|
|
26
|
+
"@graphcommerce/next-config": "^9.0.0-canary.58",
|
|
27
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.58",
|
|
28
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
|
|
29
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
|
|
30
30
|
"@lingui/core": "^4.2.1",
|
|
31
31
|
"@lingui/macro": "^4.2.1",
|
|
32
32
|
"@lingui/react": "^4.2.1",
|