@graphcommerce/algolia-recommend 9.0.0 → 9.0.1-canary.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -52
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,61 +1,15 @@
1
1
  # @graphcommerce/algolia-recommend
2
2
 
3
- ## 9.0.0
4
-
5
- ### Minor Changes
6
-
7
- - [#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))
8
-
9
- ### Patch Changes
10
-
11
- - [#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))
12
-
13
- - [#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))
14
-
15
- ## 9.0.0-canary.118
16
-
17
- ## 9.0.0-canary.117
18
-
19
- ## 9.0.0-canary.116
20
-
21
- ## 9.0.0-canary.115
22
-
23
- ## 9.0.0-canary.114
24
-
25
- ## 9.0.0-canary.113
26
-
27
- ## 9.0.0-canary.112
3
+ ## 9.0.1-canary.1
28
4
 
29
- ## 9.0.0-canary.111
30
-
31
- ## 9.0.0-canary.110
32
-
33
- ## 9.0.0-canary.109
34
-
35
- ## 9.0.0-canary.108
36
-
37
- ## 9.0.0-canary.107
38
-
39
- ## 9.0.0-canary.106
40
-
41
- ### Patch Changes
42
-
43
- - [#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))
44
-
45
- ## 9.0.0-canary.105
46
-
47
- ## 9.0.0-canary.104
5
+ ## 9.0.0
48
6
 
49
- ## 9.0.0-canary.103
7
+ ### Major Changes
50
8
 
51
- ## 9.0.0-canary.86
9
+ - [#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))
52
10
 
53
11
  ### Patch Changes
54
12
 
55
- - [#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))
56
-
57
- ## 9.0.0-canary.84
58
-
59
- ### Minor Changes
13
+ - [#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))
60
14
 
61
- - [#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))
15
+ - [#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.0",
5
+ "version": "9.0.1-canary.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.0",
19
- "@graphcommerce/graphql": "^9.0.0",
20
- "@graphcommerce/graphql-mesh": "^9.0.0",
21
- "@graphcommerce/next-config": "^9.0.0",
22
- "@graphcommerce/next-ui": "^9.0.0",
18
+ "@graphcommerce/algolia-products": "^9.0.1-canary.1",
19
+ "@graphcommerce/graphql": "^9.0.1-canary.1",
20
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
21
+ "@graphcommerce/next-config": "^9.0.1-canary.1",
22
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
23
23
  "react": "^18.2.0"
24
24
  },
25
25
  "devDependencies": {