@graphcommerce/next-config 6.0.2-canary.8 → 6.1.0
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 +40 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1874](https://github.com/graphcommerce-org/graphcommerce/pull/1874) [`2a60491c2`](https://github.com/graphcommerce-org/graphcommerce/commit/2a60491c23a9cd0bfd79296d29f6c9ee31faada5) - Big Magento performance improvements; Magento couldn't respond with any cached Varnish responses because there was an empty authorization header sent with each request. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1876](https://github.com/graphcommerce-org/graphcommerce/pull/1876) [`8dffc59c0`](https://github.com/graphcommerce-org/graphcommerce/commit/8dffc59c04bf6f2a6000b73db13592e10afd936c) - Added an configuration `wishlistShowFeedbackMessage` to show a feedback message when a product is added to the wishlist. ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
- [#1872](https://github.com/graphcommerce-org/graphcommerce/pull/1872) [`05522796f`](https://github.com/graphcommerce-org/graphcommerce/commit/05522796f3f132db50e7b4c26089740a12a9153a) - Fix issue where a deeper plugin from the root of the project doesn't have a correct relative path ([@paales](https://github.com/paales))
|
|
14
|
+
|
|
15
|
+
## 6.0.2-canary.22
|
|
16
|
+
|
|
17
|
+
## 6.0.2-canary.21
|
|
18
|
+
|
|
19
|
+
## 6.0.2-canary.20
|
|
20
|
+
|
|
21
|
+
## 6.0.2-canary.19
|
|
22
|
+
|
|
23
|
+
## 6.0.2-canary.18
|
|
24
|
+
|
|
25
|
+
## 6.0.2-canary.17
|
|
26
|
+
|
|
27
|
+
## 6.0.2-canary.16
|
|
28
|
+
|
|
29
|
+
## 6.0.2-canary.15
|
|
30
|
+
|
|
31
|
+
## 6.0.2-canary.14
|
|
32
|
+
|
|
33
|
+
## 6.0.2-canary.13
|
|
34
|
+
|
|
35
|
+
## 6.0.2-canary.12
|
|
36
|
+
|
|
37
|
+
## 6.0.2-canary.11
|
|
38
|
+
|
|
39
|
+
## 6.0.2-canary.10
|
|
40
|
+
|
|
41
|
+
## 6.0.2-canary.9
|
|
42
|
+
|
|
3
43
|
## 6.0.2-canary.8
|
|
4
44
|
|
|
5
45
|
## 6.0.2-canary.7
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/next-config",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.0
|
|
5
|
+
"version": "6.1.0",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "src/index.ts",
|