@graphcommerce/magento-cart-shipping-method 3.0.20 → 3.0.23
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
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.0.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`d6262de71`](https://github.com/graphcommerce-org/graphcommerce/commit/d6262de71d2254a2b0b492e1a60f9e141767470e), [`c8c246b8a`](https://github.com/graphcommerce-org/graphcommerce/commit/c8c246b8aaab0621b68a2fca2a1c529a56fad962), [`e3005fe63`](https://github.com/graphcommerce-org/graphcommerce/commit/e3005fe6306093d47b08c6756c21c8175649e30b)]:
|
|
8
|
+
- @graphcommerce/magento-cart@4.3.2
|
|
9
|
+
- @graphcommerce/next-ui@4.8.2
|
|
10
|
+
- @graphcommerce/magento-cart-shipping-address@3.0.22
|
|
11
|
+
- @graphcommerce/framer-scroller@2.1.13
|
|
12
|
+
- @graphcommerce/magento-store@4.2.6
|
|
13
|
+
|
|
14
|
+
## 3.0.22
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`a9df81310`](https://github.com/graphcommerce-org/graphcommerce/commit/a9df81310c051876dd82fb2819105dece47cc213), [`55c2dcde7`](https://github.com/graphcommerce-org/graphcommerce/commit/55c2dcde7869ee51b84494af653b3edfd43904a4), [`f167f9963`](https://github.com/graphcommerce-org/graphcommerce/commit/f167f99630966a7de43717937d43669e66132494)]:
|
|
19
|
+
- @graphcommerce/next-ui@4.8.1
|
|
20
|
+
- @graphcommerce/framer-scroller@2.1.12
|
|
21
|
+
- @graphcommerce/magento-cart@4.3.1
|
|
22
|
+
- @graphcommerce/magento-cart-shipping-address@3.0.21
|
|
23
|
+
- @graphcommerce/magento-store@4.2.5
|
|
24
|
+
- @graphcommerce/image@3.1.6
|
|
25
|
+
|
|
26
|
+
## 3.0.21
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [[`4cda98ea6`](https://github.com/graphcommerce-org/graphcommerce/commit/4cda98ea6f5f0cbb68fd67956b69524618c396fa), [`cf575395c`](https://github.com/graphcommerce-org/graphcommerce/commit/cf575395c16e9c571f75d4563004c3018a29aeaa)]:
|
|
31
|
+
- @graphcommerce/magento-cart-shipping-address@3.0.20
|
|
32
|
+
- @graphcommerce/magento-cart@4.3.0
|
|
33
|
+
|
|
3
34
|
## 3.0.20
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
|
@@ -174,7 +174,7 @@ export function ShippingMethodForm(props: ShippingMethodFormProps) {
|
|
|
174
174
|
<AvailableShippingMethod
|
|
175
175
|
available={false}
|
|
176
176
|
carrier_code='none'
|
|
177
|
-
carrier_title=
|
|
177
|
+
carrier_title={i18n._(/* i18n */ `No shipping methods available`)}
|
|
178
178
|
>
|
|
179
179
|
<Trans id='Please fill in your address to see shipping methods' />
|
|
180
180
|
</AvailableShippingMethod>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-shipping-method",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.23",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"type-fest": "^2.12.2"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@graphcommerce/framer-scroller": "2.1.
|
|
22
|
+
"@graphcommerce/framer-scroller": "2.1.13",
|
|
23
23
|
"@graphcommerce/graphql": "3.1.3",
|
|
24
|
-
"@graphcommerce/image": "3.1.
|
|
25
|
-
"@graphcommerce/magento-cart": "4.2
|
|
26
|
-
"@graphcommerce/magento-cart-shipping-address": "3.0.
|
|
27
|
-
"@graphcommerce/magento-store": "4.2.
|
|
28
|
-
"@graphcommerce/next-ui": "4.8.
|
|
24
|
+
"@graphcommerce/image": "3.1.6",
|
|
25
|
+
"@graphcommerce/magento-cart": "4.3.2",
|
|
26
|
+
"@graphcommerce/magento-cart-shipping-address": "3.0.22",
|
|
27
|
+
"@graphcommerce/magento-store": "4.2.6",
|
|
28
|
+
"@graphcommerce/next-ui": "4.8.2",
|
|
29
29
|
"@graphcommerce/react-hook-form": "3.1.3"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|