@graphcommerce/magento-product-configurable 4.0.3 → 4.0.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,20 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1285](https://github.com/ho-nl/m2-pwa/pull/1285)
8
+ [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017)
9
+ Thanks [@paales](https://github.com/paales)! - upgraded dependencies
10
+
11
+ - Updated dependencies
12
+ [[`ed9703b06`](https://github.com/ho-nl/m2-pwa/commit/ed9703b062d23ee01b1605ff9917c0ac3247fc25),
13
+ [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017)]:
14
+ - @graphcommerce/magento-store@4.1.0
15
+ - @graphcommerce/magento-product@4.0.4
16
+ - @graphcommerce/next-ui@4.1.3
17
+
3
18
  ## 4.0.3
4
19
 
5
20
  ### Patch Changes
@@ -110,7 +110,7 @@ export default function ConfigurableProductAddToCart(props: ConfigurableProductA
110
110
  width: '100%',
111
111
  })}
112
112
  >
113
- Add to Cart
113
+ <Trans>Add to Cart</Trans>
114
114
  </Button>
115
115
 
116
116
  <ApolloCartErrorAlert error={error} />
@@ -139,7 +139,7 @@ export default function ConfigurableProductAddToCart(props: ConfigurableProductA
139
139
  color='secondary'
140
140
  endIcon={<SvgIcon src={iconChevronRight} />}
141
141
  >
142
- View shopping cart
142
+ <Trans>View shopping cart</Trans>
143
143
  </Button>
144
144
  </PageLink>
145
145
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-configurable",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.0.3",
5
+ "version": "4.0.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,7 +12,7 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.0.3",
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.4",
16
16
  "@graphcommerce/prettier-config-pwa": "^4.0.2",
17
17
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
18
18
  "@playwright/test": "^1.19.1",
@@ -25,10 +25,10 @@
25
25
  "@graphcommerce/magento-cart-items": "^3.0.3",
26
26
  "@graphcommerce/magento-category": "^4.0.3",
27
27
  "@graphcommerce/magento-customer": "^4.1.2",
28
- "@graphcommerce/magento-product": "^4.0.3",
28
+ "@graphcommerce/magento-product": "^4.0.4",
29
29
  "@graphcommerce/magento-product-simple": "^4.0.3",
30
- "@graphcommerce/magento-store": "^4.0.3",
31
- "@graphcommerce/next-ui": "^4.1.2",
30
+ "@graphcommerce/magento-store": "^4.1.0",
31
+ "@graphcommerce/next-ui": "^4.1.3",
32
32
  "@graphcommerce/react-hook-form": "^3.0.3",
33
33
  "type-fest": "^2.12.0"
34
34
  },