@graphcommerce/magento-cart-shipping-method 3.2.3 → 3.2.4

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,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1538](https://github.com/graphcommerce-org/graphcommerce/pull/1538) [`fe4baa42d`](https://github.com/graphcommerce-org/graphcommerce/commit/fe4baa42db0081ed960d62aef688bd36a7ac974f) Thanks [@paales](https://github.com/paales)! - add missing translations
8
+
9
+ - Updated dependencies [[`fe4baa42d`](https://github.com/graphcommerce-org/graphcommerce/commit/fe4baa42db0081ed960d62aef688bd36a7ac974f)]:
10
+ - @graphcommerce/magento-cart@4.4.8
11
+ - @graphcommerce/magento-cart-shipping-address@3.2.4
12
+ - @graphcommerce/next-ui@4.11.2
13
+ - @graphcommerce/framer-scroller@2.1.20
14
+ - @graphcommerce/magento-store@4.2.14
15
+
3
16
  ## 3.2.3
4
17
 
5
18
  ### Patch Changes
@@ -96,7 +96,7 @@ export function ShippingMethodForm(props: ShippingMethodFormProps) {
96
96
  <ActionCardListForm
97
97
  control={control}
98
98
  name='carrierMethod'
99
- errorMessage={i18n._(/* i18n */ `Please select a shipping method`)}
99
+ errorMessage={i18n._(/* i18n */ 'Please select a shipping method')}
100
100
  items={sortedAvailableShippingMethods.filter(Boolean).map((sortedMethod) => ({
101
101
  ...sortedMethod,
102
102
  disabled: !sortedMethod?.available,
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.2.3",
5
+ "version": "3.2.4",
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.19",
22
+ "@graphcommerce/framer-scroller": "2.1.20",
23
23
  "@graphcommerce/graphql": "3.3.0",
24
24
  "@graphcommerce/image": "3.1.7",
25
- "@graphcommerce/magento-cart": "4.4.7",
26
- "@graphcommerce/magento-cart-shipping-address": "3.2.3",
27
- "@graphcommerce/magento-store": "4.2.13",
28
- "@graphcommerce/next-ui": "4.11.1",
25
+ "@graphcommerce/magento-cart": "4.4.8",
26
+ "@graphcommerce/magento-cart-shipping-address": "3.2.4",
27
+ "@graphcommerce/magento-store": "4.2.14",
28
+ "@graphcommerce/next-ui": "4.11.2",
29
29
  "@graphcommerce/react-hook-form": "3.2.2"
30
30
  },
31
31
  "peerDependencies": {