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