@graphcommerce/magento-product-configurable 4.1.4 → 4.1.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 +41 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a9df81310`](https://github.com/graphcommerce-org/graphcommerce/commit/a9df81310c051876dd82fb2819105dece47cc213), [`b359fe252`](https://github.com/graphcommerce-org/graphcommerce/commit/b359fe252a50bb8195601ba97c3eef6a7be146ba), [`f167f9963`](https://github.com/graphcommerce-org/graphcommerce/commit/f167f99630966a7de43717937d43669e66132494)]:
|
|
8
|
+
- @graphcommerce/next-ui@4.8.1
|
|
9
|
+
- @graphcommerce/magento-product@4.4.0
|
|
10
|
+
- @graphcommerce/magento-cart@4.3.1
|
|
11
|
+
- @graphcommerce/magento-cart-items@3.0.23
|
|
12
|
+
- @graphcommerce/magento-category@4.1.8
|
|
13
|
+
- @graphcommerce/magento-customer@4.3.2
|
|
14
|
+
- @graphcommerce/magento-store@4.2.5
|
|
15
|
+
- @graphcommerce/magento-product-simple@4.0.22
|
|
16
|
+
- @graphcommerce/image@3.1.6
|
|
17
|
+
|
|
18
|
+
## 4.1.6
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`a12db31b9`](https://github.com/graphcommerce-org/graphcommerce/commit/a12db31b9db9d27d86f59c1bfe58a0879999b9d3), [`cf575395c`](https://github.com/graphcommerce-org/graphcommerce/commit/cf575395c16e9c571f75d4563004c3018a29aeaa)]:
|
|
23
|
+
- @graphcommerce/magento-customer@4.3.1
|
|
24
|
+
- @graphcommerce/magento-cart@4.3.0
|
|
25
|
+
- @graphcommerce/magento-cart-items@3.0.22
|
|
26
|
+
- @graphcommerce/magento-product@4.3.6
|
|
27
|
+
- @graphcommerce/magento-product-simple@4.0.21
|
|
28
|
+
- @graphcommerce/magento-category@4.1.7
|
|
29
|
+
|
|
30
|
+
## 4.1.5
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 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)]:
|
|
35
|
+
- @graphcommerce/next-ui@4.8.0
|
|
36
|
+
- @graphcommerce/magento-product@4.3.5
|
|
37
|
+
- @graphcommerce/magento-customer@4.3.0
|
|
38
|
+
- @graphcommerce/magento-cart@4.2.15
|
|
39
|
+
- @graphcommerce/magento-cart-items@3.0.21
|
|
40
|
+
- @graphcommerce/magento-category@4.1.6
|
|
41
|
+
- @graphcommerce/magento-store@4.2.4
|
|
42
|
+
- @graphcommerce/magento-product-simple@4.0.20
|
|
43
|
+
|
|
3
44
|
## 4.1.4
|
|
4
45
|
|
|
5
46
|
### 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.7",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@graphcommerce/graphql": "3.1.3",
|
|
23
23
|
"@graphcommerce/graphql-mesh": "4.1.3",
|
|
24
|
-
"@graphcommerce/image": "3.1.
|
|
25
|
-
"@graphcommerce/magento-cart": "4.
|
|
26
|
-
"@graphcommerce/magento-cart-items": "3.0.
|
|
27
|
-
"@graphcommerce/magento-category": "4.1.
|
|
28
|
-
"@graphcommerce/magento-customer": "4.2
|
|
29
|
-
"@graphcommerce/magento-product": "4.
|
|
30
|
-
"@graphcommerce/magento-product-simple": "4.0.
|
|
31
|
-
"@graphcommerce/magento-store": "4.2.
|
|
32
|
-
"@graphcommerce/next-ui": "4.
|
|
24
|
+
"@graphcommerce/image": "3.1.6",
|
|
25
|
+
"@graphcommerce/magento-cart": "4.3.1",
|
|
26
|
+
"@graphcommerce/magento-cart-items": "3.0.23",
|
|
27
|
+
"@graphcommerce/magento-category": "4.1.8",
|
|
28
|
+
"@graphcommerce/magento-customer": "4.3.2",
|
|
29
|
+
"@graphcommerce/magento-product": "4.4.0",
|
|
30
|
+
"@graphcommerce/magento-product-simple": "4.0.22",
|
|
31
|
+
"@graphcommerce/magento-store": "4.2.5",
|
|
32
|
+
"@graphcommerce/next-ui": "4.8.1",
|
|
33
33
|
"@graphcommerce/react-hook-form": "3.1.3"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|