@graphcommerce/algolia-products 10.0.1-canary.5 → 10.0.2-canary.0

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 +4 -14
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,25 +1,15 @@
1
1
  # @graphcommerce/algolia-products
2
2
 
3
- ## 10.0.1-canary.5
3
+ ## 10.0.2-canary.0
4
4
 
5
- ## 10.0.1-canary.4
6
-
7
- ## 10.0.1-canary.3
8
-
9
- ## 10.0.1-canary.2
10
-
11
- ## 10.0.1-canary.1
12
-
13
- ### Patch Changes
14
-
15
- - [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`591fb82`](https://github.com/graphcommerce-org/graphcommerce/commit/591fb827b2db87dd138cf05e443089355e8883d1) - Make sure the default_display_currency_code is always fetched properly for Algolia ([@paales](https://github.com/paales))
16
-
17
- ## 10.0.1-canary.0
5
+ ## 10.0.1
18
6
 
19
7
  ### Patch Changes
20
8
 
21
9
  - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`f1b60ac`](https://github.com/graphcommerce-org/graphcommerce/commit/f1b60accf5e8fdbcba15b7567dce7ff68f37db88) - Solve issue where the cache wasn't available from the context anymore in @apollo/client@4 now uses the operation.client.cache ([@paales](https://github.com/paales))
22
10
 
11
+ - [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`591fb82`](https://github.com/graphcommerce-org/graphcommerce/commit/591fb827b2db87dd138cf05e443089355e8883d1) - Make sure the default_display_currency_code is always fetched properly for Algolia ([@paales](https://github.com/paales))
12
+
23
13
  ## 10.0.0
24
14
 
25
15
  ### Major Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/algolia-products",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.1-canary.5",
5
+ "version": "10.0.2-canary.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -15,14 +15,14 @@
15
15
  "generate": "tsx scripts/generate-spec.mts"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/google-datalayer": "^10.0.1-canary.5",
19
- "@graphcommerce/graphql": "^10.0.1-canary.5",
20
- "@graphcommerce/graphql-mesh": "^10.0.1-canary.5",
21
- "@graphcommerce/magento-customer": "^10.0.1-canary.5",
22
- "@graphcommerce/magento-product": "^10.0.1-canary.5",
23
- "@graphcommerce/magento-search": "^10.0.1-canary.5",
24
- "@graphcommerce/next-config": "^10.0.1-canary.5",
25
- "@graphcommerce/next-ui": "^10.0.1-canary.5",
18
+ "@graphcommerce/google-datalayer": "^10.0.2-canary.0",
19
+ "@graphcommerce/graphql": "^10.0.2-canary.0",
20
+ "@graphcommerce/graphql-mesh": "^10.0.2-canary.0",
21
+ "@graphcommerce/magento-customer": "^10.0.2-canary.0",
22
+ "@graphcommerce/magento-product": "^10.0.2-canary.0",
23
+ "@graphcommerce/magento-search": "^10.0.2-canary.0",
24
+ "@graphcommerce/next-config": "^10.0.2-canary.0",
25
+ "@graphcommerce/next-ui": "^10.0.2-canary.0",
26
26
  "react": "^19.2.0"
27
27
  },
28
28
  "devDependencies": {