@graphcommerce/magento-review 3.3.0 → 3.3.3

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,35 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`396b5de5d`](https://github.com/graphcommerce-org/graphcommerce/commit/396b5de5d50c7b8f59bf636807e7a4b50f14e0b2)]:
8
+ - @graphcommerce/graphql@3.4.8
9
+ - @graphcommerce/magento-customer@4.10.3
10
+ - @graphcommerce/magento-product@4.5.3
11
+ - @graphcommerce/magento-store@4.2.31
12
+
13
+ ## 3.3.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`755d2cf83`](https://github.com/graphcommerce-org/graphcommerce/commit/755d2cf83343a5ad3d61063eff595d821de360aa), [`dc7f2dda4`](https://github.com/graphcommerce-org/graphcommerce/commit/dc7f2dda40ff8572fc11161de6eb62ca13e720dd)]:
18
+ - @graphcommerce/next-ui@4.23.0
19
+ - @graphcommerce/magento-customer@4.10.2
20
+ - @graphcommerce/magento-product@4.5.2
21
+ - @graphcommerce/magento-store@4.2.30
22
+
23
+ ## 3.3.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`448c77681`](https://github.com/graphcommerce-org/graphcommerce/commit/448c77681f9a7794e84ec93139d7e0f16afafbd9)]:
28
+ - @graphcommerce/graphql-mesh@4.1.9
29
+ - @graphcommerce/magento-customer@4.10.1
30
+ - @graphcommerce/magento-product@4.5.1
31
+ - @graphcommerce/magento-store@4.2.29
32
+
3
33
  ## 3.3.0
4
34
 
5
35
  ### Minor Changes
@@ -195,12 +195,7 @@ export function CreateProductReviewForm(props: CreateProductReviewFormProps) {
195
195
  />
196
196
  </FormRow>
197
197
 
198
- <FormActions
199
- className={classes.formActions}
200
- sx={(theme) => ({
201
- gridAutoFlow: 'row',
202
- })}
203
- >
198
+ <FormActions className={classes.formActions} sx={{ gridAutoFlow: 'row' }}>
204
199
  <Button
205
200
  variant='pill'
206
201
  color='primary'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-review",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.3.0",
5
+ "version": "3.3.3",
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.4.7",
22
- "@graphcommerce/graphql-mesh": "4.1.8",
21
+ "@graphcommerce/graphql": "3.4.8",
22
+ "@graphcommerce/graphql-mesh": "4.1.9",
23
23
  "@graphcommerce/image": "3.1.9",
24
- "@graphcommerce/magento-customer": "4.10.0",
25
- "@graphcommerce/magento-product": "4.5.0",
26
- "@graphcommerce/magento-store": "4.2.28",
27
- "@graphcommerce/next-ui": "4.22.0",
24
+ "@graphcommerce/magento-customer": "4.10.3",
25
+ "@graphcommerce/magento-product": "4.5.3",
26
+ "@graphcommerce/magento-store": "4.2.31",
27
+ "@graphcommerce/next-ui": "4.23.0",
28
28
  "@graphcommerce/react-hook-form": "3.3.2",
29
29
  "schema-dts": "^1.1.0"
30
30
  },