@graphcommerce/algolia-personalization 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -45
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,55 +1,15 @@
1
1
  # @graphcommerce/algolia-personalization
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1
4
4
 
5
- ## 9.0.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 personalisation and algolia analytics into GraphQL Mesh. Built user profiles and gives user personalised results. Keep track of the user data and view in algolia analytics dashboard. ([@Renzovh](https://github.com/Renzovh))
10
-
11
- ### Patch Changes
12
-
13
- - [#2452](https://github.com/graphcommerce-org/graphcommerce/pull/2452) [`5dfd3b2`](https://github.com/graphcommerce-org/graphcommerce/commit/5dfd3b201255ef35263485d04153d37bb7e4fe67) - Renamed useInContextQuery to usePrivateQuery ([@paales](https://github.com/paales))
5
+ ## 9.0.1-canary.1
14
6
 
15
- ## 9.0.0-canary.118
7
+ ## 9.0.0
16
8
 
17
- ## 9.0.0-canary.117
9
+ ### Major Changes
18
10
 
19
- ## 9.0.0-canary.116
11
+ - [#2377](https://github.com/graphcommerce-org/graphcommerce/pull/2377) [`56fcc45`](https://github.com/graphcommerce-org/graphcommerce/commit/56fcc45b60e43574c64fcdd7b02f8062d677e250) - Algolia: Integrated algolia personalisation and algolia analytics into GraphQL Mesh. Built user profiles and gives user personalised results. Keep track of the user data and view in algolia analytics dashboard. ([@Renzovh](https://github.com/Renzovh))
20
12
 
21
13
  ### Patch Changes
22
14
 
23
15
  - [#2452](https://github.com/graphcommerce-org/graphcommerce/pull/2452) [`5dfd3b2`](https://github.com/graphcommerce-org/graphcommerce/commit/5dfd3b201255ef35263485d04153d37bb7e4fe67) - Renamed useInContextQuery to usePrivateQuery ([@paales](https://github.com/paales))
24
-
25
- ## 9.0.0-canary.115
26
-
27
- ## 9.0.0-canary.114
28
-
29
- ## 9.0.0-canary.113
30
-
31
- ## 9.0.0-canary.112
32
-
33
- ## 9.0.0-canary.111
34
-
35
- ## 9.0.0-canary.110
36
-
37
- ## 9.0.0-canary.109
38
-
39
- ## 9.0.0-canary.108
40
-
41
- ## 9.0.0-canary.107
42
-
43
- ## 9.0.0-canary.106
44
-
45
- ## 9.0.0-canary.105
46
-
47
- ## 9.0.0-canary.104
48
-
49
- ## 9.0.0-canary.103
50
-
51
- ## 9.0.0-canary.84
52
-
53
- ### Minor Changes
54
-
55
- - [#2377](https://github.com/graphcommerce-org/graphcommerce/pull/2377) [`56fcc45`](https://github.com/graphcommerce-org/graphcommerce/commit/56fcc45b60e43574c64fcdd7b02f8062d677e250) - Integrated algolia personalisation and algolia analytics into graphql mesh. Built user profiles and gives user personalised results. Keep track of the user data and view in algolia analytics dashboard ([@Renzovh](https://github.com/Renzovh))
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/algolia-personalization",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.1-canary.0",
5
+ "version": "9.0.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -15,15 +15,15 @@
15
15
  "generate": "tsx scripts/generate-insights-spec.mts"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/algolia-insights": "^9.0.1-canary.0",
19
- "@graphcommerce/algolia-products": "^9.0.1-canary.0",
20
- "@graphcommerce/google-datalayer": "^9.0.1-canary.0",
21
- "@graphcommerce/graphql": "^9.0.1-canary.0",
22
- "@graphcommerce/graphql-mesh": "^9.0.1-canary.0",
23
- "@graphcommerce/magento-customer": "^9.0.1-canary.0",
24
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
25
- "@graphcommerce/next-config": "^9.0.1-canary.0",
26
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
18
+ "@graphcommerce/algolia-insights": "^9.0.1",
19
+ "@graphcommerce/algolia-products": "^9.0.1",
20
+ "@graphcommerce/google-datalayer": "^9.0.1",
21
+ "@graphcommerce/graphql": "^9.0.1",
22
+ "@graphcommerce/graphql-mesh": "^9.0.1",
23
+ "@graphcommerce/magento-customer": "^9.0.1",
24
+ "@graphcommerce/magento-product": "^9.0.1",
25
+ "@graphcommerce/next-config": "^9.0.1",
26
+ "@graphcommerce/next-ui": "^9.0.1",
27
27
  "react": "^18.2.0"
28
28
  },
29
29
  "devDependencies": {