@graphcommerce/demo-magento-graphcommerce 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.
- package/CHANGELOG.md +7 -10
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @graphcommerce/demo-magento-graphcommerce
|
|
2
2
|
|
|
3
|
+
## 8.0.7
|
|
4
|
+
|
|
3
5
|
## 8.0.6
|
|
4
6
|
|
|
5
7
|
## 8.0.5
|
|
@@ -74,11 +76,9 @@
|
|
|
74
76
|
|
|
75
77
|
### Patch Changes
|
|
76
78
|
|
|
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))
|
|
79
|
+
- [#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
80
|
|
|
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))
|
|
81
|
+
- [`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
82
|
|
|
83
83
|
## 8.0.0-canary.100
|
|
84
84
|
|
|
@@ -100,15 +100,13 @@
|
|
|
100
100
|
|
|
101
101
|
### Patch Changes
|
|
102
102
|
|
|
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))
|
|
103
|
+
- [`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
104
|
|
|
106
105
|
## 8.0.0-canary.91
|
|
107
106
|
|
|
108
107
|
### Patch Changes
|
|
109
108
|
|
|
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))
|
|
109
|
+
- [#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
110
|
|
|
113
111
|
## 8.0.0-canary.90
|
|
114
112
|
|
|
@@ -124,8 +122,7 @@
|
|
|
124
122
|
|
|
125
123
|
### Patch Changes
|
|
126
124
|
|
|
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))
|
|
125
|
+
- [#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
126
|
|
|
130
127
|
## 8.0.0-canary.84
|
|
131
128
|
|
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.7",
|
|
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.7",
|
|
19
|
+
"@graphcommerce/framer-scroller": "^8.0.7",
|
|
20
|
+
"@graphcommerce/magento-product": "^8.0.7",
|
|
21
|
+
"@graphcommerce/magento-product-configurable": "^8.0.7",
|
|
22
|
+
"@graphcommerce/magento-recently-viewed-products": "^8.0.7",
|
|
23
|
+
"@graphcommerce/next-ui": "^8.0.7",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.7",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.7",
|
|
26
26
|
"@mui/material": "^5.10.16",
|
|
27
27
|
"framer-motion": "^10.0.0",
|
|
28
28
|
"next": "*",
|