@graphcommerce/magento-recently-viewed-products 9.0.1-canary.0 → 9.0.1-canary.1
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 +1 -39
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @graphcommerce/magento-recently-viewed-products
|
|
2
2
|
|
|
3
|
-
## 9.0.1-canary.
|
|
3
|
+
## 9.0.1-canary.1
|
|
4
4
|
|
|
5
5
|
## 9.0.0
|
|
6
6
|
|
|
@@ -8,44 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
- [#2379](https://github.com/graphcommerce-org/graphcommerce/pull/2379) [`5832c9d`](https://github.com/graphcommerce-org/graphcommerce/commit/5832c9d891e288f47e3b181f4a2f5529847dee2b) - Solved issue where Recently Viewed Products would execute a query even if there were no products to display. ([@paales](https://github.com/paales))
|
|
10
10
|
|
|
11
|
-
## 9.0.0-canary.118
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.117
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.116
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.115
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.114
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.113
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.112
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.111
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.110
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.109
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.108
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.107
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.106
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.105
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.104
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.103
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.86
|
|
44
|
-
|
|
45
|
-
### Patch Changes
|
|
46
|
-
|
|
47
|
-
- [#2379](https://github.com/graphcommerce-org/graphcommerce/pull/2379) [`5832c9d`](https://github.com/graphcommerce-org/graphcommerce/commit/5832c9d891e288f47e3b181f4a2f5529847dee2b) - Solved issue where Recently Viewed Products would execute a query even if there were no products to display. ([@paales](https://github.com/paales))
|
|
48
|
-
|
|
49
11
|
## 8.0.0
|
|
50
12
|
|
|
51
13
|
### Minor Changes
|
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.1-canary.
|
|
5
|
+
"version": "9.0.1-canary.1",
|
|
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.1-canary.
|
|
16
|
-
"@graphcommerce/graphql": "^9.0.1-canary.
|
|
17
|
-
"@graphcommerce/graphql-mesh": "^9.0.1-canary.
|
|
18
|
-
"@graphcommerce/magento-cart": "^9.0.1-canary.
|
|
19
|
-
"@graphcommerce/magento-product": "^9.0.1-canary.
|
|
20
|
-
"@graphcommerce/magento-product-configurable": "^9.0.1-canary.
|
|
21
|
-
"@graphcommerce/next-config": "^9.0.1-canary.
|
|
22
|
-
"@graphcommerce/next-ui": "^9.0.1-canary.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.
|
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
|
|
16
|
+
"@graphcommerce/graphql": "^9.0.1-canary.1",
|
|
17
|
+
"@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
|
|
18
|
+
"@graphcommerce/magento-cart": "^9.0.1-canary.1",
|
|
19
|
+
"@graphcommerce/magento-product": "^9.0.1-canary.1",
|
|
20
|
+
"@graphcommerce/magento-product-configurable": "^9.0.1-canary.1",
|
|
21
|
+
"@graphcommerce/next-config": "^9.0.1-canary.1",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.1",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
|
|
25
25
|
"@mui/material": "^5.10.16",
|
|
26
26
|
"framer-motion": "^11.0.0",
|
|
27
27
|
"next": "*",
|