@graphcommerce/magento-review 3.3.2 → 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,15 @@
|
|
|
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
|
+
|
|
3
13
|
## 3.3.2
|
|
4
14
|
|
|
5
15
|
### Patch 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.
|
|
5
|
+
"version": "3.3.3",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"@playwright/test": "^1.21.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "3.4.
|
|
21
|
+
"@graphcommerce/graphql": "3.4.8",
|
|
22
22
|
"@graphcommerce/graphql-mesh": "4.1.9",
|
|
23
23
|
"@graphcommerce/image": "3.1.9",
|
|
24
|
-
"@graphcommerce/magento-customer": "4.10.
|
|
25
|
-
"@graphcommerce/magento-product": "4.5.
|
|
26
|
-
"@graphcommerce/magento-store": "4.2.
|
|
24
|
+
"@graphcommerce/magento-customer": "4.10.3",
|
|
25
|
+
"@graphcommerce/magento-product": "4.5.3",
|
|
26
|
+
"@graphcommerce/magento-store": "4.2.31",
|
|
27
27
|
"@graphcommerce/next-ui": "4.23.0",
|
|
28
28
|
"@graphcommerce/react-hook-form": "3.3.2",
|
|
29
29
|
"schema-dts": "^1.1.0"
|