@graphcommerce/magento-cart-pickup 3.1.5 → 3.1.8
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 +30 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.1.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`43822fd61`](https://github.com/graphcommerce-org/graphcommerce/commit/43822fd61c949215b8ddce9fb37d09f29b638426), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7)]:
|
|
8
|
+
- @graphcommerce/next-ui@4.20.0
|
|
9
|
+
- @graphcommerce/magento-cart-shipping-method@3.5.8
|
|
10
|
+
- @graphcommerce/magento-store@4.2.26
|
|
11
|
+
|
|
12
|
+
## 3.1.7
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`b6d3a3c13`](https://github.com/graphcommerce-org/graphcommerce/commit/b6d3a3c13ea63ef0f691f497507f07c0e094de5b)]:
|
|
17
|
+
- @graphcommerce/next-ui@4.19.0
|
|
18
|
+
- @graphcommerce/magento-cart-shipping-method@3.5.7
|
|
19
|
+
- @graphcommerce/magento-store@4.2.25
|
|
20
|
+
|
|
21
|
+
## 3.1.6
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#1587](https://github.com/graphcommerce-org/graphcommerce/pull/1587) [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6) Thanks [@paales](https://github.com/paales)! - Make sure the pickup location form is unmounted so that it doesn’t get submitted when navigating to the payment step
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [[`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6), [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6)]:
|
|
28
|
+
- @graphcommerce/graphql@3.4.5
|
|
29
|
+
- @graphcommerce/next-ui@4.18.0
|
|
30
|
+
- @graphcommerce/magento-cart-shipping-method@3.5.6
|
|
31
|
+
- @graphcommerce/magento-store@4.2.24
|
|
32
|
+
|
|
3
33
|
## 3.1.5
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-pickup",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.8",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@playwright/test": "^1.21.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "3.4.
|
|
21
|
+
"@graphcommerce/graphql": "3.4.5",
|
|
22
22
|
"@graphcommerce/image": "3.1.7",
|
|
23
|
-
"@graphcommerce/magento-cart-shipping-method": "3.5.
|
|
24
|
-
"@graphcommerce/magento-store": "4.2.
|
|
25
|
-
"@graphcommerce/next-ui": "4.
|
|
23
|
+
"@graphcommerce/magento-cart-shipping-method": "3.5.8",
|
|
24
|
+
"@graphcommerce/magento-store": "4.2.26",
|
|
25
|
+
"@graphcommerce/next-ui": "4.20.0",
|
|
26
26
|
"@graphcommerce/react-hook-form": "3.3.2"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|