@graphcommerce/algolia-recommend 9.0.1-canary.0 → 9.0.1
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 +7 -53
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,63 +1,17 @@
|
|
|
1
1
|
# @graphcommerce/algolia-recommend
|
|
2
2
|
|
|
3
|
-
## 9.0.1
|
|
3
|
+
## 9.0.1
|
|
4
4
|
|
|
5
|
-
## 9.0.
|
|
6
|
-
|
|
7
|
-
### Minor Changes
|
|
8
|
-
|
|
9
|
-
- [#2377](https://github.com/graphcommerce-org/graphcommerce/pull/2377) [`56fcc45`](https://github.com/graphcommerce-org/graphcommerce/commit/56fcc45b60e43574c64fcdd7b02f8062d677e250) - Integrated algolia recommend queries into graphql mesh. Provide accurate upsells and related products on pdp pages ([@Renzovh](https://github.com/Renzovh))
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- [#2385](https://github.com/graphcommerce-org/graphcommerce/pull/2385) [`44f18b5`](https://github.com/graphcommerce-org/graphcommerce/commit/44f18b5a8986935728f7147d6f506dd1376fd594) - Added support for Adobe Commerce for Algolia. ([@paales](https://github.com/paales))
|
|
14
|
-
|
|
15
|
-
- [#2379](https://github.com/graphcommerce-org/graphcommerce/pull/2379) [`ce30678`](https://github.com/graphcommerce-org/graphcommerce/commit/ce30678ad353ac4c7c38d79e96a2bb3de55f6fcb) - Automatically fall back to existing upsells/related products if they are defined and Algolia returns an error ([@paales](https://github.com/paales))
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.118
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.117
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.116
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.115
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.114
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.113
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.112
|
|
5
|
+
## 9.0.1-canary.1
|
|
30
6
|
|
|
31
|
-
## 9.0.0
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.110
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.109
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.108
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.107
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.106
|
|
42
|
-
|
|
43
|
-
### Patch Changes
|
|
44
|
-
|
|
45
|
-
- [#2385](https://github.com/graphcommerce-org/graphcommerce/pull/2385) [`44f18b5`](https://github.com/graphcommerce-org/graphcommerce/commit/44f18b5a8986935728f7147d6f506dd1376fd594) - Added support for Adobe Commerce for Algolia. ([@paales](https://github.com/paales))
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.105
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.104
|
|
7
|
+
## 9.0.0
|
|
50
8
|
|
|
51
|
-
|
|
9
|
+
### Major Changes
|
|
52
10
|
|
|
53
|
-
|
|
11
|
+
- [#2377](https://github.com/graphcommerce-org/graphcommerce/pull/2377) [`56fcc45`](https://github.com/graphcommerce-org/graphcommerce/commit/56fcc45b60e43574c64fcdd7b02f8062d677e250) - Algolia: Integrated algolia recommend queries into graphql mesh. Provide accurate upsells and related products on pdp pages ([@Renzovh](https://github.com/Renzovh))
|
|
54
12
|
|
|
55
13
|
### Patch Changes
|
|
56
14
|
|
|
57
|
-
- [#
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.84
|
|
60
|
-
|
|
61
|
-
### Minor Changes
|
|
15
|
+
- [#2385](https://github.com/graphcommerce-org/graphcommerce/pull/2385) [`44f18b5`](https://github.com/graphcommerce-org/graphcommerce/commit/44f18b5a8986935728f7147d6f506dd1376fd594) - Algolia: Added support for Adobe Commerce for Algolia. ([@paales](https://github.com/paales))
|
|
62
16
|
|
|
63
|
-
- [#
|
|
17
|
+
- [#2379](https://github.com/graphcommerce-org/graphcommerce/pull/2379) [`ce30678`](https://github.com/graphcommerce-org/graphcommerce/commit/ce30678ad353ac4c7c38d79e96a2bb3de55f6fcb) - Algolia: Automatically fall back to existing upsells/related products if they are defined and Algolia returns an error ([@paales](https://github.com/paales))
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/algolia-recommend",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.1
|
|
5
|
+
"version": "9.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"generate": "tsx scripts/generate-recommend-spec.mts"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@graphcommerce/algolia-products": "^9.0.1
|
|
19
|
-
"@graphcommerce/graphql": "^9.0.1
|
|
20
|
-
"@graphcommerce/graphql-mesh": "^9.0.1
|
|
21
|
-
"@graphcommerce/next-config": "^9.0.1
|
|
22
|
-
"@graphcommerce/next-ui": "^9.0.1
|
|
18
|
+
"@graphcommerce/algolia-products": "^9.0.1",
|
|
19
|
+
"@graphcommerce/graphql": "^9.0.1",
|
|
20
|
+
"@graphcommerce/graphql-mesh": "^9.0.1",
|
|
21
|
+
"@graphcommerce/next-config": "^9.0.1",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.1",
|
|
23
23
|
"react": "^18.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|