@graphcommerce/algolia-search 9.0.0-canary.55 → 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.
- 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.57
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.56
|
|
6
|
+
|
|
3
7
|
## 9.0.0-canary.55
|
|
4
8
|
|
|
5
9
|
## 9.0.0-canary.54
|
|
@@ -184,8 +188,7 @@
|
|
|
184
188
|
|
|
185
189
|
### Patch Changes
|
|
186
190
|
|
|
187
|
-
- [#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.
|
|
188
|
-
([@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))
|
|
189
192
|
|
|
190
193
|
## 8.0.0-canary.100
|
|
191
194
|
|
|
@@ -209,8 +212,7 @@
|
|
|
209
212
|
|
|
210
213
|
### Patch Changes
|
|
211
214
|
|
|
212
|
-
- [#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
|
|
213
|
-
([@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))
|
|
214
216
|
|
|
215
217
|
## 8.0.0-canary.90
|
|
216
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.
|
|
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.
|
|
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.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",
|