@graphcommerce/magento-recently-viewed-products 8.0.6 → 8.0.7

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 +6 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @graphcommerce/magento-recently-viewed-products
2
2
 
3
+ ## 8.0.7
4
+
3
5
  ## 8.0.6
4
6
 
5
7
  ## 8.0.5
@@ -74,8 +76,7 @@
74
76
 
75
77
  ### Minor Changes
76
78
 
77
- - [#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.
78
- ([@bramvanderholst](https://github.com/bramvanderholst))
79
+ - [#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))
79
80
 
80
81
  ## 8.0.0-canary.100
81
82
 
@@ -99,8 +100,7 @@
99
100
 
100
101
  ### Patch Changes
101
102
 
102
- - [#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
103
- ([@paales](https://github.com/paales))
103
+ - [#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))
104
104
 
105
105
  ## 8.0.0-canary.90
106
106
 
@@ -152,11 +152,9 @@
152
152
 
153
153
  ### Patch Changes
154
154
 
155
- - [#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.
156
- ([@StefanAngenent](https://github.com/StefanAngenent))
155
+ - [#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))
157
156
 
158
- - [#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
159
- ([@StefanAngenent](https://github.com/StefanAngenent))
157
+ - [#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))
160
158
 
161
159
  ## 7.1.0-canary.66
162
160
 
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": "8.0.6",
5
+ "version": "8.0.7",
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": "^8.0.6",
16
- "@graphcommerce/graphql": "^8.0.6",
17
- "@graphcommerce/graphql-mesh": "^8.0.6",
18
- "@graphcommerce/magento-cart": "^8.0.6",
19
- "@graphcommerce/magento-product": "^8.0.6",
20
- "@graphcommerce/magento-product-configurable": "^8.0.6",
21
- "@graphcommerce/next-config": "^8.0.6",
22
- "@graphcommerce/next-ui": "^8.0.6",
23
- "@graphcommerce/prettier-config-pwa": "^8.0.6",
24
- "@graphcommerce/typescript-config-pwa": "^8.0.6",
15
+ "@graphcommerce/eslint-config-pwa": "^8.0.7",
16
+ "@graphcommerce/graphql": "^8.0.7",
17
+ "@graphcommerce/graphql-mesh": "^8.0.7",
18
+ "@graphcommerce/magento-cart": "^8.0.7",
19
+ "@graphcommerce/magento-product": "^8.0.7",
20
+ "@graphcommerce/magento-product-configurable": "^8.0.7",
21
+ "@graphcommerce/next-config": "^8.0.7",
22
+ "@graphcommerce/next-ui": "^8.0.7",
23
+ "@graphcommerce/prettier-config-pwa": "^8.0.7",
24
+ "@graphcommerce/typescript-config-pwa": "^8.0.7",
25
25
  "@mui/material": "^5.10.16",
26
26
  "framer-motion": "^10.0.0",
27
27
  "next": "*",