@graphcommerce/magento-product-configurable 4.1.3 → 4.1.6
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 +39 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a12db31b9`](https://github.com/graphcommerce-org/graphcommerce/commit/a12db31b9db9d27d86f59c1bfe58a0879999b9d3), [`cf575395c`](https://github.com/graphcommerce-org/graphcommerce/commit/cf575395c16e9c571f75d4563004c3018a29aeaa)]:
|
|
8
|
+
- @graphcommerce/magento-customer@4.3.1
|
|
9
|
+
- @graphcommerce/magento-cart@4.3.0
|
|
10
|
+
- @graphcommerce/magento-cart-items@3.0.22
|
|
11
|
+
- @graphcommerce/magento-product@4.3.6
|
|
12
|
+
- @graphcommerce/magento-product-simple@4.0.21
|
|
13
|
+
- @graphcommerce/magento-category@4.1.7
|
|
14
|
+
|
|
15
|
+
## 4.1.5
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`0363b9671`](https://github.com/graphcommerce-org/graphcommerce/commit/0363b9671db7c2932321d97faf6f1eb385238397), [`c6a62a338`](https://github.com/graphcommerce-org/graphcommerce/commit/c6a62a338abf8af83d3a6eb7ed796586009910ca), [`3ac90b57c`](https://github.com/graphcommerce-org/graphcommerce/commit/3ac90b57c68b96f9d81771d6664ed9435a28fc1d), [`00f6167ff`](https://github.com/graphcommerce-org/graphcommerce/commit/00f6167ff4096bf7432f3d8e8e739ecbf6ab0dd2), [`7159d3ab3`](https://github.com/graphcommerce-org/graphcommerce/commit/7159d3ab31e937c9c921023c46e80db5813e789c), [`32370574b`](https://github.com/graphcommerce-org/graphcommerce/commit/32370574bef6345b857ae911049ca27a64bc7e08), [`ed2b67a06`](https://github.com/graphcommerce-org/graphcommerce/commit/ed2b67a0618d9db97e79ed2a8226e0ae12403943), [`4c146c682`](https://github.com/graphcommerce-org/graphcommerce/commit/4c146c68242e6edc616807fb73173cc959c26034)]:
|
|
20
|
+
- @graphcommerce/next-ui@4.8.0
|
|
21
|
+
- @graphcommerce/magento-product@4.3.5
|
|
22
|
+
- @graphcommerce/magento-customer@4.3.0
|
|
23
|
+
- @graphcommerce/magento-cart@4.2.15
|
|
24
|
+
- @graphcommerce/magento-cart-items@3.0.21
|
|
25
|
+
- @graphcommerce/magento-category@4.1.6
|
|
26
|
+
- @graphcommerce/magento-store@4.2.4
|
|
27
|
+
- @graphcommerce/magento-product-simple@4.0.20
|
|
28
|
+
|
|
29
|
+
## 4.1.4
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [[`c30893857`](https://github.com/graphcommerce-org/graphcommerce/commit/c3089385791291e812a48c2691a39a2325ee0439)]:
|
|
34
|
+
- @graphcommerce/magento-store@4.2.3
|
|
35
|
+
- @graphcommerce/magento-cart@4.2.14
|
|
36
|
+
- @graphcommerce/magento-cart-items@3.0.20
|
|
37
|
+
- @graphcommerce/magento-category@4.1.5
|
|
38
|
+
- @graphcommerce/magento-customer@4.2.12
|
|
39
|
+
- @graphcommerce/magento-product@4.3.4
|
|
40
|
+
- @graphcommerce/magento-product-simple@4.0.19
|
|
41
|
+
|
|
3
42
|
## 4.1.3
|
|
4
43
|
|
|
5
44
|
### 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.6",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"@graphcommerce/graphql": "3.1.3",
|
|
23
23
|
"@graphcommerce/graphql-mesh": "4.1.3",
|
|
24
24
|
"@graphcommerce/image": "3.1.5",
|
|
25
|
-
"@graphcommerce/magento-cart": "4.
|
|
26
|
-
"@graphcommerce/magento-cart-items": "3.0.
|
|
27
|
-
"@graphcommerce/magento-category": "4.1.
|
|
28
|
-
"@graphcommerce/magento-customer": "4.
|
|
29
|
-
"@graphcommerce/magento-product": "4.3.
|
|
30
|
-
"@graphcommerce/magento-product-simple": "4.0.
|
|
31
|
-
"@graphcommerce/magento-store": "4.2.
|
|
32
|
-
"@graphcommerce/next-ui": "4.
|
|
25
|
+
"@graphcommerce/magento-cart": "4.3.0",
|
|
26
|
+
"@graphcommerce/magento-cart-items": "3.0.22",
|
|
27
|
+
"@graphcommerce/magento-category": "4.1.7",
|
|
28
|
+
"@graphcommerce/magento-customer": "4.3.1",
|
|
29
|
+
"@graphcommerce/magento-product": "4.3.6",
|
|
30
|
+
"@graphcommerce/magento-product-simple": "4.0.21",
|
|
31
|
+
"@graphcommerce/magento-store": "4.2.4",
|
|
32
|
+
"@graphcommerce/next-ui": "4.8.0",
|
|
33
33
|
"@graphcommerce/react-hook-form": "3.1.3"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|