@graphcommerce/magento-review 9.0.0 → 9.0.1-canary.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 +2 -54
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
7
  ### Patch Changes
@@ -12,60 +14,6 @@
12
14
 
13
15
  - [#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))
14
16
 
15
- ## 9.0.0-canary.118
16
-
17
- ## 9.0.0-canary.117
18
-
19
- ## 9.0.0-canary.116
20
-
21
- ## 9.0.0-canary.115
22
-
23
- ## 9.0.0-canary.114
24
-
25
- ## 9.0.0-canary.113
26
-
27
- ## 9.0.0-canary.112
28
-
29
- ## 9.0.0-canary.111
30
-
31
- ## 9.0.0-canary.110
32
-
33
- ## 9.0.0-canary.109
34
-
35
- ## 9.0.0-canary.108
36
-
37
- ### Patch Changes
38
-
39
- - [#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))
40
-
41
- ## 9.0.0-canary.107
42
-
43
- ## 9.0.0-canary.106
44
-
45
- ## 9.0.0-canary.105
46
-
47
- ## 9.0.0-canary.104
48
-
49
- ## 9.0.0-canary.103
50
-
51
- ## 9.0.0-canary.77
52
-
53
- ### Patch Changes
54
-
55
- - [#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))
56
-
57
- ## 8.0.6-canary.2
58
-
59
- ### Patch Changes
60
-
61
- - [#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))
62
-
63
- ## 8.0.6-canary.1
64
-
65
- ### Patch Changes
66
-
67
- - [#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))
68
-
69
17
  ## 8.0.0
70
18
 
71
19
  ### 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.0",
5
+ "version": "9.0.1-canary.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.0",
22
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
23
- "@graphcommerce/graphql": "^9.0.0",
24
- "@graphcommerce/graphql-mesh": "^9.0.0",
25
- "@graphcommerce/image": "^9.0.0",
26
- "@graphcommerce/magento-customer": "^9.0.0",
27
- "@graphcommerce/magento-product": "^9.0.0",
28
- "@graphcommerce/magento-store": "^9.0.0",
29
- "@graphcommerce/next-ui": "^9.0.0",
30
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
31
- "@graphcommerce/react-hook-form": "^9.0.0",
32
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
21
+ "@graphcommerce/ecommerce-ui": "^9.0.1-canary.1",
22
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
23
+ "@graphcommerce/graphql": "^9.0.1-canary.1",
24
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
25
+ "@graphcommerce/image": "^9.0.1-canary.1",
26
+ "@graphcommerce/magento-customer": "^9.0.1-canary.1",
27
+ "@graphcommerce/magento-product": "^9.0.1-canary.1",
28
+ "@graphcommerce/magento-store": "^9.0.1-canary.1",
29
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
30
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
31
+ "@graphcommerce/react-hook-form": "^9.0.1-canary.1",
32
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
33
33
  "@lingui/core": "^4.2.1",
34
34
  "@lingui/macro": "^4.2.1",
35
35
  "@lingui/react": "^4.2.1",