@graphcommerce/magento-recently-viewed-products 8.0.6-canary.4 → 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 -16
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,14 +1,8 @@
1
1
  # @graphcommerce/magento-recently-viewed-products
2
2
 
3
- ## 8.0.6-canary.4
3
+ ## 8.0.7
4
4
 
5
- ## 8.0.6-canary.3
6
-
7
- ## 8.0.6-canary.2
8
-
9
- ## 8.0.6-canary.1
10
-
11
- ## 8.0.6-canary.0
5
+ ## 8.0.6
12
6
 
13
7
  ## 8.0.5
14
8
 
@@ -82,8 +76,7 @@
82
76
 
83
77
  ### Minor Changes
84
78
 
85
- - [#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.
86
- ([@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))
87
80
 
88
81
  ## 8.0.0-canary.100
89
82
 
@@ -107,8 +100,7 @@
107
100
 
108
101
  ### Patch Changes
109
102
 
110
- - [#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
111
- ([@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))
112
104
 
113
105
  ## 8.0.0-canary.90
114
106
 
@@ -160,11 +152,9 @@
160
152
 
161
153
  ### Patch Changes
162
154
 
163
- - [#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.
164
- ([@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))
165
156
 
166
- - [#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
167
- ([@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))
168
158
 
169
159
  ## 7.1.0-canary.66
170
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-canary.4",
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-canary.4",
16
- "@graphcommerce/graphql": "^8.0.6-canary.4",
17
- "@graphcommerce/graphql-mesh": "^8.0.6-canary.4",
18
- "@graphcommerce/magento-cart": "^8.0.6-canary.4",
19
- "@graphcommerce/magento-product": "^8.0.6-canary.4",
20
- "@graphcommerce/magento-product-configurable": "^8.0.6-canary.4",
21
- "@graphcommerce/next-config": "^8.0.6-canary.4",
22
- "@graphcommerce/next-ui": "^8.0.6-canary.4",
23
- "@graphcommerce/prettier-config-pwa": "^8.0.6-canary.4",
24
- "@graphcommerce/typescript-config-pwa": "^8.0.6-canary.4",
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": "*",