@graphcommerce/magento-review 9.0.1-canary.0 → 9.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -55
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1
4
+
5
+ ## 9.0.1-canary.1
4
6
 
5
7
  ## 9.0.0
6
8
 
@@ -14,60 +16,6 @@
14
16
 
15
17
  - [#2213](https://github.com/graphcommerce-org/graphcommerce/pull/2213) [`a0d952e`](https://github.com/graphcommerce-org/graphcommerce/commit/a0d952e6b8a71a7451bfdb2bdb5150fc218169e2) - Moved product reviews to the `relatedUpsells` query so we do not pass the queryComplexity limit. ([@paales](https://github.com/paales))
16
18
 
17
- ## 9.0.0-canary.118
18
-
19
- ## 9.0.0-canary.117
20
-
21
- ## 9.0.0-canary.116
22
-
23
- ## 9.0.0-canary.115
24
-
25
- ## 9.0.0-canary.114
26
-
27
- ## 9.0.0-canary.113
28
-
29
- ## 9.0.0-canary.112
30
-
31
- ## 9.0.0-canary.111
32
-
33
- ## 9.0.0-canary.110
34
-
35
- ## 9.0.0-canary.109
36
-
37
- ## 9.0.0-canary.108
38
-
39
- ### Patch Changes
40
-
41
- - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
42
-
43
- ## 9.0.0-canary.107
44
-
45
- ## 9.0.0-canary.106
46
-
47
- ## 9.0.0-canary.105
48
-
49
- ## 9.0.0-canary.104
50
-
51
- ## 9.0.0-canary.103
52
-
53
- ## 9.0.0-canary.77
54
-
55
- ### Patch Changes
56
-
57
- - [#2355](https://github.com/graphcommerce-org/graphcommerce/pull/2355) [`82b4ed9`](https://github.com/graphcommerce-org/graphcommerce/commit/82b4ed9bf86b57f3c0bab75ee7c190777badf37e) - Add early return when there are no reviews to prevent invalid enhanced results. ([@carlocarels90](https://github.com/carlocarels90))
58
-
59
- ## 8.0.6-canary.2
60
-
61
- ### Patch Changes
62
-
63
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`0767bc4`](https://github.com/graphcommerce-org/graphcommerce/commit/0767bc40f7b596209f24ca4e745ff0441f3275c9) - Upgrade input components to no longer use muiRegister, which improves INP scores ([@FrankHarland](https://github.com/FrankHarland))
64
-
65
- ## 8.0.6-canary.1
66
-
67
- ### Patch Changes
68
-
69
- - [#2213](https://github.com/graphcommerce-org/graphcommerce/pull/2213) [`a0d952e`](https://github.com/graphcommerce-org/graphcommerce/commit/a0d952e6b8a71a7451bfdb2bdb5150fc218169e2) - Moved product reviews to the relatedUpsells query so we do not pass the queryComplexity limit ([@paales](https://github.com/paales))
70
-
71
19
  ## 8.0.0
72
20
 
73
21
  ### Patch Changes
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.1-canary.0",
5
+ "version": "9.0.1",
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.1-canary.0",
22
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
23
- "@graphcommerce/graphql": "^9.0.1-canary.0",
24
- "@graphcommerce/graphql-mesh": "^9.0.1-canary.0",
25
- "@graphcommerce/image": "^9.0.1-canary.0",
26
- "@graphcommerce/magento-customer": "^9.0.1-canary.0",
27
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
28
- "@graphcommerce/magento-store": "^9.0.1-canary.0",
29
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
30
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
31
- "@graphcommerce/react-hook-form": "^9.0.1-canary.0",
32
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
21
+ "@graphcommerce/ecommerce-ui": "^9.0.1",
22
+ "@graphcommerce/eslint-config-pwa": "^9.0.1",
23
+ "@graphcommerce/graphql": "^9.0.1",
24
+ "@graphcommerce/graphql-mesh": "^9.0.1",
25
+ "@graphcommerce/image": "^9.0.1",
26
+ "@graphcommerce/magento-customer": "^9.0.1",
27
+ "@graphcommerce/magento-product": "^9.0.1",
28
+ "@graphcommerce/magento-store": "^9.0.1",
29
+ "@graphcommerce/next-ui": "^9.0.1",
30
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
31
+ "@graphcommerce/react-hook-form": "^9.0.1",
32
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
33
33
  "@lingui/core": "^4.2.1",
34
34
  "@lingui/macro": "^4.2.1",
35
35
  "@lingui/react": "^4.2.1",