@graphcommerce/magento-cart-items 3.0.32 → 3.0.35

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,41 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.35
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-customer@4.6.3
12
+ - @graphcommerce/next-ui@4.11.2
13
+ - @graphcommerce/magento-product@4.4.12
14
+ - @graphcommerce/magento-store@4.2.14
15
+
16
+ ## 3.0.34
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`11bca2d2f`](https://github.com/graphcommerce-org/graphcommerce/commit/11bca2d2f7dbb7c5e2827c04eb0db43d4099f2fd)]:
21
+ - @graphcommerce/next-ui@4.11.1
22
+ - @graphcommerce/magento-cart@4.4.7
23
+ - @graphcommerce/magento-customer@4.6.2
24
+ - @graphcommerce/magento-product@4.4.11
25
+ - @graphcommerce/magento-store@4.2.13
26
+
27
+ ## 3.0.33
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`d140fca34`](https://github.com/graphcommerce-org/graphcommerce/commit/d140fca3463b73e761e23fd1d9216305727f0c1a), [`9ec0338df`](https://github.com/graphcommerce-org/graphcommerce/commit/9ec0338dfe34d37b0f2c24e36ffa6ed13ea1145e), [`735b78672`](https://github.com/graphcommerce-org/graphcommerce/commit/735b786724d5401cbe6e88f2515e121a1a0945b2)]:
32
+ - @graphcommerce/magento-cart@4.4.6
33
+ - @graphcommerce/next-ui@4.11.0
34
+ - @graphcommerce/magento-product@4.4.10
35
+ - @graphcommerce/magento-store@4.2.12
36
+ - @graphcommerce/graphql@3.3.0
37
+ - @graphcommerce/magento-customer@4.6.1
38
+
3
39
  ## 3.0.32
4
40
 
5
41
  ### Patch Changes
@@ -21,7 +21,7 @@ export function RemoveItemFromCartFab(props: RemoveItemFromCartProps) {
21
21
  return (
22
22
  <Form noValidate onSubmit={submitHandler} {...formProps}>
23
23
  <Fab
24
- aria-label={i18n._(/* i18n */ `Remove Product`)}
24
+ aria-label={i18n._(/* i18n */ 'Remove Product')}
25
25
  size='small'
26
26
  type='submit'
27
27
  disabled={formState.isSubmitting}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-items",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.32",
5
+ "version": "3.0.35",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,13 +18,13 @@
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "3.2.1",
21
+ "@graphcommerce/graphql": "3.3.0",
22
22
  "@graphcommerce/image": "3.1.7",
23
- "@graphcommerce/magento-cart": "4.4.5",
24
- "@graphcommerce/magento-customer": "4.6.0",
25
- "@graphcommerce/magento-product": "4.4.9",
26
- "@graphcommerce/magento-store": "4.2.11",
27
- "@graphcommerce/next-ui": "4.10.0",
23
+ "@graphcommerce/magento-cart": "4.4.8",
24
+ "@graphcommerce/magento-customer": "4.6.3",
25
+ "@graphcommerce/magento-product": "4.4.12",
26
+ "@graphcommerce/magento-store": "4.2.14",
27
+ "@graphcommerce/next-ui": "4.11.2",
28
28
  "@graphcommerce/react-hook-form": "3.2.2"
29
29
  },
30
30
  "peerDependencies": {