@graphcommerce/magento-recently-viewed-products 9.0.0-canary.55 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -8
  2. 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.57
4
+
5
+ ## 9.0.0-canary.56
6
+
3
7
  ## 9.0.0-canary.55
4
8
 
5
9
  ## 9.0.0-canary.54
@@ -184,8 +188,7 @@
184
188
 
185
189
  ### Minor Changes
186
190
 
187
- - [#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.
188
- ([@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))
189
192
 
190
193
  ## 8.0.0-canary.100
191
194
 
@@ -209,8 +212,7 @@
209
212
 
210
213
  ### Patch Changes
211
214
 
212
- - [#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
213
- ([@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))
214
216
 
215
217
  ## 8.0.0-canary.90
216
218
 
@@ -262,11 +264,9 @@
262
264
 
263
265
  ### Patch Changes
264
266
 
265
- - [#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.
266
- ([@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))
267
268
 
268
- - [#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
269
- ([@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))
270
270
 
271
271
  ## 7.1.0-canary.66
272
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.55",
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.55",
16
- "@graphcommerce/graphql": "^9.0.0-canary.55",
17
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.55",
18
- "@graphcommerce/magento-cart": "^9.0.0-canary.55",
19
- "@graphcommerce/magento-product": "^9.0.0-canary.55",
20
- "@graphcommerce/magento-product-configurable": "^9.0.0-canary.55",
21
- "@graphcommerce/next-config": "^9.0.0-canary.55",
22
- "@graphcommerce/next-ui": "^9.0.0-canary.55",
23
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
24
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
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": "*",