@graphcommerce/magento-review 2.107.9 → 2.107.13

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.107.13](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-review@2.107.12...@graphcommerce/magento-review@2.107.13) (2021-11-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * various accessibility improvements ([47481a9](https://github.com/ho-nl/m2-pwa/commit/47481a9a882ba87968de6dd797557b0b275d75fb))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.107.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-review@2.107.5...@graphcommerce/magento-review@2.107.6) (2021-11-02)
7
18
 
8
19
 
@@ -160,7 +160,9 @@ export default function ProductReviews(props: ProductReviewsProps) {
160
160
  <div key={review?.summary} className={classes.review}>
161
161
  <div className={classes.title}>
162
162
  <ProductReviewChip rating={review?.average_rating} size='small' />
163
- <Typography variant='h5'> {review?.summary}</Typography>
163
+ <Typography component='h3' variant='h5'>
164
+ {review?.summary}
165
+ </Typography>
164
166
  </div>
165
167
  <Typography variant='body1'>{review?.text}</Typography>
166
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-review",
3
- "version": "2.107.9",
3
+ "version": "2.107.13",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@apollo/client": "^3.4.16",
24
- "@graphcommerce/graphql": "^2.105.2",
24
+ "@graphcommerce/graphql": "^2.105.3",
25
25
  "@graphcommerce/image": "^2.105.2",
26
- "@graphcommerce/magento-product": "^3.5.3",
27
- "@graphcommerce/magento-store": "^3.2.3",
28
- "@graphcommerce/next-ui": "^3.12.3",
26
+ "@graphcommerce/magento-product": "^3.5.7",
27
+ "@graphcommerce/magento-store": "^3.2.7",
28
+ "@graphcommerce/next-ui": "^3.13.2",
29
29
  "@graphql-typed-document-node/core": "^3.1.0",
30
30
  "@material-ui/core": "^4.12.3",
31
31
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -35,5 +35,5 @@
35
35
  "react-dom": "^17.0.2",
36
36
  "schema-dts": "^1.0.0"
37
37
  },
38
- "gitHead": "8fc77cf7261a01a54e82d2c9bdb2b59c31faeffc"
38
+ "gitHead": "db0c7ff1a81b75e4e6eeee3717a1fc608d9c3c86"
39
39
  }