@graphcommerce/algolia-search 8.0.6 → 8.0.8
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 +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @graphcommerce/algolia-search
|
|
2
2
|
|
|
3
|
+
## 8.0.8
|
|
4
|
+
|
|
5
|
+
## 8.0.7
|
|
6
|
+
|
|
3
7
|
## 8.0.6
|
|
4
8
|
|
|
5
9
|
## 8.0.5
|
|
@@ -74,8 +78,7 @@
|
|
|
74
78
|
|
|
75
79
|
### Patch Changes
|
|
76
80
|
|
|
77
|
-
- [#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.
|
|
78
|
-
([@paales](https://github.com/paales))
|
|
81
|
+
- [#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))
|
|
79
82
|
|
|
80
83
|
## 8.0.0-canary.100
|
|
81
84
|
|
|
@@ -99,8 +102,7 @@
|
|
|
99
102
|
|
|
100
103
|
### Patch Changes
|
|
101
104
|
|
|
102
|
-
- [#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
|
|
103
|
-
([@paales](https://github.com/paales))
|
|
105
|
+
- [#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))
|
|
104
106
|
|
|
105
107
|
## 8.0.0-canary.90
|
|
106
108
|
|
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": "8.0.
|
|
5
|
+
"version": "8.0.8",
|
|
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": "^8.0.
|
|
20
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.
|
|
21
|
-
"@graphcommerce/graphql": "^8.0.
|
|
22
|
-
"@graphcommerce/graphql-mesh": "^8.0.
|
|
23
|
-
"@graphcommerce/magento-product": "^8.0.
|
|
24
|
-
"@graphcommerce/magento-search": "^8.0.
|
|
25
|
-
"@graphcommerce/magento-store": "^8.0.
|
|
26
|
-
"@graphcommerce/next-config": "^8.0.
|
|
27
|
-
"@graphcommerce/next-ui": "^8.0.
|
|
28
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
|
29
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.
|
|
19
|
+
"@graphcommerce/ecommerce-ui": "^8.0.8",
|
|
20
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.8",
|
|
21
|
+
"@graphcommerce/graphql": "^8.0.8",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "^8.0.8",
|
|
23
|
+
"@graphcommerce/magento-product": "^8.0.8",
|
|
24
|
+
"@graphcommerce/magento-search": "^8.0.8",
|
|
25
|
+
"@graphcommerce/magento-store": "^8.0.8",
|
|
26
|
+
"@graphcommerce/next-config": "^8.0.8",
|
|
27
|
+
"@graphcommerce/next-ui": "^8.0.8",
|
|
28
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.8",
|
|
29
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.8",
|
|
30
30
|
"@lingui/core": "^4.2.1",
|
|
31
31
|
"@lingui/macro": "^4.2.1",
|
|
32
32
|
"@lingui/react": "^4.2.1",
|