@graphcommerce/magento-product-configurable 4.1.22 → 4.1.25

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 +45 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.1.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e167992df`](https://github.com/graphcommerce-org/graphcommerce/commit/e167992dfdc6964a392af719667f8a188626ab1b), [`9c2504b4e`](https://github.com/graphcommerce-org/graphcommerce/commit/9c2504b4ed75f41d3003c4d3339814010e85e37e)]:
8
+ - @graphcommerce/magento-category@4.2.0
9
+ - @graphcommerce/next-ui@4.15.0
10
+ - @graphcommerce/magento-cart@4.6.2
11
+ - @graphcommerce/magento-cart-items@3.0.41
12
+ - @graphcommerce/magento-customer@4.8.2
13
+ - @graphcommerce/magento-product@4.4.18
14
+ - @graphcommerce/magento-store@4.2.20
15
+ - @graphcommerce/magento-product-simple@4.0.40
16
+
17
+ ## 4.1.24
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`01f1588c9`](https://github.com/graphcommerce-org/graphcommerce/commit/01f1588c9200bb39dd61146e260bfa2b32060612), [`84428ccab`](https://github.com/graphcommerce-org/graphcommerce/commit/84428ccab8d1d263893766197076651eae68759c), [`2ce406727`](https://github.com/graphcommerce-org/graphcommerce/commit/2ce406727c01a3367cea26c331d8455748592ce9)]:
22
+ - @graphcommerce/graphql-mesh@4.1.6
23
+ - @graphcommerce/graphql@3.4.3
24
+ - @graphcommerce/magento-customer@4.8.1
25
+ - @graphcommerce/magento-cart@4.6.1
26
+ - @graphcommerce/magento-product@4.4.17
27
+ - @graphcommerce/magento-store@4.2.19
28
+ - @graphcommerce/magento-cart-items@3.0.40
29
+ - @graphcommerce/magento-category@4.1.25
30
+ - @graphcommerce/magento-product-simple@4.0.39
31
+
32
+ ## 4.1.23
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [[`1afc6a547`](https://github.com/graphcommerce-org/graphcommerce/commit/1afc6a5473d6e31f47b5d0188801803b31865290), [`03d01c06c`](https://github.com/graphcommerce-org/graphcommerce/commit/03d01c06c6dc13df8d38ab5b40bd100c567a9e8d), [`4a4579bb2`](https://github.com/graphcommerce-org/graphcommerce/commit/4a4579bb2f7da378f3fcc504405caf2560dc10f6), [`afcd8e4bf`](https://github.com/graphcommerce-org/graphcommerce/commit/afcd8e4bfb7010da4d5faeed85b61991ed7975f4), [`02e1988e5`](https://github.com/graphcommerce-org/graphcommerce/commit/02e1988e5f361c6f66ae30d3bbee38ef2ac062df), [`323fdee4b`](https://github.com/graphcommerce-org/graphcommerce/commit/323fdee4b15ae23e0e84dd0588cb2c6446dcfd50), [`d03f0860b`](https://github.com/graphcommerce-org/graphcommerce/commit/d03f0860b882db4f280d9467aef9d66e56c1c030), [`b68d0b44a`](https://github.com/graphcommerce-org/graphcommerce/commit/b68d0b44a87688c80fb0aa4a5c840f262ce48d2f)]:
37
+ - @graphcommerce/graphql@3.4.2
38
+ - @graphcommerce/magento-cart@4.6.0
39
+ - @graphcommerce/magento-customer@4.8.0
40
+ - @graphcommerce/react-hook-form@3.3.1
41
+ - @graphcommerce/next-ui@4.14.0
42
+ - @graphcommerce/magento-cart-items@3.0.39
43
+ - @graphcommerce/magento-category@4.1.24
44
+ - @graphcommerce/magento-product@4.4.16
45
+ - @graphcommerce/magento-product-simple@4.0.38
46
+ - @graphcommerce/magento-store@4.2.18
47
+
3
48
  ## 4.1.22
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-configurable",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.1.22",
5
+ "version": "4.1.25",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,18 +19,18 @@
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/graphql": "3.4.1",
23
- "@graphcommerce/graphql-mesh": "4.1.5",
22
+ "@graphcommerce/graphql": "3.4.3",
23
+ "@graphcommerce/graphql-mesh": "4.1.6",
24
24
  "@graphcommerce/image": "3.1.7",
25
- "@graphcommerce/magento-cart": "4.5.2",
26
- "@graphcommerce/magento-cart-items": "3.0.38",
27
- "@graphcommerce/magento-category": "4.1.23",
28
- "@graphcommerce/magento-customer": "4.7.2",
29
- "@graphcommerce/magento-product": "4.4.15",
30
- "@graphcommerce/magento-product-simple": "4.0.37",
31
- "@graphcommerce/magento-store": "4.2.17",
32
- "@graphcommerce/next-ui": "4.13.1",
33
- "@graphcommerce/react-hook-form": "3.3.0"
25
+ "@graphcommerce/magento-cart": "4.6.2",
26
+ "@graphcommerce/magento-cart-items": "3.0.41",
27
+ "@graphcommerce/magento-category": "4.2.0",
28
+ "@graphcommerce/magento-customer": "4.8.2",
29
+ "@graphcommerce/magento-product": "4.4.18",
30
+ "@graphcommerce/magento-product-simple": "4.0.40",
31
+ "@graphcommerce/magento-store": "4.2.20",
32
+ "@graphcommerce/next-ui": "4.15.0",
33
+ "@graphcommerce/react-hook-form": "3.3.1"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@lingui/react": "^3.13.2",