@graphcommerce/magento-cart-shipping-method 3.0.19 → 3.0.22

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,32 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - 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)]:
8
+ - @graphcommerce/next-ui@4.8.1
9
+ - @graphcommerce/framer-scroller@2.1.12
10
+ - @graphcommerce/magento-cart@4.3.1
11
+ - @graphcommerce/magento-cart-shipping-address@3.0.21
12
+ - @graphcommerce/magento-store@4.2.5
13
+ - @graphcommerce/image@3.1.6
14
+
15
+ ## 3.0.21
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`4cda98ea6`](https://github.com/graphcommerce-org/graphcommerce/commit/4cda98ea6f5f0cbb68fd67956b69524618c396fa), [`cf575395c`](https://github.com/graphcommerce-org/graphcommerce/commit/cf575395c16e9c571f75d4563004c3018a29aeaa)]:
20
+ - @graphcommerce/magento-cart-shipping-address@3.0.20
21
+ - @graphcommerce/magento-cart@4.3.0
22
+
23
+ ## 3.0.20
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`aac7bb3ad`](https://github.com/graphcommerce-org/graphcommerce/commit/aac7bb3adc62b0646813ab6a3ca9c3eb216e9caf)]:
28
+ - @graphcommerce/magento-cart-shipping-address@3.0.19
29
+
3
30
  ## 3.0.19
4
31
 
5
32
  ### 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='No shipping methods available'
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.19",
5
+ "version": "3.0.22",
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.11",
22
+ "@graphcommerce/framer-scroller": "2.1.12",
23
23
  "@graphcommerce/graphql": "3.1.3",
24
- "@graphcommerce/image": "3.1.5",
25
- "@graphcommerce/magento-cart": "4.2.15",
26
- "@graphcommerce/magento-cart-shipping-address": "3.0.18",
27
- "@graphcommerce/magento-store": "4.2.4",
28
- "@graphcommerce/next-ui": "4.8.0",
24
+ "@graphcommerce/image": "3.1.6",
25
+ "@graphcommerce/magento-cart": "4.3.1",
26
+ "@graphcommerce/magento-cart-shipping-address": "3.0.21",
27
+ "@graphcommerce/magento-store": "4.2.5",
28
+ "@graphcommerce/next-ui": "4.8.1",
29
29
  "@graphcommerce/react-hook-form": "3.1.3"
30
30
  },
31
31
  "peerDependencies": {