@graphcommerce/magento-product-configurable 4.1.23 → 4.1.26
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 +43 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.1.26
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a88f166f0`](https://github.com/graphcommerce-org/graphcommerce/commit/a88f166f0115c58254fe47171da51a5850658a32), [`d92780d5c`](https://github.com/graphcommerce-org/graphcommerce/commit/d92780d5c3bb80b5a1519c087338548303e4cc2f)]:
|
|
8
|
+
- @graphcommerce/next-ui@4.15.1
|
|
9
|
+
- @graphcommerce/magento-cart@4.6.3
|
|
10
|
+
- @graphcommerce/magento-customer@4.8.3
|
|
11
|
+
- @graphcommerce/magento-cart-items@3.0.42
|
|
12
|
+
- @graphcommerce/magento-category@4.2.1
|
|
13
|
+
- @graphcommerce/magento-product@4.4.19
|
|
14
|
+
- @graphcommerce/magento-store@4.2.21
|
|
15
|
+
- @graphcommerce/magento-product-simple@4.0.41
|
|
16
|
+
|
|
17
|
+
## 4.1.25
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`e167992df`](https://github.com/graphcommerce-org/graphcommerce/commit/e167992dfdc6964a392af719667f8a188626ab1b), [`9c2504b4e`](https://github.com/graphcommerce-org/graphcommerce/commit/9c2504b4ed75f41d3003c4d3339814010e85e37e)]:
|
|
22
|
+
- @graphcommerce/magento-category@4.2.0
|
|
23
|
+
- @graphcommerce/next-ui@4.15.0
|
|
24
|
+
- @graphcommerce/magento-cart@4.6.2
|
|
25
|
+
- @graphcommerce/magento-cart-items@3.0.41
|
|
26
|
+
- @graphcommerce/magento-customer@4.8.2
|
|
27
|
+
- @graphcommerce/magento-product@4.4.18
|
|
28
|
+
- @graphcommerce/magento-store@4.2.20
|
|
29
|
+
- @graphcommerce/magento-product-simple@4.0.40
|
|
30
|
+
|
|
31
|
+
## 4.1.24
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 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)]:
|
|
36
|
+
- @graphcommerce/graphql-mesh@4.1.6
|
|
37
|
+
- @graphcommerce/graphql@3.4.3
|
|
38
|
+
- @graphcommerce/magento-customer@4.8.1
|
|
39
|
+
- @graphcommerce/magento-cart@4.6.1
|
|
40
|
+
- @graphcommerce/magento-product@4.4.17
|
|
41
|
+
- @graphcommerce/magento-store@4.2.19
|
|
42
|
+
- @graphcommerce/magento-cart-items@3.0.40
|
|
43
|
+
- @graphcommerce/magento-category@4.1.25
|
|
44
|
+
- @graphcommerce/magento-product-simple@4.0.39
|
|
45
|
+
|
|
3
46
|
## 4.1.23
|
|
4
47
|
|
|
5
48
|
### 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.
|
|
5
|
+
"version": "4.1.26",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"type-fest": "^2.12.2"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@graphcommerce/graphql": "3.4.
|
|
23
|
-
"@graphcommerce/graphql-mesh": "4.1.
|
|
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.6.
|
|
26
|
-
"@graphcommerce/magento-cart-items": "3.0.
|
|
27
|
-
"@graphcommerce/magento-category": "4.1
|
|
28
|
-
"@graphcommerce/magento-customer": "4.8.
|
|
29
|
-
"@graphcommerce/magento-product": "4.4.
|
|
30
|
-
"@graphcommerce/magento-product-simple": "4.0.
|
|
31
|
-
"@graphcommerce/magento-store": "4.2.
|
|
32
|
-
"@graphcommerce/next-ui": "4.
|
|
25
|
+
"@graphcommerce/magento-cart": "4.6.3",
|
|
26
|
+
"@graphcommerce/magento-cart-items": "3.0.42",
|
|
27
|
+
"@graphcommerce/magento-category": "4.2.1",
|
|
28
|
+
"@graphcommerce/magento-customer": "4.8.3",
|
|
29
|
+
"@graphcommerce/magento-product": "4.4.19",
|
|
30
|
+
"@graphcommerce/magento-product-simple": "4.0.41",
|
|
31
|
+
"@graphcommerce/magento-store": "4.2.21",
|
|
32
|
+
"@graphcommerce/next-ui": "4.15.1",
|
|
33
33
|
"@graphcommerce/react-hook-form": "3.3.1"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|