@graphcommerce/magento-recently-viewed-products 9.0.0-canary.56 → 9.0.0-canary.58
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 +8 -8
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @graphcommerce/magento-recently-viewed-products
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.58
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.57
|
|
6
|
+
|
|
3
7
|
## 9.0.0-canary.56
|
|
4
8
|
|
|
5
9
|
## 9.0.0-canary.55
|
|
@@ -186,8 +190,7 @@
|
|
|
186
190
|
|
|
187
191
|
### Minor Changes
|
|
188
192
|
|
|
189
|
-
- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`e661106`](https://github.com/graphcommerce-org/graphcommerce/commit/e661106d45e51c617533f19b397a812e22b6fc82) - Created a new `<RecentlyViewedProducts/>` component and render it on product pages.
|
|
190
|
-
([@bramvanderholst](https://github.com/bramvanderholst))
|
|
193
|
+
- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`e661106`](https://github.com/graphcommerce-org/graphcommerce/commit/e661106d45e51c617533f19b397a812e22b6fc82) - Created a new `<RecentlyViewedProducts/>` component and render it on product pages. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
191
194
|
|
|
192
195
|
## 8.0.0-canary.100
|
|
193
196
|
|
|
@@ -211,8 +214,7 @@
|
|
|
211
214
|
|
|
212
215
|
### Patch Changes
|
|
213
216
|
|
|
214
|
-
- [#2172](https://github.com/graphcommerce-org/graphcommerce/pull/2172) [`871e07a`](https://github.com/graphcommerce-org/graphcommerce/commit/871e07ac8bbb7e6c392a740a8244f69992b42b76) - Recently viewed products would show skeleton items even after loading succeeded
|
|
215
|
-
([@paales](https://github.com/paales))
|
|
217
|
+
- [#2172](https://github.com/graphcommerce-org/graphcommerce/pull/2172) [`871e07a`](https://github.com/graphcommerce-org/graphcommerce/commit/871e07ac8bbb7e6c392a740a8244f69992b42b76) - Recently viewed products would show skeleton items even after loading succeeded ([@paales](https://github.com/paales))
|
|
216
218
|
|
|
217
219
|
## 8.0.0-canary.90
|
|
218
220
|
|
|
@@ -264,11 +266,9 @@
|
|
|
264
266
|
|
|
265
267
|
### Patch Changes
|
|
266
268
|
|
|
267
|
-
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`c4a64d8`](https://github.com/graphcommerce-org/graphcommerce/commit/c4a64d8c5e38232d31f84b68acdf0032af5eeffd) - When multiple variations of a single configurable product were viewed the RecentlyViewedProducts component it would keep showing a loading state.
|
|
268
|
-
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
269
|
+
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`c4a64d8`](https://github.com/graphcommerce-org/graphcommerce/commit/c4a64d8c5e38232d31f84b68acdf0032af5eeffd) - When multiple variations of a single configurable product were viewed the RecentlyViewedProducts component it would keep showing a loading state. ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
269
270
|
|
|
270
|
-
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`6f214fb`](https://github.com/graphcommerce-org/graphcommerce/commit/6f214fbfd8ef24cc6dcba72f403bdcb1d8a5ed8a) - Remove marginBottom from ProductScroller by default and let implementor set the margin
|
|
271
|
-
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
271
|
+
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`6f214fb`](https://github.com/graphcommerce-org/graphcommerce/commit/6f214fbfd8ef24cc6dcba72f403bdcb1d8a5ed8a) - Remove marginBottom from ProductScroller by default and let implementor set the margin ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
272
272
|
|
|
273
273
|
## 7.1.0-canary.66
|
|
274
274
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-recently-viewed-products",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.58",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
16
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
|
17
|
-
"@graphcommerce/graphql-mesh": "^9.0.0-canary.
|
|
18
|
-
"@graphcommerce/magento-cart": "^9.0.0-canary.
|
|
19
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
|
20
|
-
"@graphcommerce/magento-product-configurable": "^9.0.0-canary.
|
|
21
|
-
"@graphcommerce/next-config": "^9.0.0-canary.
|
|
22
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
|
|
16
|
+
"@graphcommerce/graphql": "^9.0.0-canary.58",
|
|
17
|
+
"@graphcommerce/graphql-mesh": "^9.0.0-canary.58",
|
|
18
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.58",
|
|
19
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.58",
|
|
20
|
+
"@graphcommerce/magento-product-configurable": "^9.0.0-canary.58",
|
|
21
|
+
"@graphcommerce/next-config": "^9.0.0-canary.58",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.58",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
|
|
25
25
|
"@mui/material": "^5.10.16",
|
|
26
26
|
"framer-motion": "^10.0.0",
|
|
27
27
|
"next": "*",
|