@graphcommerce/magento-review 3.4.3 → 3.4.5

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1675](https://github.com/graphcommerce-org/graphcommerce/pull/1675) [`1b1504c9b`](https://github.com/graphcommerce-org/graphcommerce/commit/1b1504c9b0e51f2787bce91e1ff1940f540411d6) Thanks [@paales](https://github.com/paales)! - Added crosssel functionality
8
+
9
+ - Updated dependencies [[`9e630670f`](https://github.com/graphcommerce-org/graphcommerce/commit/9e630670ff6c952ab7b938d890b5509804985cf3), [`cf3518499`](https://github.com/graphcommerce-org/graphcommerce/commit/cf351849999ad6fe73ce2bb258098a7dd301d517), [`2e9fa5984`](https://github.com/graphcommerce-org/graphcommerce/commit/2e9fa5984a07ff14fc1b3a4f62189a26e8e3ecdd), [`adf13069a`](https://github.com/graphcommerce-org/graphcommerce/commit/adf13069af6460c960276b402237371c12fc6dec), [`1b1504c9b`](https://github.com/graphcommerce-org/graphcommerce/commit/1b1504c9b0e51f2787bce91e1ff1940f540411d6), [`8a34f8081`](https://github.com/graphcommerce-org/graphcommerce/commit/8a34f808186274a6fe1d4f309472f1a9c6d00efd)]:
10
+ - @graphcommerce/next-ui@4.28.1
11
+ - @graphcommerce/graphql@3.5.0
12
+ - @graphcommerce/magento-customer@4.12.0
13
+ - @graphcommerce/magento-product@4.7.3
14
+ - @graphcommerce/magento-store@4.3.2
15
+ - @graphcommerce/image@3.1.10
16
+
17
+ ## 3.4.4
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`1f2e14ba8`](https://github.com/graphcommerce-org/graphcommerce/commit/1f2e14ba8b674b87257a123e8cb215157890eb22)]:
22
+ - @graphcommerce/react-hook-form@3.3.5
23
+ - @graphcommerce/magento-customer@4.11.7
24
+ - @graphcommerce/magento-product@4.7.2
25
+
3
26
  ## 3.4.3
4
27
 
5
28
  ### Patch Changes
@@ -6,8 +6,7 @@ fragment CustomerReview on ProductReview {
6
6
  url_key
7
7
  name
8
8
  thumbnail {
9
- url
10
- label
9
+ ...ProductImage
11
10
  }
12
11
  }
13
12
  nickname
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-review",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.4.3",
5
+ "version": "3.4.5",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,14 +18,14 @@
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "3.4.8",
21
+ "@graphcommerce/graphql": "3.5.0",
22
22
  "@graphcommerce/graphql-mesh": "4.2.0",
23
- "@graphcommerce/image": "3.1.9",
24
- "@graphcommerce/magento-customer": "4.11.6",
25
- "@graphcommerce/magento-product": "4.7.1",
26
- "@graphcommerce/magento-store": "4.3.1",
27
- "@graphcommerce/next-ui": "4.28.0",
28
- "@graphcommerce/react-hook-form": "3.3.4",
23
+ "@graphcommerce/image": "3.1.10",
24
+ "@graphcommerce/magento-customer": "4.12.0",
25
+ "@graphcommerce/magento-product": "4.7.3",
26
+ "@graphcommerce/magento-store": "4.3.2",
27
+ "@graphcommerce/next-ui": "4.28.1",
28
+ "@graphcommerce/react-hook-form": "3.3.5",
29
29
  "schema-dts": "^1.1.0"
30
30
  },
31
31
  "peerDependencies": {