@graphcommerce/magento-cart-checkout 3.0.39 → 3.0.42
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 +37 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.0.42
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`02023d8d8`](https://github.com/graphcommerce-org/graphcommerce/commit/02023d8d89c8138144243edce67290bd79ff49a7), [`87a188d6f`](https://github.com/graphcommerce-org/graphcommerce/commit/87a188d6f216b7f7b9ec95afbe74f1146cb07ce4), [`3c809a3a4`](https://github.com/graphcommerce-org/graphcommerce/commit/3c809a3a438995503f6d2290d6c0bb90fbc489be), [`2c66cca15`](https://github.com/graphcommerce-org/graphcommerce/commit/2c66cca154098a09445977428983e05fe19b9510), [`8e3b24500`](https://github.com/graphcommerce-org/graphcommerce/commit/8e3b24500a55fa2a1fb4a3ef08c1f1990a46a0ae), [`2c66cca15`](https://github.com/graphcommerce-org/graphcommerce/commit/2c66cca154098a09445977428983e05fe19b9510), [`2c66cca15`](https://github.com/graphcommerce-org/graphcommerce/commit/2c66cca154098a09445977428983e05fe19b9510), [`1eb131766`](https://github.com/graphcommerce-org/graphcommerce/commit/1eb131766c32db6fcb0a8e83dba2c3d241658595)]:
|
|
8
|
+
- @graphcommerce/react-hook-form@3.3.2
|
|
9
|
+
- @graphcommerce/next-ui@4.16.0
|
|
10
|
+
- @graphcommerce/magento-customer@4.9.0
|
|
11
|
+
- @graphcommerce/magento-cart@4.6.4
|
|
12
|
+
- @graphcommerce/magento-cart-coupon@3.1.10
|
|
13
|
+
- @graphcommerce/magento-cart-items@3.0.43
|
|
14
|
+
- @graphcommerce/magento-store@4.2.22
|
|
15
|
+
|
|
16
|
+
## 3.0.41
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`a88f166f0`](https://github.com/graphcommerce-org/graphcommerce/commit/a88f166f0115c58254fe47171da51a5850658a32), [`d92780d5c`](https://github.com/graphcommerce-org/graphcommerce/commit/d92780d5c3bb80b5a1519c087338548303e4cc2f)]:
|
|
21
|
+
- @graphcommerce/next-ui@4.15.1
|
|
22
|
+
- @graphcommerce/magento-cart@4.6.3
|
|
23
|
+
- @graphcommerce/magento-customer@4.8.3
|
|
24
|
+
- @graphcommerce/magento-cart-coupon@3.1.9
|
|
25
|
+
- @graphcommerce/magento-cart-items@3.0.42
|
|
26
|
+
- @graphcommerce/magento-store@4.2.21
|
|
27
|
+
|
|
28
|
+
## 3.0.40
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [[`e167992df`](https://github.com/graphcommerce-org/graphcommerce/commit/e167992dfdc6964a392af719667f8a188626ab1b), [`9c2504b4e`](https://github.com/graphcommerce-org/graphcommerce/commit/9c2504b4ed75f41d3003c4d3339814010e85e37e)]:
|
|
33
|
+
- @graphcommerce/next-ui@4.15.0
|
|
34
|
+
- @graphcommerce/magento-cart@4.6.2
|
|
35
|
+
- @graphcommerce/magento-cart-coupon@3.1.8
|
|
36
|
+
- @graphcommerce/magento-cart-items@3.0.41
|
|
37
|
+
- @graphcommerce/magento-customer@4.8.2
|
|
38
|
+
- @graphcommerce/magento-store@4.2.20
|
|
39
|
+
|
|
3
40
|
## 3.0.39
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-checkout",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.42",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@graphcommerce/graphql": "3.4.3",
|
|
22
22
|
"@graphcommerce/image": "3.1.7",
|
|
23
|
-
"@graphcommerce/magento-cart": "4.6.
|
|
24
|
-
"@graphcommerce/magento-cart-coupon": "3.1.
|
|
25
|
-
"@graphcommerce/magento-cart-items": "3.0.
|
|
26
|
-
"@graphcommerce/magento-customer": "4.
|
|
27
|
-
"@graphcommerce/magento-store": "4.2.
|
|
28
|
-
"@graphcommerce/next-ui": "4.
|
|
29
|
-
"@graphcommerce/react-hook-form": "3.3.
|
|
23
|
+
"@graphcommerce/magento-cart": "4.6.4",
|
|
24
|
+
"@graphcommerce/magento-cart-coupon": "3.1.10",
|
|
25
|
+
"@graphcommerce/magento-cart-items": "3.0.43",
|
|
26
|
+
"@graphcommerce/magento-customer": "4.9.0",
|
|
27
|
+
"@graphcommerce/magento-store": "4.2.22",
|
|
28
|
+
"@graphcommerce/next-ui": "4.16.0",
|
|
29
|
+
"@graphcommerce/react-hook-form": "3.3.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@lingui/react": "^3.13.2",
|