@graphcommerce/magento-product 4.5.4 → 4.5.7

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,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]:
8
+ - @graphcommerce/magento-cart@4.8.0
9
+
10
+ ## 4.5.6
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1626](https://github.com/graphcommerce-org/graphcommerce/pull/1626) [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995) Thanks [@paales](https://github.com/paales)! - Simplified generated query for ProductCustomizable
15
+
16
+ ## 4.5.5
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @graphcommerce/magento-cart@4.7.5
22
+
3
23
  ## 4.5.4
4
24
 
5
25
  ### Patch Changes
@@ -1,5 +1,4 @@
1
1
  fragment CustomizableAreaOption on CustomizableAreaOption {
2
- ...CustomizableOption
3
2
  product_sku
4
3
  areaValue: value {
5
4
  max_characters
@@ -1,5 +1,4 @@
1
1
  fragment CustomizableCheckboxOption on CustomizableCheckboxOption {
2
- ...CustomizableOption
3
2
  checkboxValue: value {
4
3
  price
5
4
  price_type
@@ -1,5 +1,4 @@
1
1
  fragment CustomizableDateOption on CustomizableDateOption {
2
- ...CustomizableOption
3
2
  product_sku
4
3
  dateValue: value {
5
4
  price
@@ -1,5 +1,4 @@
1
1
  fragment CustomizableDropDownOption on CustomizableDropDownOption {
2
- ...CustomizableOption
3
2
  dropdownValue: value {
4
3
  option_type_id
5
4
  price
@@ -1,5 +1,4 @@
1
1
  fragment CustomizableFieldOption on CustomizableFieldOption {
2
- ...CustomizableOption
3
2
  product_sku
4
3
  fieldValue: value {
5
4
  max_characters
@@ -1,5 +1,4 @@
1
1
  fragment CustomizableFileOption on CustomizableFileOption {
2
- ...CustomizableOption
3
2
  product_sku
4
3
  fileValue: value {
5
4
  file_extension
@@ -1,5 +1,4 @@
1
1
  fragment CustomizableMultipleOption on CustomizableMultipleOption {
2
- ...CustomizableOption
3
2
  multipleValue: value {
4
3
  option_type_id
5
4
  price
@@ -1,6 +1,5 @@
1
1
  fragment CustomizableRadioOption on CustomizableRadioOption {
2
- ...CustomizableOption
3
- value {
2
+ radioValue: value {
4
3
  option_type_id
5
4
  price
6
5
  price_type
@@ -2,6 +2,7 @@ fragment ProductCustomizable on CustomizableProductInterface @injectable {
2
2
  options {
3
3
  uid
4
4
  __typename
5
+ ...CustomizableOption
5
6
  ...CustomizableAreaOption
6
7
  ...CustomizableCheckboxOption
7
8
  ...CustomizableDateOption
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.5.4",
5
+ "version": "4.5.7",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -23,7 +23,7 @@
23
23
  "@graphcommerce/graphql": "3.4.8",
24
24
  "@graphcommerce/graphql-mesh": "4.1.9",
25
25
  "@graphcommerce/image": "3.1.9",
26
- "@graphcommerce/magento-cart": "4.7.4",
26
+ "@graphcommerce/magento-cart": "4.8.0",
27
27
  "@graphcommerce/magento-store": "4.2.32",
28
28
  "@graphcommerce/next-ui": "4.23.1",
29
29
  "schema-dts": "^1.1.0"