@graphcommerce/algolia-insights 9.0.4-canary.9 → 9.0.4

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 +9 -13
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,26 +1,22 @@
1
1
  # @graphcommerce/algolia-personalization
2
2
 
3
- ## 9.0.4-canary.9
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.8
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.7
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.6
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.5
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.4
14
-
15
- ## 9.0.4-canary.3
16
-
17
- ## 9.0.4-canary.2
13
+ ## 9.0.1
18
14
 
19
- ## 9.0.4-canary.1
15
+ ### Patch Changes
20
16
 
21
- ## 9.0.4-canary.0
17
+ - [#2461](https://github.com/graphcommerce-org/graphcommerce/pull/2461) [`aac4864`](https://github.com/graphcommerce-org/graphcommerce/commit/aac4864c191f3a0490373abdd52b5f1c460b56a3) - Solve issue where the item.filters would sometimes be invalid ([@paales](https://github.com/paales))
22
18
 
23
- ## 9.0.1
19
+ ## 9.0.1-canary.1
24
20
 
25
21
  ### Patch Changes
26
22
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/algolia-insights",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.9",
5
+ "version": "9.0.4",
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-products": "^9.0.4-canary.9",
19
- "@graphcommerce/google-datalayer": "^9.0.4-canary.9",
20
- "@graphcommerce/graphql": "^9.0.4-canary.9",
21
- "@graphcommerce/graphql-mesh": "^9.0.4-canary.9",
22
- "@graphcommerce/magento-customer": "^9.0.4-canary.9",
23
- "@graphcommerce/magento-product": "^9.0.4-canary.9",
24
- "@graphcommerce/next-config": "^9.0.4-canary.9",
25
- "@graphcommerce/next-ui": "^9.0.4-canary.9",
26
- "@graphcommerce/react-hook-form": "^9.0.4-canary.9",
18
+ "@graphcommerce/algolia-products": "^9.0.4",
19
+ "@graphcommerce/google-datalayer": "^9.0.4",
20
+ "@graphcommerce/graphql": "^9.0.4",
21
+ "@graphcommerce/graphql-mesh": "^9.0.4",
22
+ "@graphcommerce/magento-customer": "^9.0.4",
23
+ "@graphcommerce/magento-product": "^9.0.4",
24
+ "@graphcommerce/next-config": "^9.0.4",
25
+ "@graphcommerce/next-ui": "^9.0.4",
26
+ "@graphcommerce/react-hook-form": "^9.0.4",
27
27
  "@mui/material": "*",
28
28
  "react": "^18.2.0"
29
29
  },