@graphcommerce/magento-recently-viewed-products 9.0.0-canary.56 → 9.0.0-canary.57
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 +6 -8
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @graphcommerce/magento-recently-viewed-products
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.57
|
|
4
|
+
|
|
3
5
|
## 9.0.0-canary.56
|
|
4
6
|
|
|
5
7
|
## 9.0.0-canary.55
|
|
@@ -186,8 +188,7 @@
|
|
|
186
188
|
|
|
187
189
|
### Minor Changes
|
|
188
190
|
|
|
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))
|
|
191
|
+
- [#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
192
|
|
|
192
193
|
## 8.0.0-canary.100
|
|
193
194
|
|
|
@@ -211,8 +212,7 @@
|
|
|
211
212
|
|
|
212
213
|
### Patch Changes
|
|
213
214
|
|
|
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))
|
|
215
|
+
- [#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
216
|
|
|
217
217
|
## 8.0.0-canary.90
|
|
218
218
|
|
|
@@ -264,11 +264,9 @@
|
|
|
264
264
|
|
|
265
265
|
### Patch Changes
|
|
266
266
|
|
|
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))
|
|
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. ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
269
268
|
|
|
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))
|
|
269
|
+
- [#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
270
|
|
|
273
271
|
## 7.1.0-canary.66
|
|
274
272
|
|
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.57",
|
|
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.57",
|
|
16
|
+
"@graphcommerce/graphql": "^9.0.0-canary.57",
|
|
17
|
+
"@graphcommerce/graphql-mesh": "^9.0.0-canary.57",
|
|
18
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.57",
|
|
19
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.57",
|
|
20
|
+
"@graphcommerce/magento-product-configurable": "^9.0.0-canary.57",
|
|
21
|
+
"@graphcommerce/next-config": "^9.0.0-canary.57",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.57",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
|
|
25
25
|
"@mui/material": "^5.10.16",
|
|
26
26
|
"framer-motion": "^10.0.0",
|
|
27
27
|
"next": "*",
|