@graphcommerce/demo-magento-graphcommerce 8.0.6 → 8.0.8
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 +9 -10
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @graphcommerce/demo-magento-graphcommerce
|
|
2
2
|
|
|
3
|
+
## 8.0.8
|
|
4
|
+
|
|
5
|
+
## 8.0.7
|
|
6
|
+
|
|
3
7
|
## 8.0.6
|
|
4
8
|
|
|
5
9
|
## 8.0.5
|
|
@@ -74,11 +78,9 @@
|
|
|
74
78
|
|
|
75
79
|
### Patch Changes
|
|
76
80
|
|
|
77
|
-
- [#2155](https://github.com/graphcommerce-org/graphcommerce/pull/2155) [`6a34c4a`](https://github.com/graphcommerce-org/graphcommerce/commit/6a34c4a870948ffb31f90b678e7e108066cb09a9) - Added AddProductsToCartForm context provider to the recently viewed products demo to fix a bug surrounding a form that was null.
|
|
78
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
81
|
+
- [#2155](https://github.com/graphcommerce-org/graphcommerce/pull/2155) [`6a34c4a`](https://github.com/graphcommerce-org/graphcommerce/commit/6a34c4a870948ffb31f90b678e7e108066cb09a9) - Added AddProductsToCartForm context provider to the recently viewed products demo to fix a bug surrounding a form that was null. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
79
82
|
|
|
80
|
-
- [`38ec023`](https://github.com/graphcommerce-org/graphcommerce/commit/38ec0237306dd77ed7882b3b99dafa94e817dc67) - Make sure the DemoRecentlyViewedProducts doesn't render without any items
|
|
81
|
-
([@paales](https://github.com/paales))
|
|
83
|
+
- [`38ec023`](https://github.com/graphcommerce-org/graphcommerce/commit/38ec0237306dd77ed7882b3b99dafa94e817dc67) - Make sure the DemoRecentlyViewedProducts doesn't render without any items ([@paales](https://github.com/paales))
|
|
82
84
|
|
|
83
85
|
## 8.0.0-canary.100
|
|
84
86
|
|
|
@@ -100,15 +102,13 @@
|
|
|
100
102
|
|
|
101
103
|
### Patch Changes
|
|
102
104
|
|
|
103
|
-
- [`38ec023`](https://github.com/graphcommerce-org/graphcommerce/commit/38ec0237306dd77ed7882b3b99dafa94e817dc67) - Make sure the DemoRecentlyViewedProducts doesn't render without any items
|
|
104
|
-
([@paales](https://github.com/paales))
|
|
105
|
+
- [`38ec023`](https://github.com/graphcommerce-org/graphcommerce/commit/38ec0237306dd77ed7882b3b99dafa94e817dc67) - Make sure the DemoRecentlyViewedProducts doesn't render without any items ([@paales](https://github.com/paales))
|
|
105
106
|
|
|
106
107
|
## 8.0.0-canary.91
|
|
107
108
|
|
|
108
109
|
### Patch Changes
|
|
109
110
|
|
|
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))
|
|
111
|
+
- [#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
112
|
|
|
113
113
|
## 8.0.0-canary.90
|
|
114
114
|
|
|
@@ -124,8 +124,7 @@
|
|
|
124
124
|
|
|
125
125
|
### Patch Changes
|
|
126
126
|
|
|
127
|
-
- [#2155](https://github.com/graphcommerce-org/graphcommerce/pull/2155) [`6a34c4a`](https://github.com/graphcommerce-org/graphcommerce/commit/6a34c4a870948ffb31f90b678e7e108066cb09a9) - Added AddProductsToCartForm context provider to the recently viewed products demo to fix a bug surrounding a form that was null.
|
|
128
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
127
|
+
- [#2155](https://github.com/graphcommerce-org/graphcommerce/pull/2155) [`6a34c4a`](https://github.com/graphcommerce-org/graphcommerce/commit/6a34c4a870948ffb31f90b678e7e108066cb09a9) - Added AddProductsToCartForm context provider to the recently viewed products demo to fix a bug surrounding a form that was null. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
129
128
|
|
|
130
129
|
## 8.0.0-canary.84
|
|
131
130
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/demo-magento-graphcommerce",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.
|
|
5
|
+
"version": "8.0.8",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "tsc -W"
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.
|
|
19
|
-
"@graphcommerce/framer-scroller": "^8.0.
|
|
20
|
-
"@graphcommerce/magento-product": "^8.0.
|
|
21
|
-
"@graphcommerce/magento-product-configurable": "^8.0.
|
|
22
|
-
"@graphcommerce/magento-recently-viewed-products": "^8.0.
|
|
23
|
-
"@graphcommerce/next-ui": "^8.0.
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.
|
|
18
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.8",
|
|
19
|
+
"@graphcommerce/framer-scroller": "^8.0.8",
|
|
20
|
+
"@graphcommerce/magento-product": "^8.0.8",
|
|
21
|
+
"@graphcommerce/magento-product-configurable": "^8.0.8",
|
|
22
|
+
"@graphcommerce/magento-recently-viewed-products": "^8.0.8",
|
|
23
|
+
"@graphcommerce/next-ui": "^8.0.8",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.8",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.8",
|
|
26
26
|
"@mui/material": "^5.10.16",
|
|
27
27
|
"framer-motion": "^10.0.0",
|
|
28
28
|
"next": "*",
|