@graphcommerce/magento-review 9.0.4-canary.8 → 9.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,22 +1,18 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.4-canary.8
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.7
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.6
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.5
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.4
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.3
13
+ ## 9.0.1
14
14
 
15
- ## 9.0.4-canary.2
16
-
17
- ## 9.0.4-canary.1
18
-
19
- ## 9.0.4-canary.0
15
+ ## 9.0.1-canary.1
20
16
 
21
17
  ## 9.0.0
22
18
 
@@ -1,4 +1,4 @@
1
- import { extendableComponent, SectionContainer } from '@graphcommerce/next-ui'
1
+ import { SectionContainer, extendableComponent } from '@graphcommerce/next-ui'
2
2
  import { Box } from '@mui/material'
3
3
  import { CustomerReview } from '../CustomerReview/CustomerReview'
4
4
  import type { AccountReviewsFragment } from './AccountReviews.gql'
@@ -3,12 +3,12 @@ import { useQuery } from '@graphcommerce/graphql'
3
3
  import type { ProductReviewRatingInput } from '@graphcommerce/graphql-mesh'
4
4
  import { ApolloCustomerErrorAlert } from '@graphcommerce/magento-customer'
5
5
  import {
6
- extendableComponent,
7
6
  Form,
8
7
  FormActions,
9
8
  FormRow,
10
- responsiveVal,
11
9
  StarRatingField,
10
+ extendableComponent,
11
+ responsiveVal,
12
12
  } from '@graphcommerce/next-ui'
13
13
  import { useFormGqlMutation } from '@graphcommerce/react-hook-form'
14
14
  import { Trans } from '@lingui/react'
@@ -1,5 +1,5 @@
1
1
  import { Image } from '@graphcommerce/image'
2
- import { DateTimeFormat, extendableComponent, IconSvg, responsiveVal } from '@graphcommerce/next-ui'
2
+ import { DateTimeFormat, IconSvg, extendableComponent, responsiveVal } from '@graphcommerce/next-ui'
3
3
  import type { SxProps, Theme } from '@mui/material'
4
4
  import { Box } from '@mui/material'
5
5
  import type { CustomerReviewFragment } from './CustomerReview.gql'
@@ -1,4 +1,4 @@
1
- import { iconStar, IconSvg } from '@graphcommerce/next-ui'
1
+ import { IconSvg, iconStar } from '@graphcommerce/next-ui'
2
2
  import { i18n } from '@lingui/core'
3
3
  import type { ChipProps } from '@mui/material'
4
4
  import { Chip } from '@mui/material'
@@ -1,4 +1,4 @@
1
- import { extendableComponent, iconStar, IconSvg } from '@graphcommerce/next-ui'
1
+ import { IconSvg, extendableComponent, iconStar } from '@graphcommerce/next-ui'
2
2
  import type { SxProps, Theme } from '@mui/material'
3
3
  import { Box } from '@mui/material'
4
4
  import type { ProductReviewSummaryFragment } from './ProductReviewSummary.gql'
@@ -1,10 +1,10 @@
1
1
  import { useQuery } from '@graphcommerce/graphql'
2
2
  import {
3
3
  DateTimeFormat,
4
- extendableComponent,
5
4
  Pagination,
6
- responsiveVal,
7
5
  StarRatingField,
6
+ extendableComponent,
7
+ responsiveVal,
8
8
  } from '@graphcommerce/next-ui'
9
9
  import { Trans } from '@lingui/react'
10
10
  import type { SxProps, Theme } from '@mui/material'
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": "9.0.4-canary.8",
5
+ "version": "9.0.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,18 +18,18 @@
18
18
  "typescript": "5.7.2"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/ecommerce-ui": "^9.0.4-canary.8",
22
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.8",
23
- "@graphcommerce/graphql": "^9.0.4-canary.8",
24
- "@graphcommerce/graphql-mesh": "^9.0.4-canary.8",
25
- "@graphcommerce/image": "^9.0.4-canary.8",
26
- "@graphcommerce/magento-customer": "^9.0.4-canary.8",
27
- "@graphcommerce/magento-product": "^9.0.4-canary.8",
28
- "@graphcommerce/magento-store": "^9.0.4-canary.8",
29
- "@graphcommerce/next-ui": "^9.0.4-canary.8",
30
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.8",
31
- "@graphcommerce/react-hook-form": "^9.0.4-canary.8",
32
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.8",
21
+ "@graphcommerce/ecommerce-ui": "^9.0.4",
22
+ "@graphcommerce/eslint-config-pwa": "^9.0.4",
23
+ "@graphcommerce/graphql": "^9.0.4",
24
+ "@graphcommerce/graphql-mesh": "^9.0.4",
25
+ "@graphcommerce/image": "^9.0.4",
26
+ "@graphcommerce/magento-customer": "^9.0.4",
27
+ "@graphcommerce/magento-product": "^9.0.4",
28
+ "@graphcommerce/magento-store": "^9.0.4",
29
+ "@graphcommerce/next-ui": "^9.0.4",
30
+ "@graphcommerce/prettier-config-pwa": "^9.0.4",
31
+ "@graphcommerce/react-hook-form": "^9.0.4",
32
+ "@graphcommerce/typescript-config-pwa": "^9.0.4",
33
33
  "@lingui/core": "^4.2.1",
34
34
  "@lingui/macro": "^4.2.1",
35
35
  "@lingui/react": "^4.2.1",